|
Linux Kernel
3.7.1
|
Data Fields | |
| struct input_dev * | idev |
| struct rc_dev * | rdev |
| struct usb_device * | udev |
| struct usb_interface * | interface |
| struct urb * | irq_urb |
| struct urb * | out_urb |
| struct usb_endpoint_descriptor * | endpoint_in |
| struct usb_endpoint_descriptor * | endpoint_out |
| unsigned char * | inbuf |
| unsigned char * | outbuf |
| dma_addr_t | inbuf_dma |
| dma_addr_t | outbuf_dma |
| unsigned char | old_data |
| unsigned long | old_jiffies |
| unsigned long | acc_jiffies |
| unsigned long | first_jiffies |
| unsigned int | repeat_count |
| char | rc_name [NAME_BUFSIZE] |
| char | rc_phys [NAME_BUFSIZE] |
| char | mouse_name [NAME_BUFSIZE] |
| char | mouse_phys [NAME_BUFSIZE] |
| wait_queue_head_t | wait |
| int | send_flags |
| int | users |
| struct mutex | open_mutex |
Definition at line 246 of file ati_remote.c.
| unsigned long acc_jiffies |
Definition at line 263 of file ati_remote.c.
| struct usb_endpoint_descriptor* endpoint_in |
Definition at line 254 of file ati_remote.c.
| struct usb_endpoint_descriptor* endpoint_out |
Definition at line 255 of file ati_remote.c.
| unsigned long first_jiffies |
Definition at line 264 of file ati_remote.c.
| struct input_dev* idev |
Definition at line 247 of file ati_remote.c.
Definition at line 256 of file ati_remote.c.
| dma_addr_t inbuf_dma |
Definition at line 258 of file ati_remote.c.
Definition at line 250 of file ati_remote.c.
Definition at line 252 of file ati_remote.c.
| char mouse_name[NAME_BUFSIZE] |
Definition at line 270 of file ati_remote.c.
| char mouse_phys[NAME_BUFSIZE] |
Definition at line 271 of file ati_remote.c.
| unsigned char old_data |
Definition at line 261 of file ati_remote.c.
| unsigned long old_jiffies |
Definition at line 262 of file ati_remote.c.
Definition at line 277 of file ati_remote.c.
Definition at line 253 of file ati_remote.c.
| unsigned char* outbuf |
Definition at line 257 of file ati_remote.c.
| dma_addr_t outbuf_dma |
Definition at line 259 of file ati_remote.c.
| char rc_name[NAME_BUFSIZE] |
Definition at line 268 of file ati_remote.c.
| char rc_phys[NAME_BUFSIZE] |
Definition at line 269 of file ati_remote.c.
Definition at line 248 of file ati_remote.c.
| unsigned int repeat_count |
Definition at line 266 of file ati_remote.c.
| int send_flags |
Definition at line 274 of file ati_remote.c.
| struct usb_device* udev |
Definition at line 249 of file ati_remote.c.
| int users |
Definition at line 276 of file ati_remote.c.
| wait_queue_head_t wait |
Definition at line 273 of file ati_remote.c.
1.8.2