Searched refs:shadow_next_periodic (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/usb/host/ |
H A D | ehci-sched.c | 49 shadow_next_periodic(struct ehci_hcd *ehci, union ehci_shadow *periodic, in shadow_next_periodic() function 73 hw_p = shadow_next_periodic(ehci, &here, in periodic_unlink() 88 *shadow_next_periodic(ehci, &here, Q_NEXT_TYPE(ehci, *hw_p)) in periodic_unlink() 90 *hw_p = *shadow_next_periodic(ehci, &here, in periodic_unlink() 548 hw_p = shadow_next_periodic(ehci, &here, type); in qh_link_periodic() 1728 hw_p = shadow_next_periodic(ehci, &here, type); in itd_link()
|
/linux/drivers/usb/fotg210/ |
H A D | fotg210-hcd.c | 3283 static __hc32 *shadow_next_periodic(struct fotg210_hcd *fotg210, in shadow_next_periodic() function 3308 hw_p = shadow_next_periodic(fotg210, &here, in periodic_unlink() 3322 *hw_p = *shadow_next_periodic(fotg210, &here, in periodic_unlink() 3500 hw_p = shadow_next_periodic(fotg210, &here, type); in qh_link_periodic() 4331 hw_p = shadow_next_periodic(fotg210, &here, type); in itd_link()
|