Searched refs:ion_ioctl (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/mpp/osal/allocator/ |
| H A D | allocator_ion.c | 58 static int ion_ioctl(int fd, int req, void *arg) in ion_ioctl() function 84 ret = ion_ioctl(fd, ION_IOC_ALLOC, &data); in ion_alloc() 102 ret = ion_ioctl(fd, ION_IOC_FREE, &data); in ion_free() 117 ret = ion_ioctl(fd, ION_IOC_MAP, &data); in ion_map_fd() 397 ret = ion_ioctl(p->ion_device, ION_IOC_IMPORT, &fd_data); in allocator_ion_import()
|
| /OK3568_Linux_fs/kernel/drivers/staging/android/ion/ |
| H A D | ion.c | 164 static long ion_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in ion_ioctl() function 223 .unlocked_ioctl = ion_ioctl,
|