Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
H A Df_uac2.c499 static struct usb_endpoint_descriptor ss_epin_desc = { variable
632 (struct usb_descriptor_header *)&ss_epin_desc,
832 epin_desc = &ss_epin_desc; in setup_headers()
1192 ss_epin_desc.bInterval = uac2_opts->p_hs_bint; in afunc_bind()
1225 ret = set_ep_max_packet_size_bint(dev, uac2_opts, &ss_epin_desc, in afunc_bind()
1275 le16_to_cpu(ss_epin_desc.wMaxPacketSize)); in afunc_bind()
1279 ss_epin_desc_comp.wBytesPerInterval = ss_epin_desc.wMaxPacketSize; in afunc_bind()
1289 ss_epin_desc.bEndpointAddress = fs_epin_desc.bEndpointAddress; in afunc_bind()