Lines Matching refs:periodic
276 return hs_ep->periodic; in is_ep_periodic()
321 bool periodic = is_ep_periodic(hs_ep); in s3c_hsotg_write_fifo() local
336 if (periodic && !hsotg->dedicated_fifos) { in s3c_hsotg_write_fifo()
406 if (can_write > 512 && !periodic) in s3c_hsotg_write_fifo()
420 periodic ? GINTSTS_PTXFEMP : in s3c_hsotg_write_fifo()
449 periodic ? GINTSTS_PTXFEMP : in s3c_hsotg_write_fifo()
462 if (periodic) in s3c_hsotg_write_fifo()
2195 static void s3c_hsotg_irq_fifoempty(struct dwc2_hsotg *hsotg, bool periodic) in s3c_hsotg_irq_fifoempty() argument
2210 if ((periodic && !ep->periodic) || in s3c_hsotg_irq_fifoempty()
2211 (!periodic && ep->periodic)) in s3c_hsotg_irq_fifoempty()
2649 hs_ep->periodic = 0; in s3c_hsotg_ep_enable()
2662 hs_ep->periodic = 1; in s3c_hsotg_ep_enable()
2671 hs_ep->periodic = 1; in s3c_hsotg_ep_enable()