Searched refs:ms_mem_pool_create (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvEHCI_MEM.cxx | 203 pEhci->pQtdPool = ms_mem_pool_create ("ehci_qtd", sizeof (struct ehci_qtd), in ms_ehci_mem_init() 216 pEhci->pQhPool = ms_mem_pool_create ("ehci_qh", sizeof (struct ehci_qh), in ms_ehci_mem_init()
|
| H A D | drvHcdBuf.c | 124 hcd->pool [i] = ms_mem_pool_create (name, pool_size, pool_size, 0); in ms_hcd_buffer_create()
|
| H A D | drvPCIMEM.c | 98 struct ms_mem_pool *ms_mem_pool_create (const char *pName, MS_U32 u32Size, MS_U32 u32AlignLen, MS_U… in ms_mem_pool_create() function
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/ |
| H A D | drvPCIMEM.h | 122 extern struct ms_mem_pool *ms_mem_pool_create (const char *pName, MS_U32 u32Size, MS_U32 u32AlignLe…
|