Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI_SCHD.cxx334 ehci->periodic_sched--; in intr_deschedule()
337 if (!ehci->periodic_sched) in intr_deschedule()
365 atomic_read(&qh1->refcount), ehci->periodic_sched); in intr_deschedule()
512 if (!ehci->periodic_sched++) in qh_schedule()
892 if (!ehci->periodic_sched) in get_iso_range()
1028 if (!ehci->periodic_sched++) { in itd_schedule()
H A DdrvEHCI.h213 U32 periodic_sched; /* periodic activity count */ member
H A DdrvEhciHcd.c7892 if ((ehci->async->qh_next.ptr != 0) || (ehci->periodic_sched != 0)) in ehci_work()
8226 …(ehci->periodic_sched != 0) //If we has periodic transactions in Schedule, we must scan periodic w… in ehci_irq()