Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/android/ion/
Dion_cma_heap.c29 struct ion_cma_heap { struct
34 #define to_cma_heap(x) container_of(x, struct ion_cma_heap, heap) argument
48 struct ion_cma_heap *cma_heap = to_cma_heap(heap); in ion_cma_allocate()
95 struct ion_cma_heap *cma_heap = to_cma_heap(buffer->heap); in ion_cma_free()
112 struct ion_cma_heap *cma_heap = to_cma_heap(buffer->heap); in ion_cma_phys()
141 struct ion_cma_heap *cma_heap = to_cma_heap(buffer->heap); in ion_cma_mmap()
175 struct ion_cma_heap *cma_heap; in ion_cma_heap_create()
177 cma_heap = kzalloc(sizeof(struct ion_cma_heap), GFP_KERNEL); in ion_cma_heap_create()
192 struct ion_cma_heap *cma_heap = to_cma_heap(heap); in ion_cma_heap_destroy()
DMakefile2 ion_carveout_heap.o ion_chunk_heap.o ion_cma_heap.o