Home
last modified time | relevance | path

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

/rockchip-linux_mpp/osal/allocator/
H A Dallocator_dma_heap.c57 } allocator_ctx_dmaheap; typedef
201 allocator_ctx_dmaheap *p; in os_allocator_dma_heap_open()
220 p = mpp_malloc(allocator_ctx_dmaheap, 1); in os_allocator_dma_heap_open()
239 allocator_ctx_dmaheap *p = NULL; in os_allocator_dma_heap_alloc()
246 p = (allocator_ctx_dmaheap *)ctx; in os_allocator_dma_heap_alloc()
263 allocator_ctx_dmaheap *p = (allocator_ctx_dmaheap *)ctx; in os_allocator_dma_heap_import()
281 allocator_ctx_dmaheap *p = NULL; in os_allocator_dma_heap_free()
289 p = (allocator_ctx_dmaheap *)ctx; in os_allocator_dma_heap_free()
317 allocator_ctx_dmaheap *p; in os_allocator_dma_heap_mmap()
323 p = (allocator_ctx_dmaheap *)ctx; in os_allocator_dma_heap_mmap()
[all …]