HomeSort by relevance Sort by last modified time
    Searched defs:ion_fd_data (Results 1 - 5 of 5) sorted by null

  /device/google/bonito/sdm710/kernel-headers/linux/
ion.h 47 struct ion_fd_data { struct
61 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data)
62 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
63 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
64 #define ION_IOC_SYNC _IOWR(ION_IOC_MAGIC, 7, struct ion_fd_data)
  /device/google/bonito/sdm710/original-kernel-headers/linux/
ion.h 102 * struct ion_fd_data - metadata passed to/from userspace for a handle/fd pair
111 struct ion_fd_data { struct
158 * Takes an ion_fd_data struct with the handle field populated with a valid
163 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data)
168 * Takes an ion_fd_data struct with the handle field populated with a valid
174 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
179 * Takes an ion_fd_data struct with the fd field populated with a valid file
183 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
193 #define ION_IOC_SYNC _IOWR(ION_IOC_MAGIC, 7, struct ion_fd_data)
  /device/google/crosshatch/sdm845/kernel-headers/linux/
ion.h 47 struct ion_fd_data { struct
61 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data)
62 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
63 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
64 #define ION_IOC_SYNC _IOWR(ION_IOC_MAGIC, 7, struct ion_fd_data)
  /device/google/crosshatch/sdm845/original-kernel-headers/linux/
ion.h 102 * struct ion_fd_data - metadata passed to/from userspace for a handle/fd pair
111 struct ion_fd_data { struct
158 * Takes an ion_fd_data struct with the handle field populated with a valid
163 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data)
168 * Takes an ion_fd_data struct with the handle field populated with a valid
174 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
179 * Takes an ion_fd_data struct with the fd field populated with a valid file
183 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
193 #define ION_IOC_SYNC _IOWR(ION_IOC_MAGIC, 7, struct ion_fd_data)
  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0508/
poc.c 123 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
125 struct ion_fd_data { struct
173 struct ion_fd_data para = {0, 0};

Completed in 270 milliseconds