map_user 249 drivers/staging/android/ion/ion.c if (!buffer->heap->ops->map_user) { map_user 260 drivers/staging/android/ion/ion.c ret = buffer->heap->ops->map_user(buffer->heap, buffer, vma); map_user 92 drivers/staging/android/ion/ion.h int (*map_user)(struct ion_heap *mapper, struct ion_buffer *buffer, map_user 99 drivers/staging/android/ion/ion_cma_heap.c .map_user = ion_heap_map_user, map_user 211 drivers/staging/android/ion/ion_system_heap.c .map_user = ion_heap_map_user, map_user 348 drivers/staging/android/ion/ion_system_heap.c .map_user = ion_heap_map_user,