hidg_desc_copy    560 drivers/usb/gadget/function/f_hid.c 			struct hid_descriptor hidg_desc_copy = hidg_desc;
hidg_desc_copy    563 drivers/usb/gadget/function/f_hid.c 			hidg_desc_copy.desc[0].bDescriptorType = HID_DT_REPORT;
hidg_desc_copy    564 drivers/usb/gadget/function/f_hid.c 			hidg_desc_copy.desc[0].wDescriptorLength =
hidg_desc_copy    568 drivers/usb/gadget/function/f_hid.c 						   hidg_desc_copy.bLength);
hidg_desc_copy    569 drivers/usb/gadget/function/f_hid.c 			memcpy(req->buf, &hidg_desc_copy, length);