Linux Kernel
3.7.1
|
Data Fields | |
struct led_classdev | ldev |
struct spi_device * | spi |
int | id |
int | brightness |
char | name [sizeof("dac124s085-3")] |
struct mutex | mutex |
struct work_struct | work |
spinlock_t | lock |
Definition at line 20 of file leds-dac124s085.c.
int brightness |
Definition at line 24 of file leds-dac124s085.c.
Definition at line 23 of file leds-dac124s085.c.
struct led_classdev ldev |
Definition at line 21 of file leds-dac124s085.c.
spinlock_t lock |
Definition at line 29 of file leds-dac124s085.c.
Definition at line 27 of file leds-dac124s085.c.
Definition at line 25 of file leds-dac124s085.c.
struct spi_device* spi |
Definition at line 22 of file leds-dac124s085.c.
struct work_struct work |
Definition at line 28 of file leds-dac124s085.c.