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