Searched defs:heap_data (Results 1 – 6 of 6) sorted by relevance
46 struct ion_platform_heap *heap_data = &pdata->heaps[i]; in tegra_ion_probe() local
97 struct ion_platform_heap *heap_data = &dummy_ion_pdata.heaps[i]; in ion_dummy_init() local
141 struct ion_heap *ion_chunk_heap_create(struct ion_platform_heap *heap_data) in ion_chunk_heap_create()
149 struct ion_heap *ion_carveout_heap_create(struct ion_platform_heap *heap_data) in ion_carveout_heap_create()
318 struct ion_heap *ion_heap_create(struct ion_platform_heap *heap_data) in ion_heap_create()
224 struct heap_data { struct225 unsigned long physical;226 __u8 __iomem *virtual;227 u32 offset;228 u32 size;