Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/dwc2/
Dgadget.c469 if (periodic && !hsotg->dedicated_fifos) { in dwc2_hsotg_write_fifo()
510 } else if (hsotg->dedicated_fifos && hs_ep->index != 0) { in dwc2_hsotg_write_fifo()
552 if (!hsotg->dedicated_fifos) in dwc2_hsotg_write_fifo()
581 if (!hsotg->dedicated_fifos) in dwc2_hsotg_write_fifo()
2989 if (hsotg->dedicated_fifos && in dwc2_hsotg_epint()
3105 if (!hsotg->dedicated_fifos) in kill_all_requests()
3281 dwc2_writel(hsotg, ((hsotg->dedicated_fifos) ? in dwc2_hsotg_core_init_disconnected()
3293 dwc2_writel(hsotg, ((hsotg->dedicated_fifos && !using_dma(hsotg)) ? in dwc2_hsotg_core_init_disconnected()
3699 if (hsotg->dedicated_fifos || hs_ep->periodic) { in dwc2_hsotg_ep_stop_xfr()
3741 if (hsotg->dedicated_fifos || hs_ep->periodic) in dwc2_hsotg_ep_stop_xfr()
[all …]
Dcore.h1139 unsigned int dedicated_fifos:1; member