Home
last modified time | relevance | path

Searched refs:heap_data (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/video/fbdev/i810/
H A Di810.h224 struct heap_data { struct
259 struct heap_data aperture;
260 struct heap_data fb;
261 struct heap_data iring;
262 struct heap_data cursor_heap;
/OK3568_Linux_fs/kernel/tools/testing/selftests/android/ion/
H A Dionutils.c54 struct ion_heap_data heap_data[MAX_HEAP_COUNT]; in ion_export_buffer_fd() local
71 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()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dsdp_basic.c95 struct ion_heap_data heap_data[32] = { }; in allocate_ion_buffer() local
119 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()
/OK3568_Linux_fs/kernel/drivers/staging/android/ion/rockchip/
H A Drockchip_ion.c143 struct ion_platform_heap *heap_data = &pdata->heaps[i]; in rk_ion_probe() local
145 heap_data->priv = &pdev->dev; in rk_ion_probe()
146 heaps[i] = ion_heap_create(heap_data); in rk_ion_probe()