Lines Matching defs:f_hid_opts
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;33 int refcnt;