Linux Kernel
3.7.1
|
Data Fields | |
struct led_classdev | cdev |
struct i2c_client * | i2c |
struct work_struct | work |
struct pm860x_chip * | chip |
struct mutex | lock |
char | name [MFD_NAME_SIZE] |
int | port |
int | iset |
unsigned char | brightness |
unsigned char | current_brightness |
int | reg_control |
int | reg_blink |
int | blink_mask |
Definition at line 34 of file leds-88pm860x.c.
int blink_mask |
Definition at line 49 of file leds-88pm860x.c.
unsigned char brightness |
Definition at line 44 of file leds-88pm860x.c.
Definition at line 35 of file leds-88pm860x.c.
Definition at line 38 of file leds-88pm860x.c.
unsigned char current_brightness |
Definition at line 45 of file leds-88pm860x.c.
struct i2c_client* i2c |
Definition at line 36 of file leds-88pm860x.c.
int iset |
Definition at line 43 of file leds-88pm860x.c.
Definition at line 39 of file leds-88pm860x.c.
char name[MFD_NAME_SIZE] |
Definition at line 40 of file leds-88pm860x.c.
Definition at line 42 of file leds-88pm860x.c.
int reg_blink |
Definition at line 48 of file leds-88pm860x.c.
int reg_control |
Definition at line 47 of file leds-88pm860x.c.
struct work_struct work |
Definition at line 37 of file leds-88pm860x.c.