Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dion.h282 int ion_heap_map_user(struct ion_heap *heap, struct ion_buffer *buffer,
388 static inline int ion_heap_map_user(struct ion_heap *heap, in ion_heap_map_user() function
/OK3568_Linux_fs/kernel/drivers/staging/android/ion/
H A Dion_heap.c171 int ion_heap_map_user(struct ion_heap *heap, struct ion_buffer *buffer, in ion_heap_map_user() function
206 EXPORT_SYMBOL_GPL(ion_heap_map_user);
H A Dion_dma_buf.c266 ret = ion_heap_map_user(heap, buffer, vma); in ion_dma_buf_mmap()
H A Dion_protected_heap.c402 .map_user = ion_heap_map_user,