Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEHCI_SCHD.cxx83 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 …]
H A DdrvEHCI.h145 union ehci_qh_shadow *pshadow; /* mirror hw periodic table */
435 union ehci_qh_shadow { union
455 union ehci_qh_shadow qh_next; /* ptr to qh; or periodic */
H A DdrvEHCI_MEM.cxx244 …pEhci->pshadow = (union ehci_qh_shadow *) kmalloc (pEhci->u32PeriodicSize * sizeof (void *), iFla… in ms_ehci_mem_init()