Home
last modified time | relevance | path

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

/drivers/staging/android/ion/
Dion_cma_heap.c98 buffer->priv_virt = info; in ion_cma_allocate()
115 struct ion_cma_buffer_info *info = buffer->priv_virt; in ion_cma_free()
132 struct ion_cma_buffer_info *info = buffer->priv_virt; in ion_cma_phys()
146 struct ion_cma_buffer_info *info = buffer->priv_virt; in ion_cma_heap_map_dma()
161 struct ion_cma_buffer_info *info = buffer->priv_virt; in ion_cma_mmap()
170 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.c169 buffer->priv_virt = table; in ion_system_heap_allocate()
204 return buffer->priv_virt; in ion_system_heap_map_dma()
348 buffer->priv_virt = table; in ion_system_contig_heap_allocate()
365 struct sg_table *table = buffer->priv_virt; in ion_system_contig_heap_free()
380 struct sg_table *table = buffer->priv_virt; in ion_system_contig_heap_phys()
390 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.h76 void *priv_virt; member