Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
gpio_led_data Struct Reference

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)
 

Detailed Description

Definition at line 25 of file leds-gpio.c.

Field Documentation

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.

Definition at line 28 of file leds-gpio.c.


The documentation for this struct was generated from the following file: