Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/android/ion/
Dion_cma_heap.c173 struct ion_heap *ion_cma_heap_create(struct ion_platform_heap *data) in ion_cma_heap_create() function
Dion_priv.h327 struct ion_heap *ion_cma_heap_create(struct ion_platform_heap *);
Dion_heap.c336 heap = ion_cma_heap_create(heap_data); in ion_heap_create()