Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/gadget/function/
Df_uac2.c358 static struct usb_endpoint_descriptor hs_epin_desc = { variable
434 (struct usb_descriptor_header *)&hs_epin_desc,
586 hs_audio_desc[i++] = USBDHDR(&hs_epin_desc); in setup_descriptor()
678 set_ep_max_packet_size(uac2_opts, &hs_epin_desc, 8000, true); in afunc_bind()
699 le16_to_cpu(hs_epin_desc.wMaxPacketSize)); in afunc_bind()
705 hs_epin_desc.bEndpointAddress = fs_epin_desc.bEndpointAddress; in afunc_bind()