Home
last modified time | relevance | path

Searched refs:priv_virt (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/staging/android/ion/
Dion_cma_heap.c80 buffer->priv_virt = info; in ion_cma_allocate()
97 struct ion_cma_buffer_info *info = buffer->priv_virt; in ion_cma_free()
114 struct ion_cma_buffer_info *info = buffer->priv_virt; in ion_cma_phys()
128 struct ion_cma_buffer_info *info = buffer->priv_virt; in ion_cma_heap_map_dma()
143 struct ion_cma_buffer_info *info = buffer->priv_virt; in ion_cma_mmap()
152 struct ion_cma_buffer_info *info = buffer->priv_virt; in ion_cma_map_kernel()
Dion_carveout_heap.c63 struct sg_table *table = buffer->priv_virt; in ion_carveout_heap_phys()
98 buffer->priv_virt = table; in ion_carveout_heap_allocate()
112 struct sg_table *table = buffer->priv_virt; in ion_carveout_heap_free()
130 return buffer->priv_virt; in ion_carveout_heap_map_dma()
Dion_system_heap.c167 buffer->priv_virt = table; in ion_system_heap_allocate()
202 return buffer->priv_virt; in ion_system_heap_map_dma()
346 buffer->priv_virt = table; in ion_system_contig_heap_allocate()
363 struct sg_table *table = buffer->priv_virt; in ion_system_contig_heap_free()
378 struct sg_table *table = buffer->priv_virt; in ion_system_contig_heap_phys()
388 return buffer->priv_virt; in ion_system_contig_heap_map_dma()
Dion_chunk_heap.c78 buffer->priv_virt = table; in ion_chunk_heap_allocate()
98 struct sg_table *table = buffer->priv_virt; in ion_chunk_heap_free()
123 return buffer->priv_virt; in ion_chunk_heap_map_dma()
Dion_priv.h73 void *priv_virt; member