Searched refs:iFlags (Results 1 – 5 of 5) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvEHCI_MEM.cxx | 85 static struct ehci_qtd *ms_ehci_qtd_alloc (struct ehci_hcd *pEhci, int iFlags) in ms_ehci_qtd_alloc() argument 90 pQtd = (struct ehci_qtd*) ms_mem_pool_alloc (pEhci->pQtdPool, iFlags, &tDmaAddr); in ms_ehci_qtd_alloc() 115 static struct ehci_qh *ms_ehci_qh_alloc (struct ehci_hcd *pEhci, int iFlags) in ms_ehci_qh_alloc() argument 120 pQh = (struct ehci_qh *)ms_mem_pool_alloc (pEhci->pQhPool, iFlags, &tDmaAddr); in ms_ehci_qh_alloc() 131 pQh->pDummyQtd = ms_ehci_qtd_alloc (pEhci, iFlags); in ms_ehci_qh_alloc() 198 static int ms_ehci_mem_init (struct ehci_hcd *pEhci, int iFlags) in ms_ehci_mem_init() argument 227 pEhci->stAsync = ms_ehci_qh_alloc (pEhci, iFlags); in ms_ehci_mem_init() 244 …ci->pshadow = (union ehci_qh_shadow *) kmalloc (pEhci->u32PeriodicSize * sizeof (void *), iFlags); in ms_ehci_mem_init()
|
| H A D | drvPCIMEM.c | 139 pool_alloc_page (struct ms_mem_pool *pMem_pool, int iFlags) in pool_alloc_page() argument 148 pPage = (struct ms_mem_page *) kmalloc (mapsize + sizeof(struct ms_mem_page), iFlags); in pool_alloc_page() 179 void *ms_mem_pool_alloc (struct ms_mem_pool *pMem_pool, int iFlags, dma_addr_t *pDma_addr) in ms_mem_pool_alloc() argument 212 if (!(ms_page = pool_alloc_page (pMem_pool, iFlags))) in ms_mem_pool_alloc()
|
| H A D | drvEhciHcd.c | 1331 int iFlags in ms_qh_urb_process() argument 1341 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() 1509 int iFlags in ms_qh_make() argument 1512 struct ehci_qh *pQh = ms_ehci_qh_alloc (pEhci, iFlags); in ms_qh_make() 3231 int iFlags, in ms_qh_urb_transaction_EHSET() argument 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() [all …]
|
| H A D | drvEHsTest.c | 147 …ion_EHSET (struct ehci_hcd *ehci, struct urb *urb, struct list_head *head, int iFlags, int iStage);
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/ |
| H A D | drvPCIMEM.h | 123 extern void *ms_mem_pool_alloc (struct ms_mem_pool *pMem_pool, int iFlags, dma_addr_t *pDma_addr);
|