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

  /hardware/ti/omap4xxx/ion/
linux_ion.h 61 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data)
  /bionic/libc/kernel/common/linux/
ion.h 65 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data)
  /hardware/qcom/msm8960/kernel-headers/linux/
ion.h 67 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data)
  /external/kernel-headers/original/linux/
ion.h 259 * For ION_IOC_SHARE or ION_IOC_MAP userspace populates the handle field with
309 * DOC: ION_IOC_MAP - get a file descriptor to mmap
316 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data)
  /hardware/samsung_slsi/exynos5/libion_exynos/
libion.cpp 50 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data)
  /hardware/qcom/msm8960/original-kernel-headers/linux/
ion.h 525 * For ION_IOC_SHARE or ION_IOC_MAP userspace populates the handle field with
574 * DOC: ION_IOC_MAP - get a file descriptor to mmap
581 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data)

Completed in 161 milliseconds