hid_opts          136 drivers/usb/gadget/legacy/hid.c 	struct f_hid_opts *hid_opts;
hid_opts          151 drivers/usb/gadget/legacy/hid.c 		hid_opts = container_of(n->fi, struct f_hid_opts, func_inst);
hid_opts          152 drivers/usb/gadget/legacy/hid.c 		hid_opts->subclass = n->func->subclass;
hid_opts          153 drivers/usb/gadget/legacy/hid.c 		hid_opts->protocol = n->func->protocol;
hid_opts          154 drivers/usb/gadget/legacy/hid.c 		hid_opts->report_length = n->func->report_length;
hid_opts          155 drivers/usb/gadget/legacy/hid.c 		hid_opts->report_desc_length = n->func->report_desc_length;
hid_opts          156 drivers/usb/gadget/legacy/hid.c 		hid_opts->report_desc = n->func->report_desc;