Searched refs:check_period (Results 1 – 3 of 3) sorted by relevance
/drivers/usb/host/ |
D | ehci-sched.c | 741 static int check_period( in check_period() function 782 if (!check_period(ehci, frame, uframe, qh->ps.bw_uperiod, qh->ps.usecs)) in check_intr_schedule() 796 if (!check_period(ehci, frame, i, in check_intr_schedule() 819 if (!check_period(ehci, frame, uframe + qh->gap_uf + 1, in check_intr_schedule() 822 if (!check_period(ehci, frame, uframe + qh->gap_uf, in check_intr_schedule()
|
D | fotg210-hcd.c | 3669 static int check_period(struct fotg210_hcd *fotg210, unsigned frame, in check_period() function 3718 if (!check_period(fotg210, frame, uframe, qh->period, qh->usecs)) in check_intr_schedule() 3738 if (!check_period(fotg210, frame, uframe + qh->gap_uf + 1, in check_intr_schedule() 3741 if (!check_period(fotg210, frame, uframe + qh->gap_uf, in check_intr_schedule()
|
D | oxu210hp-hcd.c | 2482 static int check_period(struct oxu_hcd *oxu, in check_period() function 2533 if (!check_period(oxu, frame, uframe, qh->period, qh->usecs)) in check_intr_schedule()
|