Linux Kernel
3.7.1
|
Data Fields | |
struct led_classdev | cdev |
unsigned | gpio |
struct work_struct | work |
u8 | new_level |
u8 | can_sleep |
u8 | active_low |
u8 | blinking |
int(* | platform_gpio_blink_set )(unsigned gpio, int state, unsigned long *delay_on, unsigned long *delay_off) |
Definition at line 25 of file leds-gpio.c.
u8 active_low |
Definition at line 31 of file leds-gpio.c.
u8 blinking |
Definition at line 32 of file leds-gpio.c.
u8 can_sleep |
Definition at line 30 of file leds-gpio.c.
Definition at line 26 of file leds-gpio.c.
unsigned gpio |
Definition at line 27 of file leds-gpio.c.
u8 new_level |
Definition at line 29 of file leds-gpio.c.
int(* platform_gpio_blink_set)(unsigned gpio, int state, unsigned long *delay_on, unsigned long *delay_off) |
Definition at line 33 of file leds-gpio.c.
struct work_struct work |
Definition at line 28 of file leds-gpio.c.