Searched refs:qh (Results 1 – 10 of 10) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvEhciHcd.c | 467 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() 2161 qh_update (struct ehci_hcd *ehci, struct ehci_qh *qh, struct ehci_qtd *qtd) in qh_update() argument 2163 qh->hw_qtd_next = QTD_NEXT (qtd->qtd_dma); in qh_update() 2164 qh->hw_alt_next = EHCI_LIST_END; in qh_update() 2218 qh->hw_token &= CPUToLE32 (QTD_TOGGLE | QTD_STS_PING); in qh_update() 2661 struct ehci_qh *qh = (struct ehci_qh *) urb->hcpriv; in ehci_urb_done() local 2664 if ((qh->hw_info2 & CPUToLE32 (0x00ff)) != 0) { in ehci_urb_done() [all …]
|
| H A D | drvEHCI_SCHD.cxx | 104 return &periodic->qh->qh_next; in periodic_next_shadow() 137 hw_p = &here.qh->hw_next; in periodic_unlink() 150 *hw_p = here.qh->hw_next; in periodic_unlink() 183 if (q->qh->hw_info2 & CPUToLE32 (1 << uframe)) in periodic_usecs() 184 usecs += q->qh->usecs; in periodic_usecs() 186 if (q->qh->hw_info2 & CPUToLE32 (1 << (8 + uframe))) in periodic_usecs() 187 usecs += q->qh->c_usecs; in periodic_usecs() 188 q = &q->qh->qh_next; in periodic_usecs() 411 const struct ehci_qh *qh, in check_intr_schedule() argument 417 if (!check_period (ehci, frame, uframe, qh->period, qh->usecs)) in check_intr_schedule() [all …]
|
| H A D | drvEHCIDBG.cpp | 193 static void dbg_qh (char *label, struct ehci_hcd *ehci, struct ehci_qh *qh) in dbg_qh() argument 196 qh, qh->hw_next, qh->hw_info1, qh->hw_info2, in dbg_qh() 197 qh->hw_current); in dbg_qh() 198 dbg_qtd ("qh overlay", ehci, (struct ehci_qtd *) &qh->hw_qtd_next); in dbg_qh() 412 static inline void dbg_qh (char *label, struct ehci_hcd *ehci, struct ehci_qh *qh) in dbg_qh() argument 503 struct ehci_qh *qh, in qh_lines() argument 518 if (qh->hw_qtd_next == EHCI_LIST_END) in qh_lines() 521 mark = token_mark (qh->hw_token); in qh_lines() 523 if ((qh->hw_alt_next & QTD_MASK) == ehci->async->hw_alt_next) in qh_lines() 525 else if (qh->hw_alt_next == EHCI_LIST_END) in qh_lines() [all …]
|
| H A D | drvEHCI_MEM.cxx | 153 struct ehci_qh *qh; in ehci_qh_alloc() local 156 qh = (struct ehci_qh *) in ehci_qh_alloc() 158 if (!qh) in ehci_qh_alloc() 159 return qh; in ehci_qh_alloc() 162 memset (qh, 0, sizeof *qh); in ehci_qh_alloc() 163 atomic_set (&qh->refcount, 1); in ehci_qh_alloc() 164 qh->qh_dma = dma; in ehci_qh_alloc() 166 diag_printf("qh: %p, qh->qh_dma: %p\n", (MS_U32)qh, qh->qh_dma); in ehci_qh_alloc() 167 INIT_LIST_HEAD (&qh->qtd_list); in ehci_qh_alloc() 170 qh->dummy = ehci_qtd_alloc (ehci, flags); in ehci_qh_alloc() [all …]
|
| H A D | drvEHCI.h | 1611 struct ehci_qh *qh; /* == Q_TYPE_QH */ member
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvEHCI_SCHD.cxx | 91 ? (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() 122 if (pQh->qh->hw_ep_state2 & (1 << u32uFrame)) in ms_periodic_usecs() 123 u32uSecs += pQh->qh->u8Usecs; in ms_periodic_usecs() 124 if (pQh->qh->hw_ep_state2 & (1 << (8 + u32uFrame))) in ms_periodic_usecs() 125 u32uSecs += pQh->qh->c_usecs; in ms_periodic_usecs() 126 phw_p = &pQh->qh->hw_next_qh; // patch from Linux, move hardware pointer too in ms_periodic_usecs() 127 pQh = &pQh->qh->qh_next; in ms_periodic_usecs() 367 if (ms_same_tt (dev, here.qh->dev)) { in ms_tt_no_collision() 370 mask = here.qh->hw_ep_state2; in ms_tt_no_collision() [all …]
|
| H A D | drvEhciHcd.c | 1056 struct ehci_qh *qh = (struct ehci_qh *) pUrb->hcpriv; in ms_urb_done() local 1057 ms_qh_put (pEhci, qh); in ms_urb_done() 1713 if (!pHead->qh_next.qh) 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() 2088 pQh = pEhci->stAsync->qh_next.qh; in ms_scan_async() 2148 pQh = pQh->qh_next.qh; in ms_scan_async() [all …]
|
| H A D | drvEHCI.h | 436 struct ehci_qh *qh; member
|
| /utopia/UTPA2-700.0.x/modules/pq/hal/maserati/pq/include/ |
| H A D | UFSC.bin | 59 qi�qh�
|
| /utopia/UTPA2-700.0.x/modules/pq/hal/M7821/pq/include/ |
| H A D | UFSC.bin | 59 qi�qh�
|