Searched refs:heap_data (Results 1 – 4 of 4) sorted by relevance
224 struct heap_data { struct259 struct heap_data aperture;260 struct heap_data fb;261 struct heap_data iring;262 struct heap_data cursor_heap;
54 struct ion_heap_data heap_data[MAX_HEAP_COUNT]; in ion_export_buffer_fd() local71 query.heaps = (unsigned long int)&heap_data[0]; in ion_export_buffer_fd()82 if (heap_data[i].type == ion_info->heap_type) { in ion_export_buffer_fd()83 heap_id = heap_data[i].heap_id; in ion_export_buffer_fd()
95 struct ion_heap_data heap_data[32] = { }; in allocate_ion_buffer() local119 query_data.heaps = (__u64)(unsigned long)&heap_data; in allocate_ion_buffer()127 if (heap_data[idx].type == (unsigned int)heap_type_id) in allocate_ion_buffer()136 heap_data[idx].name, heap_data[idx].type, in allocate_ion_buffer()137 heap_data[idx].heap_id); in allocate_ion_buffer()141 alloc_data.heap_id_mask = 1 << heap_data[idx].heap_id; in allocate_ion_buffer()
143 struct ion_platform_heap *heap_data = &pdata->heaps[i]; in rk_ion_probe() local145 heap_data->priv = &pdev->dev; in rk_ion_probe()146 heaps[i] = ion_heap_create(heap_data); in rk_ion_probe()