Home
last modified time | relevance | path

Searched refs:ms_ehci_qtd_alloc (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEhciHcd.c1341 pQtd = ms_ehci_qtd_alloc (pEhci, iFlags); in ms_qh_urb_process()
1364 pQtd = ms_ehci_qtd_alloc (pEhci, iFlags); in ms_qh_urb_process()
1422 pQtd = ms_ehci_qtd_alloc (pEhci, iFlags); in ms_qh_urb_process()
1456 pQtd = ms_ehci_qtd_alloc (pEhci, iFlags); in ms_qh_urb_process()
3242 pQtd = ms_ehci_qtd_alloc (ehci, iFlags); in ms_qh_urb_transaction_EHSET()
3312 pQtd = ms_ehci_qtd_alloc (ehci, iFlags); in ms_qh_urb_transaction_EHSET()
3342 pQtd = ms_ehci_qtd_alloc (ehci, iFlags); in ms_qh_urb_transaction_EHSET()
H A DdrvEHCI_MEM.cxx85 static struct ehci_qtd *ms_ehci_qtd_alloc (struct ehci_hcd *pEhci, int iFlags) in ms_ehci_qtd_alloc() function
131 pQh->pDummyQtd = ms_ehci_qtd_alloc (pEhci, iFlags); in ms_ehci_qh_alloc()