Home
last modified time | relevance | path

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

/rockchip-linux_mpp/osal/allocator/
H A Dallocator_dma_heap.c48 #define dma_heap_dbg_ops(fmt, ...) dma_heap_dbg(DMA_HEAP_OPS, fmt, ## __VA_ARGS__) macro
85 dma_heap_dbg_ops("open dma_heap %-24s -> fd %d\n", name, fd); in try_open_path()
231 dma_heap_dbg_ops("dev %d open heap type %x:%x\n", p->device, flags, info->flags); in os_allocator_dma_heap_open()
250 dma_heap_dbg_ops("dev %d alloc %3d size %d\n", p->device, info->fd, info->size); in os_allocator_dma_heap_alloc()
272 dma_heap_dbg_ops("dev %d import %3d -> %3d\n", p->device, fd_ext, data->fd); in os_allocator_dma_heap_import()
291 dma_heap_dbg_ops("dev %d free %3d size %d ptr %p\n", p->device, in os_allocator_dma_heap_free()
341 dma_heap_dbg_ops("dev %d mmap %3d ptr %p (%s)\n", p->device, in os_allocator_dma_heap_mmap()