Linux Kernel
3.7.1
|
Data Fields | |
struct i2c_client * | client |
struct pca9532_led | leds [16] |
struct mutex | update_lock |
struct input_dev * | idev |
struct work_struct | work |
struct pca9532_chip_info * | chip_info |
u8 | pwm [2] |
u8 | psc [2] |
Definition at line 39 of file leds-pca9532.c.
struct pca9532_chip_info* chip_info |
Definition at line 48 of file leds-pca9532.c.
Definition at line 40 of file leds-pca9532.c.
struct input_dev* idev |
Definition at line 43 of file leds-pca9532.c.
struct pca9532_led leds[16] |
Definition at line 41 of file leds-pca9532.c.
u8 psc[2] |
Definition at line 50 of file leds-pca9532.c.
Definition at line 49 of file leds-pca9532.c.
Definition at line 42 of file leds-pca9532.c.
struct work_struct work |
Definition at line 44 of file leds-pca9532.c.