Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/gadget/function/
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()
1151 hs_epout_desc.bmAttributes = in afunc_bind()
1159 hs_epout_desc.bmAttributes = in afunc_bind()
1191 hs_epout_desc.bInterval = uac2_opts->c_hs_bint; in afunc_bind()
1216 ret = set_ep_max_packet_size_bint(dev, uac2_opts, &hs_epout_desc, in afunc_bind()
1270 le16_to_cpu(hs_epout_desc.wMaxPacketSize)); in afunc_bind()
1282 hs_epout_desc.bEndpointAddress = fs_epout_desc.bEndpointAddress; in afunc_bind()