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

  /hardware/ti/omap4xxx/ion/
linux_ion.h 49 struct ion_handle_data { struct
60 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)
  /bionic/libc/kernel/common/linux/
ion.h 52 struct ion_handle_data { struct
64 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)
  /hardware/qcom/msm8960/kernel-headers/linux/
ion.h 55 struct ion_handle_data { struct
66 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)
  /hardware/samsung_slsi/exynos5/libion_exynos/
libion.cpp 38 struct ion_handle_data { struct
49 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)
81 struct ion_handle_data arg_free;
  /external/kernel-headers/original/linux/
ion.h 270 * struct ion_handle_data - a handle passed to/from the kernel
273 struct ion_handle_data { struct
304 * Takes an ion_handle_data struct and frees the handle.
306 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)
  /hardware/qcom/msm8960/original-kernel-headers/linux/
ion.h 536 * struct ion_handle_data - a handle passed to/from the kernel
539 struct ion_handle_data { struct
569 * Takes an ion_handle_data struct and frees the handle.
571 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data)

Completed in 60 milliseconds