Linux Kernel
3.7.1
|
Data Fields | |
struct led_classdev | led_dev |
struct i2c_client * | client |
struct lm3530_platform_data * | pdata |
enum lm3530_mode | mode |
struct regulator * | regulator |
enum led_brightness | brightness |
bool | enable |
struct lm3530_data : led class device : i2c client : LM3530 platform data : mode of operation - manual, ALS, PWM : regulator : previous brightness value : regulator is enabled
Definition at line 106 of file leds-lm3530.c.
enum led_brightness brightness |
Definition at line 112 of file leds-lm3530.c.
Definition at line 108 of file leds-lm3530.c.
bool enable |
Definition at line 113 of file leds-lm3530.c.
struct led_classdev led_dev |
Definition at line 107 of file leds-lm3530.c.
enum lm3530_mode mode |
Definition at line 110 of file leds-lm3530.c.
struct lm3530_platform_data* pdata |
Definition at line 109 of file leds-lm3530.c.
Definition at line 111 of file leds-lm3530.c.