|
Linux Kernel
3.7.1
|
Data Fields | |
| struct input_dev * | input |
| struct resource * | res |
| void __iomem * | io_base |
| struct clk * | clk |
| unsigned int | irq |
| unsigned int | mode |
| unsigned short | last_key |
| unsigned short | keycodes [NUM_ROWS *NUM_COLS] |
| bool | rep |
| unsigned int | suspended_rate |
| u32 | mode_ctl_reg |
Definition at line 56 of file spear-keyboard.c.
Definition at line 60 of file spear-keyboard.c.
| struct input_dev* input |
Definition at line 57 of file spear-keyboard.c.
Definition at line 59 of file spear-keyboard.c.
| unsigned int irq |
Definition at line 61 of file spear-keyboard.c.
Definition at line 64 of file spear-keyboard.c.
| unsigned short last_key |
Definition at line 63 of file spear-keyboard.c.
| unsigned int mode |
Definition at line 62 of file spear-keyboard.c.
| u32 mode_ctl_reg |
Definition at line 67 of file spear-keyboard.c.
| bool rep |
Definition at line 65 of file spear-keyboard.c.
Definition at line 58 of file spear-keyboard.c.
| unsigned int suspended_rate |
Definition at line 66 of file spear-keyboard.c.
1.8.2