Home
last modified time | relevance | path

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

/openbmc/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()
547 prev = periodic_next_shadow(ehci, prev, type); in qh_link_periodic()
1727 prev = periodic_next_shadow(ehci, prev, type); in itd_link()
H A Doxu210hp-hcd.c2231 static union ehci_shadow *periodic_next_shadow(union ehci_shadow *periodic, in periodic_next_shadow() function
2250 prev_p = periodic_next_shadow(prev_p, Q_NEXT_TYPE(*hw_p)); in periodic_unlink()
2261 *prev_p = *periodic_next_shadow(&here, Q_NEXT_TYPE(*hw_p)); in periodic_unlink()
2376 prev = periodic_next_shadow(prev, type); in qh_link_periodic()
/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c3274 static union fotg210_shadow *periodic_next_shadow(struct fotg210_hcd *fotg210, in periodic_next_shadow() function
3310 prev_p = periodic_next_shadow(fotg210, prev_p, in periodic_unlink()
3323 *prev_p = *periodic_next_shadow(fotg210, &here, in periodic_unlink()
3503 prev = periodic_next_shadow(fotg210, prev, type); in qh_link_periodic()
4334 prev = periodic_next_shadow(fotg210, prev, type); in itd_link()