Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Df_hid.c226 static struct usb_endpoint_descriptor hidg_fs_in_ep_desc = { variable
253 (struct usb_descriptor_header *)&hidg_fs_in_ep_desc,
261 (struct usb_descriptor_header *)&hidg_fs_in_ep_desc,
933 ep = usb_ep_autoconfig(c->cdev->gadget, &hidg_fs_in_ep_desc); in hidg_bind()
959 hidg_fs_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
974 hidg_fs_in_ep_desc.bEndpointAddress; in hidg_bind()
979 hidg_fs_in_ep_desc.bEndpointAddress; in hidg_bind()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_hid.c230 static struct usb_endpoint_descriptor hidg_fs_in_ep_desc = { variable
257 (struct usb_descriptor_header *)&hidg_fs_in_ep_desc,
265 (struct usb_descriptor_header *)&hidg_fs_in_ep_desc,
937 ep = usb_ep_autoconfig(c->cdev->gadget, &hidg_fs_in_ep_desc); in hidg_bind()
963 hidg_fs_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
978 hidg_fs_in_ep_desc.bEndpointAddress; in hidg_bind()
983 hidg_fs_in_ep_desc.bEndpointAddress; in hidg_bind()

Completed in 9 milliseconds