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

  /hardware/ti/omap4xxx/ion/
linux_ion.h 36 struct ion_allocation_data { struct
59 #define ION_IOC_ALLOC _IOWR(ION_IOC_MAGIC, 0, struct ion_allocation_data)
  /bionic/libc/kernel/common/linux/
ion.h 39 struct ion_allocation_data { struct
62 #define ION_IOC_ALLOC _IOWR(ION_IOC_MAGIC, 0, struct ion_allocation_data)
  /hardware/qcom/msm8960/kernel-headers/linux/
ion.h 41 struct ion_allocation_data { struct
65 #define ION_IOC_ALLOC _IOWR(ION_IOC_MAGIC, 0, struct ion_allocation_data)
  /hardware/samsung_slsi/exynos5/libion_exynos/
libion.cpp 25 struct ion_allocation_data { struct
48 #define ION_IOC_ALLOC _IOWR(ION_IOC_MAGIC, 0, struct ion_allocation_data)
83 struct ion_allocation_data arg_alloc;
  /external/kernel-headers/original/linux/
ion.h 236 * struct ion_allocation_data - metadata passed from userspace for allocations
246 struct ion_allocation_data { struct
295 * Takes an ion_allocation_data struct and returns it with the handle field
299 struct ion_allocation_data)
  /hardware/qcom/msm8960/original-kernel-headers/linux/
ion.h 502 * struct ion_allocation_data - metadata passed from userspace for allocations
512 struct ion_allocation_data { struct
560 * Takes an ion_allocation_data struct and returns it with the handle field
564 struct ion_allocation_data)

Completed in 135 milliseconds