Linux Kernel
3.7.1
|
Data Fields | |
char | name [128] |
char | phys [64] |
unsigned short | keymap [ARRAY_SIZE(keyspan_key_table)] |
struct usb_device * | udev |
struct input_dev * | input |
struct usb_interface * | interface |
struct usb_endpoint_descriptor * | in_endpoint |
struct urb * | irq_urb |
int | open |
dma_addr_t | in_dma |
unsigned char * | in_buffer |
struct bit_tester | data |
int | stage |
int | toggle |
Definition at line 111 of file keyspan_remote.c.
Definition at line 125 of file keyspan_remote.c.
unsigned char* in_buffer |
Definition at line 122 of file keyspan_remote.c.
dma_addr_t in_dma |
Definition at line 121 of file keyspan_remote.c.
struct usb_endpoint_descriptor* in_endpoint |
Definition at line 118 of file keyspan_remote.c.
struct input_dev* input |
Definition at line 116 of file keyspan_remote.c.
Definition at line 117 of file keyspan_remote.c.
Definition at line 119 of file keyspan_remote.c.
unsigned short keymap[ARRAY_SIZE(keyspan_key_table)] |
Definition at line 114 of file keyspan_remote.c.
char name[128] |
Definition at line 112 of file keyspan_remote.c.
int open |
Definition at line 120 of file keyspan_remote.c.
char phys[64] |
Definition at line 113 of file keyspan_remote.c.
int stage |
Definition at line 126 of file keyspan_remote.c.
int toggle |
Definition at line 127 of file keyspan_remote.c.
struct usb_device* udev |
Definition at line 115 of file keyspan_remote.c.