Home
last modified time | relevance | path

Searched refs:DMA_HEAP_VALID_HEAP_FLAGS (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/security/librkcrypto/include/
H A Ddma-heap.h22 #define DMA_HEAP_VALID_HEAP_FLAGS (0) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Ddma-heap.h22 #define DMA_HEAP_VALID_HEAP_FLAGS (0) macro
/OK3568_Linux_fs/external/mpp/osal/allocator/
H A Dallocator_dma_heap.c38 #define DMA_HEAP_VALID_HEAP_FLAGS (0) macro
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Ddma-heap.c86 if (heap_flags & ~DMA_HEAP_VALID_HEAP_FLAGS) in dma_heap_buffer_alloc()