OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ION_IOC_ALLOC
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/common/linux/
ion.h
59
#define
ION_IOC_ALLOC
_IOWR(ION_IOC_MAGIC, 0, struct ion_allocation_data)
/external/kernel-headers/original/linux/
ion.h
286
* DOC:
ION_IOC_ALLOC
- allocate memory
291
#define
ION_IOC_ALLOC
_IOWR(ION_IOC_MAGIC, 0, \
/hardware/ti/omap4xxx/ion/
ion.c
68
ret = ion_ioctl(fd,
ION_IOC_ALLOC
, &data);
Completed in 167 milliseconds