OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ION_IOC_MAP
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/common/linux/
ion.h
61
#define
ION_IOC_MAP
_IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data)
/external/kernel-headers/original/linux/
ion.h
252
* For ION_IOC_SHARE or
ION_IOC_MAP
userspace populates the handle field with
302
* DOC:
ION_IOC_MAP
- get a file descriptor to mmap
309
#define
ION_IOC_MAP
_IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data)
/hardware/ti/omap4xxx/ion/
ion.c
113
int ret = ion_ioctl(fd,
ION_IOC_MAP
, &data);
Completed in 42 milliseconds