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.c930 struct hid_descriptor hidg_desc_copy = hidg_desc; in hidg_setup() local
933 hidg_desc_copy.rpt_desc.bDescriptorType = HID_DT_REPORT; in hidg_setup()
934 hidg_desc_copy.rpt_desc.wDescriptorLength = in hidg_setup()
938 hidg_desc_copy.bLength); in hidg_setup()
939 memcpy(req->buf, &hidg_desc_copy, length); in hidg_setup()