Searched refs:ehci_qh_shadow (Results 1 – 3 of 3) sorted by relevance
83 union ehci_qh_shadow *prev_p = &pEhci->pshadow [u32Frame]; in ms_periodic_unlink()85 union ehci_qh_shadow here = *prev_p; in ms_periodic_unlink()86 union ehci_qh_shadow *next_p1; in ms_periodic_unlink()91 ? (union ehci_qh_shadow *)(&prev_p->qh->qh_next) in ms_periodic_unlink()104 ? (union ehci_qh_shadow *)(&here.qh->qh_next) in ms_periodic_unlink()115 union ehci_qh_shadow *pQh = &pEhci->pshadow [u32Frame]; in ms_periodic_usecs()359 union ehci_qh_shadow here; in ms_tt_no_collision()462 union ehci_qh_shadow *prev = &ehci->pshadow[i]; in ms_qh_link_periodic()464 union ehci_qh_shadow here = *prev; in ms_qh_link_periodic()703 union ehci_qh_shadow q, *q_p; in ms_scan_periodic()[all …]
145 union ehci_qh_shadow *pshadow; /* mirror hw periodic table */435 union ehci_qh_shadow { union455 union ehci_qh_shadow qh_next; /* ptr to qh; or periodic */
244 …pEhci->pshadow = (union ehci_qh_shadow *) kmalloc (pEhci->u32PeriodicSize * sizeof (void *), iFla… in ms_ehci_mem_init()