Home
last modified time | relevance | path

Searched refs:hidg_desc_copy (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/usb/gadget/function/
H A Df_hid.c931 struct hid_descriptor hidg_desc_copy = hidg_desc; in hidg_setup() local
934 hidg_desc_copy.rpt_desc.bDescriptorType = HID_DT_REPORT; in hidg_setup()
935 hidg_desc_copy.rpt_desc.wDescriptorLength = in hidg_setup()
939 hidg_desc_copy.bLength); in hidg_setup()
940 memcpy(req->buf, &hidg_desc_copy, length); in hidg_setup()