Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/gadget/function/
Df_hid.c229 static struct usb_endpoint_descriptor hidg_fs_in_ep_desc = { variable
256 (struct usb_descriptor_header *)&hidg_fs_in_ep_desc,
264 (struct usb_descriptor_header *)&hidg_fs_in_ep_desc,
936 ep = usb_ep_autoconfig(c->cdev->gadget, &hidg_fs_in_ep_desc); in hidg_bind()
962 hidg_fs_in_ep_desc.wMaxPacketSize = cpu_to_le16(hidg->report_length); in hidg_bind()
977 hidg_fs_in_ep_desc.bEndpointAddress; in hidg_bind()
982 hidg_fs_in_ep_desc.bEndpointAddress; in hidg_bind()