Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/osal/allocator/
H A Dallocator_dma_heap.c59 #define dma_heap_dbg_ops(fmt, ...) dma_heap_dbg(DMA_HEAP_OPS, fmt, ## __VA_ARGS__) macro
199 dma_heap_dbg_ops("dev %d open heap type %x:%x\n", fd, cfg->flags, type); in os_allocator_dma_heap_open()
218 dma_heap_dbg_ops("dev %d alloc %3d size %d\n", p->device, info->fd, info->size); in os_allocator_dma_heap_alloc()
240 dma_heap_dbg_ops("dev %d import %3d -> %3d\n", p->device, fd_ext, data->fd); in os_allocator_dma_heap_import()
259 dma_heap_dbg_ops("dev %d free %3d size %d ptr %p\n", p->device, in os_allocator_dma_heap_free()
282 dma_heap_dbg_ops("dev %d close", p->device); in os_allocator_dma_heap_close()
318 dma_heap_dbg_ops("dev %d mmap %3d ptr %p (%s)\n", p->device, in os_allocator_dma_heap_mmap()