Home
last modified time | relevance | path

Searched refs:qh_next (Results 1 – 9 of 9) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEhciHcd.c1713 if (!pHead->qh_next.qh) in ms_qh_link_async()
1737 pQh->qh_next = pHead->qh_next; in ms_qh_link_async()
1741 pHead->qh_next.qh = pQh; in ms_qh_link_async()
1940 pQh->qh_next.qh = 0; in ms_end_unlink_async()
1958 && pEhci->stAsync->qh_next.qh == 0) in ms_end_unlink_async()
2003 while (pPrev->qh_next.qh != pQh) in ms_start_unlink_async()
2004 pPrev = pPrev->qh_next.qh; in ms_start_unlink_async()
2017 pPrev->qh_next = pQh->qh_next; in ms_start_unlink_async()
2088 pQh = pEhci->stAsync->qh_next.qh; in ms_scan_async()
2148 pQh = pQh->qh_next.qh; in ms_scan_async()
[all …]
H A DdrvEHCI_SCHD.cxx91 ? (union ehci_qh_shadow *)(&prev_p->qh->qh_next) in ms_periodic_unlink()
104 ? (union ehci_qh_shadow *)(&here.qh->qh_next) in ms_periodic_unlink()
127 pQh = &pQh->qh->qh_next; in ms_periodic_usecs()
220 pQh1->qh_next.ptr = 0; in ms_intr_deschedule()
377 here = here.qh->qh_next; in ms_tt_no_collision()
485 prev = &here.qh->qh_next; in ms_qh_link_periodic()
491 qh->qh_next = here; in ms_qh_link_periodic()
721 temp = q.qh->qh_next; in ms_scan_periodic()
H A DdrvEHCI_MEM.cxx154 if (!ms_is_empty_list (&pQh->qtd_list) || pQh->qh_next.ptr) in ms_qh_put()
H A DdrvEHCI.h455 union ehci_qh_shadow qh_next; /* ptr to qh; or periodic */ member
/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 …usb_err("Not only cantain one qHD (%p and %p)in asyn. scheduler",ehci->async->qh_next.qh,ehci->asy… in ehci_hub_control()
5045 if (!head->qh_next.qh) { in qh_link_async()
5110 qh->qh_next = head->qh_next; in qh_link_async()
5114 head->qh_next.qh = qh; in qh_link_async()
5185 qh->qh_next.qh = qh;
5197 qh->qh_next = q->qh_next;
5200 q->qh_next.qh = qh;
[all …]
H A DdrvEHCIDBG.cpp663 for (qh = ehci->async->qh_next.qh; size > 0 && qh; qh = qh->qh_next.qh) in show_async()
765 if (p.qh->qh_next.ptr) in show_periodic()
849 p = p.qh->qh_next; in show_periodic()
H A DdrvEHCI_SCHD.cxx104 return &periodic->qh->qh_next; in periodic_next_shadow()
188 q = &q->qh->qh_next; in periodic_usecs()
333 qh1->qh_next.ptr = 0; in intr_deschedule()
1161 temp = q.qh->qh_next; in scan_periodic()
H A DdrvEHCI_MEM.cxx197 if (!list_empty (&qh->qtd_list) || qh->qh_next.ptr) in qh_put()
H A DdrvEHCI.h1821 union ehci_shadow qh_next; /* ptr to qh; or periodic */ member