Home
last modified time | relevance | path

Searched refs:ION_IOC_ALLOC (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/android/ion/
H A Dion.h122 #define ION_IOC_ALLOC _IOWR(ION_IOC_MAGIC, 0, \ macro
H A Dionutils.c99 ret = ioctl(ionfd, ION_IOC_ALLOC, &alloc_data); in ion_export_buffer_fd()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/include/uapi/linux/
H A Dion.h134 #define ION_IOC_ALLOC _IOWR(ION_IOC_MAGIC, 0, \ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dion.h131 #define ION_IOC_ALLOC _IOWR(ION_IOC_MAGIC, 0, \ macro
/OK3568_Linux_fs/external/mpp/osal/allocator/
H A Dion.h373 #define ION_IOC_ALLOC _IOWR(ION_IOC_MAGIC, 0, \ macro
H A Dallocator_ion.c84 ret = ion_ioctl(fd, ION_IOC_ALLOC, &data); in ion_alloc()
/OK3568_Linux_fs/kernel/drivers/staging/android/ion/
H A Dion.c190 case ION_IOC_ALLOC: in ion_ioctl()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dsdp_basic.c142 if (ioctl(ion, ION_IOC_ALLOC, &alloc_data) < 0) { in allocate_ion_buffer()