Lines Matching refs:periodic
398 return hs_ep->periodic; in is_ep_periodic()
487 bool periodic = is_ep_periodic(hs_ep); in dwc2_hsotg_write_fifo() local
502 if (periodic && !hsotg->dedicated_fifos) { in dwc2_hsotg_write_fifo()
573 if (can_write > 512 && !periodic) in dwc2_hsotg_write_fifo()
587 periodic ? GINTSTS_PTXFEMP : in dwc2_hsotg_write_fifo()
616 periodic ? GINTSTS_PTXFEMP : in dwc2_hsotg_write_fifo()
629 if (periodic) in dwc2_hsotg_write_fifo()
3219 static void dwc2_hsotg_irq_fifoempty(struct dwc2_hsotg *hsotg, bool periodic) in dwc2_hsotg_irq_fifoempty() argument
3234 if ((periodic && !ep->periodic) || in dwc2_hsotg_irq_fifoempty()
3235 (!periodic && ep->periodic)) in dwc2_hsotg_irq_fifoempty()
3748 if (hsotg->dedicated_fifos || hs_ep->periodic) { in dwc2_hsotg_ep_stop_xfr()
3790 if (hsotg->dedicated_fifos || hs_ep->periodic) in dwc2_hsotg_ep_stop_xfr()
3799 if (!hsotg->dedicated_fifos && !hs_ep->periodic) in dwc2_hsotg_ep_stop_xfr()
3887 hs_ep->periodic = 0; in dwc2_hsotg_ep_enable()
3901 hs_ep->periodic = 1; in dwc2_hsotg_ep_enable()
3918 hs_ep->periodic = 1; in dwc2_hsotg_ep_enable()