Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dgadget.c542 if (periodic && !hsotg->dedicated_fifos) { in dwc2_hsotg_write_fifo()
583 } else if (hsotg->dedicated_fifos && hs_ep->index != 0) { in dwc2_hsotg_write_fifo()
625 if (!hsotg->dedicated_fifos) in dwc2_hsotg_write_fifo()
654 if (!hsotg->dedicated_fifos) in dwc2_hsotg_write_fifo()
3214 if (hsotg->dedicated_fifos && in dwc2_hsotg_epint()
3331 if (!hsotg->dedicated_fifos) in kill_all_requests()
3512 dwc2_writel(hsotg, ((hsotg->dedicated_fifos) ? in dwc2_hsotg_core_init_disconnected()
3524 dwc2_writel(hsotg, ((hsotg->dedicated_fifos && !using_dma(hsotg)) ? in dwc2_hsotg_core_init_disconnected()
3954 if (hsotg->dedicated_fifos || hs_ep->periodic) { in dwc2_hsotg_ep_stop_xfr()
4014 if (hsotg->dedicated_fifos || hs_ep->periodic) in dwc2_hsotg_ep_stop_xfr()
[all …]
H A Dcore.h1192 unsigned int dedicated_fifos:1; member