Searched refs:cma_heap (Results 1 – 1 of 1) sorted by relevance
48 struct ion_cma_heap *cma_heap = to_cma_heap(heap); in ion_cma_allocate() local49 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() local96 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() local113 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() local142 struct device *dev = cma_heap->dev; in ion_cma_mmap()175 struct ion_cma_heap *cma_heap; in ion_cma_heap_create() local177 cma_heap = kzalloc(sizeof(struct ion_cma_heap), GFP_KERNEL); in ion_cma_heap_create()[all …]