Linux Kernel
3.7.1
|
Data Fields | |
char * | name |
int | irq |
int | eirq |
int | initial_state |
void(* | handle_hi )(void *) |
void(* | handle_lo )(void *) |
void * | data |
Definition at line 43 of file msp_hwbutton.c.
Definition at line 50 of file msp_hwbutton.c.
int eirq |
Definition at line 46 of file msp_hwbutton.c.
Definition at line 48 of file msp_hwbutton.c.
Definition at line 49 of file msp_hwbutton.c.
int initial_state |
Definition at line 47 of file msp_hwbutton.c.
int irq |
Definition at line 45 of file msp_hwbutton.c.
char* name |
Definition at line 44 of file msp_hwbutton.c.