Lines Matching defs:f_hidg
56 struct f_hidg { struct
58 unsigned char bInterfaceSubClass;
59 unsigned char bInterfaceProtocol;
60 unsigned char protocol;
61 unsigned char idle;
62 unsigned short report_desc_length;
63 char *report_desc;
64 unsigned short report_length;
73 bool use_out_ep;
76 spinlock_t read_spinlock;
77 wait_queue_head_t read_queue;
79 struct list_head completed_out_req;
80 unsigned int qlen;
82 char *set_report_buf;
83 unsigned int set_report_length;
86 spinlock_t write_spinlock;
87 bool write_pending;
88 wait_queue_head_t write_queue;
112 static inline struct f_hidg *func_to_hidg(struct usb_function *f) in func_to_hidg() argument