Linux Kernel
3.7.1
|
Data Fields | |
struct i2c_client * | client |
struct backlight_device * | bl |
struct adp8860_led * | led |
struct adp8860_backlight_platform_data * | pdata |
struct mutex | lock |
unsigned long | cached_daylight_max |
int | id |
int | revid |
int | current_brightness |
unsigned | en_ambl_sens:1 |
unsigned | gdwn_dis:1 |
Definition at line 106 of file adp8860_bl.c.
Definition at line 108 of file adp8860_bl.c.
unsigned long cached_daylight_max |
Definition at line 112 of file adp8860_bl.c.
Definition at line 107 of file adp8860_bl.c.
int current_brightness |
Definition at line 115 of file adp8860_bl.c.
unsigned en_ambl_sens |
Definition at line 116 of file adp8860_bl.c.
unsigned gdwn_dis |
Definition at line 117 of file adp8860_bl.c.
Definition at line 113 of file adp8860_bl.c.
struct adp8860_led* led |
Definition at line 109 of file adp8860_bl.c.
Definition at line 111 of file adp8860_bl.c.
Definition at line 110 of file adp8860_bl.c.
int revid |
Definition at line 114 of file adp8860_bl.c.