OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ION_IOC_CUSTOM
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/common/linux/
ion.h
65
#define
ION_IOC_CUSTOM
_IOWR(ION_IOC_MAGIC, 6, struct ion_custom_data)
/external/kernel-headers/original/linux/
ion.h
332
* DOC:
ION_IOC_CUSTOM
- call architecture specific ion ioctl
337
#define
ION_IOC_CUSTOM
_IOWR(ION_IOC_MAGIC, 6, struct ion_custom_data)
/hardware/ti/omap4xxx/ion/
ion.c
91
ret = ion_ioctl(fd,
ION_IOC_CUSTOM
, &custom_data);
Completed in 28 milliseconds