Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/android/ion/
Dion_cma_heap.c48 struct ion_cma_heap *cma_heap = to_cma_heap(heap); in ion_cma_allocate() local
49 struct device *dev = cma_heap->dev; in ion_cma_allocate()
95 struct ion_cma_heap *cma_heap = to_cma_heap(buffer->heap); in ion_cma_free() local
96 struct device *dev = cma_heap->dev; in ion_cma_free()
112 struct ion_cma_heap *cma_heap = to_cma_heap(buffer->heap); in ion_cma_phys() local
113 struct device *dev = cma_heap->dev; in ion_cma_phys()
141 struct ion_cma_heap *cma_heap = to_cma_heap(buffer->heap); in ion_cma_mmap() local
142 struct device *dev = cma_heap->dev; in ion_cma_mmap()
175 struct ion_cma_heap *cma_heap; in ion_cma_heap_create() local
177 cma_heap = kzalloc(sizeof(struct ion_cma_heap), GFP_KERNEL); in ion_cma_heap_create()
[all …]