Searched defs:f_hid_opts (Results 1 – 1 of 1) sorted by relevance
21 struct f_hid_opts { struct22 struct usb_function_instance func_inst;23 int minor;24 unsigned char subclass;25 unsigned char protocol;26 unsigned short report_length;27 unsigned short report_desc_length;28 unsigned char *report_desc;29 bool report_desc_alloc;35 struct mutex lock;[all …]