Searched refs:ION_IOC_ALLOC (Results 1 – 11 of 11) sorted by relevance
/external/syzkaller/sys/linux/ |
D | ion.txt | 14 ioctl$ION_IOC_ALLOC(fd fd_ion, cmd const[ION_IOC_ALLOC], arg ptr[inout, ion_allocation_data])
|
D | ion_arm64.const | 14 ION_IOC_ALLOC = 3222817024
|
D | ion_ppc64le.const | 14 ION_IOC_ALLOC = 3222817024
|
D | ion_arm.const | 14 ION_IOC_ALLOC = 3222817024
|
D | ion_amd64.const | 14 ION_IOC_ALLOC = 3222817024
|
D | ion_386.const | 14 ION_IOC_ALLOC = 3222817024
|
/external/syzkaller/sys/android/ |
D | ion.txt | 18 ioctl$ION_IOC_ALLOC(fd fd_ion, cmd const[ION_IOC_ALLOC], arg ptr[inout, ion_allocation_data])
|
D | ion_arm64.const | 3 ION_IOC_ALLOC = 3223341312
|
D | ion_amd64.const | 3 ION_IOC_ALLOC = 3223341312
|
/external/linux-kselftest/tools/testing/selftests/android/ion/ |
D | ion.h | 131 #define ION_IOC_ALLOC _IOWR(ION_IOC_MAGIC, 0, \ macro
|
D | ionutils.c | 99 ret = ioctl(ionfd, ION_IOC_ALLOC, &alloc_data); in ion_export_buffer_fd()
|