|
Linux Kernel
3.7.1
|
#include <hidp.h>
Data Fields | |
| struct list_head | list |
| struct hci_conn * | conn |
| struct socket * | ctrl_sock |
| struct socket * | intr_sock |
| bdaddr_t | bdaddr |
| unsigned long | state |
| unsigned long | flags |
| unsigned long | idle_to |
| uint | ctrl_mtu |
| uint | intr_mtu |
| atomic_t | terminate |
| struct task_struct * | task |
| unsigned char | keys [8] |
| unsigned char | leds |
| struct input_dev * | input |
| struct hid_device * | hid |
| struct timer_list | timer |
| struct sk_buff_head | ctrl_transmit |
| struct sk_buff_head | intr_transmit |
| int | waiting_report_type |
| int | waiting_report_number |
| struct mutex | report_mutex |
| struct sk_buff * | report_return |
| wait_queue_head_t | report_queue |
| int | output_report_success |
| __u8 * | rd_data |
| uint | rd_size |
| wait_queue_head_t | startup_queue |
| int | waiting_for_startup |
| struct sk_buff_head ctrl_transmit |
| struct hid_device* hid |
| struct sk_buff_head intr_transmit |
| wait_queue_head_t report_queue |
| wait_queue_head_t startup_queue |
| struct task_struct* task |
1.8.2