Home
last modified time | relevance | path

Searched refs:ion_heap_id (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/mpp/osal/allocator/
H A Dallocator_ion.c280 static RK_S32 ion_heap_id = -1; variable
316 if (ion_heap_id < 0) { in allocator_ion_open()
323 ion_heap_id = ION_HEAP_TYPE_DMA; in allocator_ion_open()
328 ion_heap_id = ION_HEAP_TYPE_SYSTEM; in allocator_ion_open()
333 ion_heap_id = ION_HEAP_TYPE_CARVEOUT; in allocator_ion_open()
339 ion_heap_id = ION_HEAP_TYPE_DMA; in allocator_ion_open()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dion.h46 enum ion_heap_id { enum