Home
last modified time | relevance | path

Searched refs:ion_new_allocation_data (Results 1 – 6 of 6) sorted by relevance

/system/memory/libion/original-kernel-headers/linux/
Dion_4.12.h44 struct ion_new_allocation_data { struct
93 #define ION_IOC_NEW_ALLOC _IOWR(ION_IOC_MAGIC, 0, struct ion_new_allocation_data)
Dion_4.19.h72 struct ion_new_allocation_data { struct
121 #define ION_IOC_NEW_ALLOC _IOWR(ION_IOC_MAGIC, 0, struct ion_new_allocation_data)
/system/memory/libion/kernel-headers/linux/
Dion_4.12.h24 struct ion_new_allocation_data { struct
48 #define ION_IOC_NEW_ALLOC _IOWR(ION_IOC_MAGIC, 0, struct ion_new_allocation_data) argument
Dion_4.19.h36 struct ion_new_allocation_data { struct
60 #define ION_IOC_NEW_ALLOC _IOWR(ION_IOC_MAGIC, 0, struct ion_new_allocation_data) argument
/system/memory/libion/
Dion.c175 struct ion_new_allocation_data data = { in ion_alloc_fd()
/system/memory/libdmabufheap/tests/
Ddmabuf_heap_bench.c63 struct ion_new_allocation_data alloc_data; in ion_heap_alloc()