Home
last modified time | relevance | path

Searched refs:pshadow (Results 1 – 7 of 7) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEHCI_MEM.cxx193 if (pEhci->pshadow) in ms_ehci_mem_cleanup()
194 kfree (pEhci->pshadow); in ms_ehci_mem_cleanup()
195 pEhci->pshadow = 0; in ms_ehci_mem_cleanup()
244 …pEhci->pshadow = (union ehci_qh_shadow *) kmalloc (pEhci->u32PeriodicSize * sizeof (void *), iFla… in ms_ehci_mem_init()
245 if (pEhci->pshadow == 0) in ms_ehci_mem_init()
249 memset (pEhci->pshadow, 0, pEhci->u32PeriodicSize * sizeof (void *)); in ms_ehci_mem_init()
H A DdrvEHCI_SCHD.cxx83 union ehci_qh_shadow *prev_p = &pEhci->pshadow [u32Frame]; in ms_periodic_unlink()
115 union ehci_qh_shadow *pQh = &pEhci->pshadow [u32Frame]; in ms_periodic_usecs()
362 here = pEhci->pshadow [frame]; in ms_tt_no_collision()
462 union ehci_qh_shadow *prev = &ehci->pshadow[i]; in ms_qh_link_periodic()
584 if (pEhci->pshadow [u32Frame1].ptr != 0) in ms_qh_schedule()
590 pEhci->pshadow [u32Frame1].qh = ms_qh_get (pQh); in ms_qh_schedule()
707 q_p = &pEhci->pshadow [u32Frame]; in ms_scan_periodic()
H A DdrvEHCI.h145 union ehci_qh_shadow *pshadow; /* mirror hw periodic table */ member
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI_MEM.cxx253 if (ehci->pshadow) in ehci_mem_cleanup()
254 kfree (ehci->pshadow); in ehci_mem_cleanup()
255 ehci->pshadow = 0; in ehci_mem_cleanup()
358 ehci->pshadow = (union ehci_shadow *) kmalloc (ehci->periodic_size * sizeof (void *), flags); in ehci_mem_init()
359 if (ehci->pshadow == 0) in ehci_mem_init()
363 memset (ehci->pshadow, 0, ehci->periodic_size * sizeof (void *)); in ehci_mem_init()
H A DdrvEHCI_SCHD.cxx127 union ehci_shadow *prev_p = &ehci->pshadow [frame]; in periodic_unlink()
175 union ehci_shadow *q = &ehci->pshadow [frame]; in periodic_usecs()
393 if (ehci->pshadow [frame].ptr) in check_period()
493 if (unlikely (ehci->pshadow [frame1].ptr != 0)) { in qh_schedule()
499 ehci->pshadow [frame1].qh = qh_get (qh); in qh_schedule()
840 itd->itd_next = ehci->pshadow [frame]; in itd_link()
842 ehci->pshadow [frame].itd = itd; in itd_link()
1144 q_p = &ehci->pshadow [frame]; in scan_periodic()
H A DdrvEHCI.h211 union ehci_shadow *pshadow; /* mirror hw periodic table */ member
H A DdrvEHCIDBG.cpp742 p = ehci->pshadow [i]; in show_periodic()