Linux Kernel
3.7.1
|
Data Fields | |
struct device * | dev |
struct delayed_work | work |
int | irq |
struct workqueue_struct * | irqthread |
struct lm3630_platform_data * | pdata |
struct backlight_device * | bled1 |
struct backlight_device * | bled2 |
struct regmap * | regmap |
Definition at line 46 of file lm3630_bl.c.
struct backlight_device* bled1 |
Definition at line 52 of file lm3630_bl.c.
struct backlight_device* bled2 |
Definition at line 53 of file lm3630_bl.c.
Definition at line 47 of file lm3630_bl.c.
int irq |
Definition at line 49 of file lm3630_bl.c.
struct workqueue_struct* irqthread |
Definition at line 50 of file lm3630_bl.c.
struct lm3630_platform_data* pdata |
Definition at line 51 of file lm3630_bl.c.
Definition at line 54 of file lm3630_bl.c.
struct delayed_work work |
Definition at line 48 of file lm3630_bl.c.