Lines Matching refs:pHead
1330 struct list_head *pHead, in ms_qh_urb_process() argument
1347 ms_insert_list_before (&pQtd->qtd_list, pHead); in ms_qh_urb_process()
1369 ms_insert_list_before (&pQtd->qtd_list, pHead); in ms_qh_urb_process()
1427 ms_insert_list_before (&pQtd->qtd_list, pHead); in ms_qh_urb_process()
1461 ms_insert_list_before (&pQtd->qtd_list, pHead); in ms_qh_urb_process()
1473 return pHead; in ms_qh_urb_process()
1477 ms_qtd_register_free (pEhci, pHead); in ms_qh_urb_process()
1707 struct ehci_qh *pHead; in ms_qh_link_async() local
1710 pHead = pEhci->stAsync; in ms_qh_link_async()
1713 if (!pHead->qh_next.qh) in ms_qh_link_async()
1737 pQh->qh_next = pHead->qh_next; in ms_qh_link_async()
1738 pQh->hw_next_qh = pHead->hw_next_qh; in ms_qh_link_async()
1741 pHead->qh_next.qh = pQh; in ms_qh_link_async()
1742 pHead->hw_next_qh = u32DmaAddr; in ms_qh_link_async()