Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Df_uac2.c281 static struct usb_endpoint_descriptor hs_epout_desc = { variable
426 (struct usb_descriptor_header *)&hs_epout_desc,
596 hs_audio_desc[i++] = USBDHDR(&hs_epout_desc); in setup_descriptor()
747 ret = set_ep_max_packet_size(uac2_opts, &hs_epout_desc, USB_SPEED_HIGH, in afunc_bind()
775 le16_to_cpu(hs_epout_desc.wMaxPacketSize)); in afunc_bind()
777 hs_epout_desc.bEndpointAddress = fs_epout_desc.bEndpointAddress; in afunc_bind()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_uac2.c356 static struct usb_endpoint_descriptor hs_epout_desc = { variable
585 (struct usb_descriptor_header *)&hs_epout_desc,
825 epout_desc = &hs_epout_desc; in setup_headers()
1152 hs_epout_desc.bmAttributes = in afunc_bind()
1160 hs_epout_desc.bmAttributes = in afunc_bind()
1192 hs_epout_desc.bInterval = uac2_opts->c_hs_bint; in afunc_bind()
1217 ret = set_ep_max_packet_size_bint(dev, uac2_opts, &hs_epout_desc, in afunc_bind()
1271 le16_to_cpu(hs_epout_desc.wMaxPacketSize)); in afunc_bind()
1283 hs_epout_desc.bEndpointAddress = fs_epout_desc.bEndpointAddress; in afunc_bind()

Completed in 4 milliseconds