Home
last modified time | relevance | path

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

/u-boot/drivers/usb/gadget/
A Df_acm.c136 static struct usb_endpoint_descriptor acm_fs_in_desc = { variable
159 (struct usb_descriptor_header *)&acm_fs_in_desc,
237 ep = usb_ep_autoconfig(gadget, &acm_fs_in_desc); in acm_bind()
257 acm_hs_in_desc.bEndpointAddress = acm_fs_in_desc.bEndpointAddress; in acm_bind()
330 d = ep_desc(gadget, &acm_hs_in_desc, &acm_fs_in_desc); in acm_start_data()

Completed in 6 milliseconds