Searched refs:periodic_next_shadow (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/usb/host/ |
H A D | ehci-sched.c | 32 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()
|
/linux/drivers/usb/fotg210/ |
H A D | fotg210-hcd.c | 3270 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()
|