Home
last modified time | relevance | path

Searched refs:periodic_next_shadow (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/host/
H A Dehci-sched.c32 periodic_next_shadow(struct ehci_hcd *ehci, union ehci_shadow *periodic, in periodic_next_shadow() function
71 prev_p = periodic_next_shadow(ehci, prev_p, in periodic_unlink()
84 *prev_p = *periodic_next_shadow(ehci, &here, in periodic_unlink()
546 prev = periodic_next_shadow(ehci, prev, type); in qh_link_periodic()
1726 prev = periodic_next_shadow(ehci, prev, type); in itd_link()
H A Doxu210hp-hcd.c2207 static union ehci_shadow *periodic_next_shadow(union ehci_shadow *periodic, in periodic_next_shadow() function
2226 prev_p = periodic_next_shadow(prev_p, Q_NEXT_TYPE(*hw_p)); in periodic_unlink()
2237 *prev_p = *periodic_next_shadow(&here, Q_NEXT_TYPE(*hw_p)); in periodic_unlink()
2352 prev = periodic_next_shadow(prev, type); in qh_link_periodic()
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c3270 static union fotg210_shadow *periodic_next_shadow(struct fotg210_hcd *fotg210, in periodic_next_shadow() function
3306 prev_p = periodic_next_shadow(fotg210, prev_p, in periodic_unlink()
3319 *prev_p = *periodic_next_shadow(fotg210, &here, in periodic_unlink()
3499 prev = periodic_next_shadow(fotg210, prev, type); in qh_link_periodic()
4330 prev = periodic_next_shadow(fotg210, prev, type); in itd_link()