Home
last modified time | relevance | path

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

/drivers/usb/gadget/function/
Df_uac2.c840 static struct usb_endpoint_descriptor fs_epin_desc = { variable
896 (struct usb_descriptor_header *)&fs_epin_desc,
1073 agdev->in_ep = usb_ep_autoconfig(gadget, &fs_epin_desc); in afunc_bind()
1083 set_ep_max_packet_size(uac2_opts, &fs_epin_desc, 1000, true); in afunc_bind()
1089 hs_epin_desc.bEndpointAddress = fs_epin_desc.bEndpointAddress; in afunc_bind()
1171 ep_desc = &fs_epin_desc; in afunc_set_alt()