Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/osal/allocator/
H A Dallocator_dma_heap.c56 #define dma_heap_dbg(flag, fmt, ...) _mpp_dbg(dma_heap_debug, flag, fmt, ## __VA_ARGS__) macro
59 #define dma_heap_dbg_ops(fmt, ...) dma_heap_dbg(DMA_HEAP_OPS, fmt, ## __VA_ARGS__)
60 #define dma_heap_dbg_dev(fmt, ...) dma_heap_dbg(DMA_HEAP_DEVICE, fmt, ## __VA_ARGS__)
111 dma_heap_dbg(DMA_HEAP_IOCTL, "ioctl alloc get fd %d\n", data.fd); in dma_heap_alloc()
142 dma_heap_dbg(DMA_HEAP_DEVICE, "open dma heap dev %s fd %d\n", name, fd); in heap_fd_open()