Searched defs:check_period (Results 1 - 4 of 4) sorted by relevance

/drivers/usb/host/
H A Dehci-sched.c766 static int check_period ( function
807 if (!check_period(ehci, frame, uframe, qh->ps.bw_uperiod, qh->ps.usecs))
821 if (!check_period(ehci, frame, i,
844 if (!check_period(ehci, frame, uframe + qh->gap_uf + 1,
847 if (!check_period(ehci, frame, uframe + qh->gap_uf,
H A Doxu210hp-hcd.c2064 static int check_period(struct oxu_hcd *oxu, function
2115 if (!check_period(oxu, frame, uframe, qh->period, qh->usecs))
H A Dfotg210-hcd.c3835 static int check_period( function
3893 if (!check_period(fotg210, frame, uframe, qh->period, qh->usecs))
3913 if (!check_period(fotg210, frame, uframe + qh->gap_uf + 1,
3916 if (!check_period(fotg210, frame, uframe + qh->gap_uf,
H A Dfusbh200-hcd.c3772 static int check_period ( function
3829 if (!check_period (fusbh200, frame, uframe, qh->period, qh->usecs))
3849 if (!check_period (fusbh200, frame, uframe + qh->gap_uf + 1,
3852 if (!check_period (fusbh200, frame, uframe + qh->gap_uf,

Completed in 107 milliseconds