Home
last modified time | relevance | path

Searched refs:dedicated_fifos (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dgadget.c523 if (periodic && !hsotg->dedicated_fifos) { in dwc2_hsotg_write_fifo()
564 } else if (hsotg->dedicated_fifos && hs_ep->index != 0) { in dwc2_hsotg_write_fifo()
606 if (!hsotg->dedicated_fifos) in dwc2_hsotg_write_fifo()
635 if (!hsotg->dedicated_fifos) in dwc2_hsotg_write_fifo()
3179 if (hsotg->dedicated_fifos && in dwc2_hsotg_epint()
3296 if (!hsotg->dedicated_fifos) in kill_all_requests()
3477 dwc2_writel(hsotg, ((hsotg->dedicated_fifos) ? in dwc2_hsotg_core_init_disconnected()
3489 dwc2_writel(hsotg, ((hsotg->dedicated_fifos && !using_dma(hsotg)) ? in dwc2_hsotg_core_init_disconnected()
3919 if (hsotg->dedicated_fifos || hs_ep->periodic) { in dwc2_hsotg_ep_stop_xfr()
3979 if (hsotg->dedicated_fifos || hs_e in dwc2_hsotg_ep_stop_xfr()
[all...]
H A Dcore.h1001 * @dedicated_fifos: Set if the hardware has dedicated IN-EP fifos.
1189 unsigned int dedicated_fifos:1; member
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dgadget.c522 if (periodic && !hsotg->dedicated_fifos) { in dwc2_hsotg_write_fifo()
563 } else if (hsotg->dedicated_fifos && hs_ep->index != 0) { in dwc2_hsotg_write_fifo()
605 if (!hsotg->dedicated_fifos) in dwc2_hsotg_write_fifo()
634 if (!hsotg->dedicated_fifos) in dwc2_hsotg_write_fifo()
3179 if (hsotg->dedicated_fifos && in dwc2_hsotg_epint()
3296 if (!hsotg->dedicated_fifos) in kill_all_requests()
3477 dwc2_writel(hsotg, ((hsotg->dedicated_fifos) ? in dwc2_hsotg_core_init_disconnected()
3489 dwc2_writel(hsotg, ((hsotg->dedicated_fifos && !using_dma(hsotg)) ? in dwc2_hsotg_core_init_disconnected()
3919 if (hsotg->dedicated_fifos || hs_ep->periodic) { in dwc2_hsotg_ep_stop_xfr()
3979 if (hsotg->dedicated_fifos || hs_e in dwc2_hsotg_ep_stop_xfr()
[all...]
H A Dcore.h986 * @dedicated_fifos: Set if the hardware has dedicated IN-EP fifos.
1176 unsigned int dedicated_fifos:1; member

Completed in 16 milliseconds