Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/musb/
Dmusb_core.c1278 musb->bulk_ep = hw_ep; in fifo_setup()
1398 if (!musb->bulk_ep) { in ep_config_from_table()
1440 if (musb->bulk_ep) in ep_config_from_hw()
1442 musb->bulk_ep = hw_ep; in ep_config_from_hw()
1445 if (!musb->bulk_ep) { in ep_config_from_hw()
Dmusb_core.h332 struct musb_hw_ep *bulk_ep; member
Dmusb_host.c2116 if (hw_ep == musb->bulk_ep) in musb_schedule()
2153 hw_ep = musb->bulk_ep; in musb_schedule()