Searched refs:check_period (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | ehci-sched.c | 766 static int check_period ( in check_period() function 807 if (!check_period(ehci, frame, uframe, qh->ps.bw_uperiod, qh->ps.usecs)) in check_intr_schedule() 821 if (!check_period(ehci, frame, i, in check_intr_schedule() 844 if (!check_period(ehci, frame, uframe + qh->gap_uf + 1, in check_intr_schedule() 847 if (!check_period(ehci, frame, uframe + qh->gap_uf, in check_intr_schedule()
|
D | fusbh200-hcd.c | 3771 static int check_period ( in check_period() function 3828 if (!check_period (fusbh200, frame, uframe, qh->period, qh->usecs)) in check_intr_schedule() 3848 if (!check_period (fusbh200, frame, uframe + qh->gap_uf + 1, in check_intr_schedule() 3851 if (!check_period (fusbh200, frame, uframe + qh->gap_uf, in check_intr_schedule()
|
D | fotg210-hcd.c | 3835 static int check_period( in check_period() function 3893 if (!check_period(fotg210, frame, uframe, qh->period, qh->usecs)) in check_intr_schedule() 3913 if (!check_period(fotg210, frame, uframe + qh->gap_uf + 1, in check_intr_schedule() 3916 if (!check_period(fotg210, frame, uframe + qh->gap_uf, in check_intr_schedule()
|
D | oxu210hp-hcd.c | 2064 static int check_period(struct oxu_hcd *oxu, in check_period() function 2115 if (!check_period(oxu, frame, uframe, qh->period, qh->usecs)) in check_intr_schedule()
|