struct b43_led { struct b43_wl *wl; /* The LED class device */ struct led_classdev led_dev; /* The index number of the LED. */
u8 index; /* If activelow is true, the LED is ON if the
* bit is switched off. */ bool activelow; /* The unique name string for this LED device. */ char name[B43_LED_MAX_NAME_LEN + 1]; /* The current status of the LED. This is updated locklessly. */
atomic_t state; /* The active state in hardware. */ bool hw_state;
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.