Home
last modified time | relevance | path

Searched refs:CMA_POOL_IOC_ALLOC (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Dmdrv_cma_pool_io.h36 #define CMA_POOL_IOC_ALLOC _IOWR(CMA_POOL_IOC_MAGIC, 0x02, struct cma_alloc_args) macro
H A DdrvCMAPool.c348 if (ioctl(_s32FdCMAPool, CMA_POOL_IOC_ALLOC, &alloc_args)) in MApi_CMA_Pool_GetMem()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DdrvCMAPool.c379 if (file_ioctl(_fileCMAPool, CMA_POOL_IOC_ALLOC, (unsigned long)(&alloc_args))) in MApi_CMA_Pool_GetMem()