OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ION_IOC_ALLOC
(Results
1 - 6
of
6
) sorted by null
/hardware/ti/omap4xxx/ion/
linux_ion.h
59
#define
ION_IOC_ALLOC
_IOWR(ION_IOC_MAGIC, 0, struct ion_allocation_data)
/bionic/libc/kernel/common/linux/
ion.h
62
#define
ION_IOC_ALLOC
_IOWR(ION_IOC_MAGIC, 0, struct ion_allocation_data)
/hardware/qcom/msm8960/kernel-headers/linux/
ion.h
65
#define
ION_IOC_ALLOC
_IOWR(ION_IOC_MAGIC, 0, struct ion_allocation_data)
/external/kernel-headers/original/linux/
ion.h
293
* DOC:
ION_IOC_ALLOC
- allocate memory
298
#define
ION_IOC_ALLOC
_IOWR(ION_IOC_MAGIC, 0, \
/hardware/samsung_slsi/exynos5/libion_exynos/
libion.cpp
48
#define
ION_IOC_ALLOC
_IOWR(ION_IOC_MAGIC, 0, struct ion_allocation_data)
90
ret = ioctl(client,
ION_IOC_ALLOC
, &arg_alloc);
/hardware/qcom/msm8960/original-kernel-headers/linux/
ion.h
558
* DOC:
ION_IOC_ALLOC
- allocate memory
563
#define
ION_IOC_ALLOC
_IOWR(ION_IOC_MAGIC, 0, \
Completed in 1053 milliseconds