|
Linux Kernel
3.7.1
|
Data Fields | |
| struct input_dev * | idev |
| struct usb_device * | udev |
| struct usb_interface * | intf [2] |
| struct usb_endpoint_descriptor * | ep [2] |
| struct urb * | urb [2] |
| void * | buf [2] |
| dma_addr_t | buf_dma [2] |
| unsigned long | jiffies |
| int | mode |
| char | name [64] |
| char | phys [64] |
| u16 | keycode [ATI_REMOTE2_MODES][ARRAY_SIZE(ati_remote2_key_table)] |
| unsigned int | flags |
| unsigned int | channel_mask |
| unsigned int | mode_mask |
Definition at line 187 of file ati_remote2.c.
Definition at line 194 of file ati_remote2.c.
| dma_addr_t buf_dma[2] |
Definition at line 195 of file ati_remote2.c.
| unsigned int channel_mask |
Definition at line 208 of file ati_remote2.c.
| struct usb_endpoint_descriptor* ep[2] |
Definition at line 192 of file ati_remote2.c.
| unsigned int flags |
Definition at line 206 of file ati_remote2.c.
| struct input_dev* idev |
Definition at line 188 of file ati_remote2.c.
| struct usb_interface* intf[2] |
Definition at line 191 of file ati_remote2.c.
| unsigned long jiffies |
Definition at line 197 of file ati_remote2.c.
| u16 keycode[ATI_REMOTE2_MODES][ARRAY_SIZE(ati_remote2_key_table)] |
Definition at line 204 of file ati_remote2.c.
| int mode |
Definition at line 198 of file ati_remote2.c.
| unsigned int mode_mask |
Definition at line 209 of file ati_remote2.c.
| char name[64] |
Definition at line 200 of file ati_remote2.c.
| char phys[64] |
Definition at line 201 of file ati_remote2.c.
| struct usb_device* udev |
Definition at line 189 of file ati_remote2.c.
| struct urb* urb[2] |
Definition at line 193 of file ati_remote2.c.
1.8.2