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

  /hardware/ti/omap4xxx/ion/
linux_ion.h 44 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)
  /bionic/libc/kernel/common/linux/
ion.h 47 struct ion_fd_data { struct
65 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data)
66 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
67 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
69 #define ION_IOC_SYNC _IOWR(ION_IOC_MAGIC, 7, struct ion_fd_data)
  /hardware/qcom/msm8960/kernel-headers/linux/
ion.h 50 struct ion_fd_data { struct
67 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data)
69 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
70 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
72 #define ION_IOC_SYNC _IOWR(ION_IOC_MAGIC, 7, struct ion_fd_data)
  /hardware/samsung_slsi/exynos5/libion_exynos/
libion.cpp 33 struct ion_fd_data { struct
50 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data)
51 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
52 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
54 #define ION_IOC_SYNC _IOWR(ION_IOC_MAGIC, 7, struct ion_fd_data)
82 struct ion_fd_data arg_share;
124 struct ion_fd_data data;
  /external/kernel-headers/original/linux/
ion.h 255 * struct ion_fd_data - metadata passed to/from userspace for a handle/fd pair
264 struct ion_fd_data { struct
311 * Takes an ion_fd_data struct with the handle field populated with a valid
316 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data)
321 * Takes an ion_fd_data struct with the handle field populated with a valid
327 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
332 * Takes an ion_fd_data struct with the fd field populated with a valid file
336 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
346 #define ION_IOC_SYNC _IOWR(ION_IOC_MAGIC, 7, struct ion_fd_data)
  /hardware/qcom/msm8960/original-kernel-headers/linux/
ion.h 521 * struct ion_fd_data - metadata passed to/from userspace for a handle/fd pair
530 struct ion_fd_data { struct
576 * Takes an ion_fd_data struct with the handle field populated with a valid
581 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data)
586 * Takes an ion_fd_data struct with the handle field populated with a valid
592 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data)
597 * Takes an ion_fd_data struct with the fd field populated with a valid file
601 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data)
619 #define ION_IOC_SYNC _IOWR(ION_IOC_MAGIC, 7, struct ion_fd_data)

Completed in 196 milliseconds