Searched refs:cma_heap (Results 1 - 2 of 2) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/heaps/ |
H A D | cma_heap.c | 25 struct cma_heap { struct 31 struct cma_heap *heap; 245 struct cma_heap *cma_heap = buffer->heap; in cma_heap_dma_buf_release() local 255 cma_release(cma_heap->cma, buffer->cma_pages, buffer->pagecount); in cma_heap_dma_buf_release() 275 struct cma_heap *cma_heap = dma_heap_get_drvdata(heap); in cma_heap_allocate() local 299 cma_pages = cma_alloc(cma_heap->cma, pagecount, align, GFP_KERNEL); in cma_heap_allocate() 339 buffer->heap = cma_heap; in cma_heap_allocate() 359 cma_release(cma_heap in cma_heap_allocate() 372 struct cma_heap *cma_heap; _add_cma_heap() local [all...] |
/device/soc/rockchip/common/sdk_linux/include/trace/hooks/ |
H A D | cam_heap_hooks.h | 22 struct cma_heap;
27 TP_PROTO(struct cma_heap_buffer *buffer, struct page *cma_pages, struct cma_heap *cma_heap,
30 TP_ARGS(buffer, cma_pages, cma_heap, pagecount, fd_flags, dmabuf, pcma_heap_buf_ops, heap, data));
|
Completed in 2 milliseconds