Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Df_hid.c724 struct hid_descriptor hidg_desc_copy = hidg_desc; in hidg_setup() local
727 hidg_desc_copy.desc[0].bDescriptorType = HID_DT_REPORT; in hidg_setup()
728 hidg_desc_copy.desc[0].wDescriptorLength = in hidg_setup()
732 hidg_desc_copy.bLength); in hidg_setup()
733 memcpy(req->buf, &hidg_desc_copy, length); in hidg_setup()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_hid.c728 struct hid_descriptor hidg_desc_copy = hidg_desc; in hidg_setup() local
731 hidg_desc_copy.desc[0].bDescriptorType = HID_DT_REPORT; in hidg_setup()
732 hidg_desc_copy.desc[0].wDescriptorLength = in hidg_setup()
736 hidg_desc_copy.bLength); in hidg_setup()
737 memcpy(req->buf, &hidg_desc_copy, length); in hidg_setup()

Completed in 3 milliseconds