Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/android/ion/
Dion_system_heap.c211 .map_user = ion_heap_map_user,
370 .map_user = ion_heap_map_user,
Dion_cma_heap.c99 .map_user = ion_heap_map_user,
Dion_carveout_heap.c101 .map_user = ion_heap_map_user,
Dion.h122 int (*map_user)(struct ion_heap *mapper, struct ion_buffer *buffer, member
Dion_chunk_heap.c106 .map_user = ion_heap_map_user,
Dion.c275 if (!buffer->heap->ops->map_user) { in ion_mmap()
286 ret = buffer->heap->ops->map_user(buffer->heap, buffer, vma); in ion_mmap()