Searched refs:pci_pool_create (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvEHCI_MEM.cxx | 289 ehci->qtd_pool = pci_pool_create ("ehci_qtd", ehci->hcd.pdev, in ehci_mem_init() 300 ehci->qh_pool = pci_pool_create ("ehci_qh", ehci->hcd.pdev, in ehci_mem_init() 316 ehci->itd_pool = pci_pool_create ("ehci_itd", ehci->hcd.pdev, in ehci_mem_init() 326 ehci->sitd_pool = pci_pool_create ("ehci_sitd", ehci->hcd.pdev, in ehci_mem_init()
|
| H A D | drvHcdBuf.c | 123 hcd->pool [i] = pci_pool_create (name, hcd->pdev, in hcd_buffer_create()
|
| H A D | drvPCIMEM.c | 116 struct pci_pool *pci_pool_create (const char *name, struct pci_dev *pdev, in pci_pool_create() function
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/ |
| H A D | drvPCIMEM.h | 133 extern struct pci_pool *pci_pool_create (const char *name, struct pci_dev *pdev,
|