Home
last modified time | relevance | path

Searched refs:ION_IOC_FREE (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/include/uapi/linux/
H A Dion.h142 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data) macro
/OK3568_Linux_fs/external/mpp/osal/allocator/
H A Dion.h381 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data) macro
H A Dallocator_ion.c102 ret = ion_ioctl(fd, ION_IOC_FREE, &data); in ion_free()