Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI_SCHD.cxx499 ehci->pshadow [frame1].qh = qh_get (qh); in qh_schedule()
1166 qh_get (q.qh), regs); in scan_periodic()
H A DdrvEhciHcd.c5561 urb->hcpriv = qh_get (qh); in qh_append_tds()
5698 qh_link_async (ehci, qh_get (qh)); in submit_async()
5979 ehci->reclaim = qh = qh_get (qh); in start_unlink_async()
6221 qh = qh_get (qh); in scan_async()
H A DdrvEHCI_MEM.cxx183 static __inline__ struct ehci_qh *qh_get (/* ehci, */ struct ehci_qh *qh) in qh_get() function