Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/musb-new/
Dmusb_core.c1214 musb->bulk_ep = hw_ep; in fifo_setup()
1331 if (!musb->bulk_ep) { in ep_config_from_table()
1373 if (musb->bulk_ep) in ep_config_from_hw()
1375 musb->bulk_ep = hw_ep; in ep_config_from_hw()
1378 if (!musb->bulk_ep) { in ep_config_from_hw()
Dmusb_core.h343 struct musb_hw_ep *bulk_ep; member
Dmusb_host.c1823 if (hw_ep == musb->bulk_ep) in musb_schedule()
1860 hw_ep = musb->bulk_ep; in musb_schedule()