Home
last modified time | relevance | path

Searched refs:async (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEhciHcd.c467 if (ehci->async->qh_next.qh) in ehci_ready()
474 printk("Got problem,check it out, qHD is %p\n",ehci->async->qh_next.qh); in ehci_ready()
1343 if( ehci->async->qh_next.qh != 0 ) in ehci_hub_control()
1345 …_err("Not only cantain one qHD (%p and %p)in asyn. scheduler",ehci->async->qh_next.qh,ehci->async); in ehci_hub_control()
3150 == ehci->async->hw_alt_next) { in qh_completions()
3925 qtd->hw_alt_next = ehci->async->hw_alt_next; in qh_urb_transaction()
5042 head = ehci->async; in qh_link_async()
5129 if (unlikely (!(q = ehci->async))) {
5188 ehci->async = qh;
5842 && ehci->async->qh_next.qh == 0) in end_unlink_async()
[all …]
H A DdrvEHCI_MEM.cxx216 if (ehci->async) in ehci_mem_cleanup()
217 qh_put (ehci, ehci->async); in ehci_mem_cleanup()
218 ehci->async = 0; in ehci_mem_cleanup()
308 ehci->async = ehci_qh_alloc (ehci, flags); in ehci_mem_init()
309 if (!ehci->async) in ehci_mem_init()
H A DdrvEHCIDBG.cpp523 if ((qh->hw_alt_next & QTD_MASK) == ehci->async->hw_alt_next) in qh_lines()
581 if (td->hw_alt_next == ehci->async->hw_alt_next) in qh_lines()
663 for (qh = ehci->async->qh_next.qh; size > 0 && qh; qh = qh->qh_next.qh) in show_async()
H A DdrvEHCI.h182 struct ehci_qh *async; member