Home
last modified time | relevance | path

Searched refs:check_period (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/usb/host/
Dehci-sched.c766 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()
Dfusbh200-hcd.c3771 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()
Dfotg210-hcd.c3835 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()
Doxu210hp-hcd.c2064 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()