Searched refs:ehci_shadow (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ehci.h | 158 union ehci_shadow *pshadow; /* mirror hw periodic table */ 359 union ehci_shadow { union 409 union ehci_shadow qh_next; /* ptr to qh; or periodic */ 527 union ehci_shadow itd_next; /* ptr to periodic q entry */ 573 union ehci_shadow sitd_next; /* ptr to periodic q entry */ 599 union ehci_shadow fstn_next; /* ptr to periodic q entry */
|
H A D | ehci-sched.c | 31 static union ehci_shadow * 32 periodic_next_shadow(struct ehci_hcd *ehci, union ehci_shadow *periodic, in periodic_next_shadow() 49 shadow_next_periodic(struct ehci_hcd *ehci, union ehci_shadow *periodic, in shadow_next_periodic() 53 /* our ehci_shadow.qh is actually software part */ in shadow_next_periodic() 65 union ehci_shadow *prev_p = &ehci->pshadow[frame]; in periodic_unlink() 67 union ehci_shadow here = *prev_p; in periodic_unlink() 423 union ehci_shadow here; in tt_no_collision() 530 union ehci_shadow *prev = &ehci->pshadow[i]; in qh_link_periodic() 532 union ehci_shadow here = *prev; in qh_link_periodic() 1706 union ehci_shadow *pre in itd_link() [all...] |
H A D | oxu210hp-hcd.c | 293 union ehci_shadow { union 329 union ehci_shadow qh_next; /* ptr to qh; or periodic */ 434 union ehci_shadow *pshadow; /* mirror hw periodic table */ 2230 static union ehci_shadow *periodic_next_shadow(union ehci_shadow *periodic, in periodic_next_shadow() 2243 union ehci_shadow *prev_p = &oxu->pshadow[frame]; in periodic_unlink() 2245 union ehci_shadow here = *prev_p; in periodic_unlink() 2269 union ehci_shadow *q = &oxu->pshadow[frame]; in periodic_usecs() 2365 union ehci_shadow *prev = &oxu->pshadow[i]; in qh_link_periodic() 2367 union ehci_shadow her in qh_link_periodic() [all...] |
H A D | ehci-dbg.c | 626 union ehci_shadow p, *seen; in fill_periodic_buffer()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci.h | 158 union ehci_shadow *pshadow; /* mirror hw periodic table */ 362 union ehci_shadow { union 412 union ehci_shadow qh_next; /* ptr to qh; or periodic */ 530 union ehci_shadow itd_next; /* ptr to periodic q entry */ 576 union ehci_shadow sitd_next; /* ptr to periodic q entry */ 602 union ehci_shadow fstn_next; /* ptr to periodic q entry */
|
H A D | ehci-sched.c | 31 static union ehci_shadow * 32 periodic_next_shadow(struct ehci_hcd *ehci, union ehci_shadow *periodic, in periodic_next_shadow() 49 shadow_next_periodic(struct ehci_hcd *ehci, union ehci_shadow *periodic, in shadow_next_periodic() 53 /* our ehci_shadow.qh is actually software part */ in shadow_next_periodic() 65 union ehci_shadow *prev_p = &ehci->pshadow[frame]; in periodic_unlink() 67 union ehci_shadow here = *prev_p; in periodic_unlink() 429 union ehci_shadow here; in tt_no_collision() 537 union ehci_shadow *prev = &ehci->pshadow[i]; in qh_link_periodic() 539 union ehci_shadow here = *prev; in qh_link_periodic() 1717 union ehci_shadow *pre in itd_link() [all...] |
H A D | oxu210hp-hcd.c | 293 union ehci_shadow { union 329 union ehci_shadow qh_next; /* ptr to qh; or periodic */ 434 union ehci_shadow *pshadow; /* mirror hw periodic table */ 2231 static union ehci_shadow *periodic_next_shadow(union ehci_shadow *periodic, in periodic_next_shadow() 2244 union ehci_shadow *prev_p = &oxu->pshadow[frame]; in periodic_unlink() 2246 union ehci_shadow here = *prev_p; in periodic_unlink() 2270 union ehci_shadow *q = &oxu->pshadow[frame]; in periodic_usecs() 2366 union ehci_shadow *prev = &oxu->pshadow[i]; in qh_link_periodic() 2368 union ehci_shadow her in qh_link_periodic() [all...] |
H A D | ehci-dbg.c | 626 union ehci_shadow p, *seen; in fill_periodic_buffer()
|
Completed in 27 milliseconds