Searched refs:priv_virt (Results 1 – 5 of 5) sorted by relevance
80 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()
63 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()
167 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()
78 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()
73 void *priv_virt; member