Lines Matching defs:f_hid_opts
18 struct f_hid_opts { struct
19 struct usb_function_instance func_inst;
20 int minor;
21 unsigned char subclass;
22 unsigned char protocol;
23 unsigned char no_out_endpoint;
24 unsigned short report_length;
25 unsigned short report_desc_length;
26 unsigned char *report_desc;
27 bool report_desc_alloc;
33 struct mutex lock;
34 int refcnt;