Searched defs:heap_data (Results 1 – 5 of 5) sorted by relevance
46 struct ion_platform_heap *heap_data = &pdata->heaps[i]; in tegra_ion_probe() local
225 struct heap_data { struct226 unsigned long physical;227 __u8 __iomem *virtual;228 u32 offset;229 u32 size;
143 struct ion_heap *ion_chunk_heap_create(struct ion_platform_heap *heap_data) in ion_chunk_heap_create()
157 struct ion_heap *ion_carveout_heap_create(struct ion_platform_heap *heap_data) in ion_carveout_heap_create()
257 struct ion_heap *ion_heap_create(struct ion_platform_heap *heap_data) in ion_heap_create()