Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
H A Df_uac2.c477 static struct usb_endpoint_descriptor hs_epin_desc = { variable
581 (struct usb_descriptor_header *)&hs_epin_desc,
813 epin_desc = &hs_epin_desc; in setup_headers()
1199 hs_epin_desc.bInterval = uac2_opts->p_hs_bint; in afunc_bind()
1219 ret = set_ep_max_packet_size_bint(dev, uac2_opts, &hs_epin_desc, in afunc_bind()
1277 le16_to_cpu(hs_epin_desc.wMaxPacketSize)); in afunc_bind()
1294 hs_epin_desc.bEndpointAddress = fs_epin_desc.bEndpointAddress; in afunc_bind()