Searched refs:fs_epin_desc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_uac2.c | 348 static struct usb_endpoint_descriptor fs_epin_desc = { variable 404 (struct usb_descriptor_header *)&fs_epin_desc, 571 fs_audio_desc[i++] = USBDHDR(&fs_epin_desc); in setup_descriptor() 726 ret = set_ep_max_packet_size(uac2_opts, &fs_epin_desc, USB_SPEED_FULL, in afunc_bind() 763 agdev->in_ep = usb_ep_autoconfig(gadget, &fs_epin_desc); in afunc_bind() 771 le16_to_cpu(fs_epin_desc.wMaxPacketSize), in afunc_bind() 778 hs_epin_desc.bEndpointAddress = fs_epin_desc.bEndpointAddress; in afunc_bind()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_uac2.c | 480 static struct usb_endpoint_descriptor fs_epin_desc = { variable 559 (struct usb_descriptor_header *)&fs_epin_desc, 820 epin_desc = &fs_epin_desc; in setup_headers() 1196 ret = set_ep_max_packet_size_bint(dev, uac2_opts, &fs_epin_desc, in afunc_bind() 1258 agdev->in_ep = usb_ep_autoconfig(gadget, &fs_epin_desc); in afunc_bind() 1267 le16_to_cpu(fs_epin_desc.wMaxPacketSize), in afunc_bind() 1285 hs_epin_desc.bEndpointAddress = fs_epin_desc.bEndpointAddress; in afunc_bind() 1288 ss_epin_desc.bEndpointAddress = fs_epin_desc.bEndpointAddress; in afunc_bind()
|
Completed in 7 milliseconds