Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEHCI_SCHD.cxx150 if (pEhci->u32PeriodicSched++) // patch from Linux in ms_enable_periodic()
175 if (--pEhci->u32PeriodicSched) // patch from Linux in ms_disable_periodic()
226 pEhci->u32PeriodicSched--; in ms_intr_deschedule()
227 if (!pEhci->u32PeriodicSched) in ms_intr_deschedule()
265 osapi_atomic_read(&pQh1->tRefCnt), (int)pEhci->u32PeriodicSched); in ms_intr_deschedule()
597 if (!pEhci->u32PeriodicSched++) in ms_qh_schedule()
739 if (pEhci->u32PeriodicSched > 0) in ms_scan_periodic()
750 if (!HCD_IS_RUNNING (pEhci->hcd.state) || pEhci->u32PeriodicSched == 0) in ms_scan_periodic()
H A DdrvEHCI.h147 U32 u32PeriodicSched; /* periodic activity count */ member
H A DdrvEhciHcd.c2619 ((pEhci->stAsync->qh_next.ptr != 0) || (pEhci->u32PeriodicSched != 0))) in ms_ehci_work()
2809 …(pEhci->u32PeriodicSched != 0) //If we has periodic transactions in Schedule, we must scan periodi… in ms_ehci_irq()