Lines Matching refs:periodic
270 return hs_ep->periodic; in is_ep_periodic()
315 bool periodic = is_ep_periodic(hs_ep); in dwc2_hsotg_write_fifo() local
330 if (periodic && !hsotg->dedicated_fifos) { in dwc2_hsotg_write_fifo()
400 if (can_write > 512 && !periodic) in dwc2_hsotg_write_fifo()
414 periodic ? GINTSTS_PTXFEMP : in dwc2_hsotg_write_fifo()
443 periodic ? GINTSTS_PTXFEMP : in dwc2_hsotg_write_fifo()
456 if (periodic) in dwc2_hsotg_write_fifo()
2216 static void dwc2_hsotg_irq_fifoempty(struct dwc2_hsotg *hsotg, bool periodic) in dwc2_hsotg_irq_fifoempty() argument
2231 if ((periodic && !ep->periodic) || in dwc2_hsotg_irq_fifoempty()
2232 (!periodic && ep->periodic)) in dwc2_hsotg_irq_fifoempty()
2718 hs_ep->periodic = 0; in dwc2_hsotg_ep_enable()
2732 hs_ep->periodic = 1; in dwc2_hsotg_ep_enable()
2741 hs_ep->periodic = 1; in dwc2_hsotg_ep_enable()