| /OK3568_Linux_fs/kernel/drivers/input/sensors/ |
| H A D | sensor-dev.c | 929 if (!file->f_op || !file->f_op->unlocked_ioctl) { in compass_dev_compat_ioctl() 936 if (file->f_op->unlocked_ioctl) in compass_dev_compat_ioctl() 937 result = file->f_op->unlocked_ioctl(file, ECS_IOCTL_APP_SET_MFLAG, (unsigned long)arg64); in compass_dev_compat_ioctl() 940 if (file->f_op->unlocked_ioctl) in compass_dev_compat_ioctl() 941 result = file->f_op->unlocked_ioctl(file, ECS_IOCTL_APP_GET_MFLAG, (unsigned long)arg64); in compass_dev_compat_ioctl() 944 if (file->f_op->unlocked_ioctl) in compass_dev_compat_ioctl() 945 result = file->f_op->unlocked_ioctl(file, ECS_IOCTL_APP_SET_AFLAG, (unsigned long)arg64); in compass_dev_compat_ioctl() 948 if (file->f_op->unlocked_ioctl) in compass_dev_compat_ioctl() 949 result = file->f_op->unlocked_ioctl(file, ECS_IOCTL_APP_GET_AFLAG, (unsigned long)arg64); in compass_dev_compat_ioctl() 952 if (file->f_op->unlocked_ioctl) in compass_dev_compat_ioctl() [all …]
|
| /OK3568_Linux_fs/kernel/arch/s390/hypfs/ |
| H A D | hypfs_dbfs.c | 67 if (df->unlocked_ioctl) in dbfs_ioctl() 68 rc = df->unlocked_ioctl(file, cmd, arg); in dbfs_ioctl() 78 .unlocked_ioctl = dbfs_ioctl,
|
| H A D | hypfs.h | 64 long (*unlocked_ioctl) (struct file *, unsigned int, member
|
| /OK3568_Linux_fs/kernel/fs/ecryptfs/ |
| H A D | file.c | 352 if (!lower_file->f_op->unlocked_ioctl) in ecryptfs_unlocked_ioctl() 361 rc = lower_file->f_op->unlocked_ioctl(lower_file, cmd, arg); in ecryptfs_unlocked_ioctl() 399 .unlocked_ioctl = ecryptfs_unlocked_ioctl, 413 .unlocked_ioctl = ecryptfs_unlocked_ioctl,
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | ioctl.c | 45 if (!filp->f_op->unlocked_ioctl) in vfs_ioctl() 48 error = filp->f_op->unlocked_ioctl(filp, cmd, arg); in vfs_ioctl() 786 if (!file->f_op->unlocked_ioctl) in compat_ptr_ioctl() 789 return file->f_op->unlocked_ioctl(file, cmd, (unsigned long)compat_ptr(arg)); in compat_ptr_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/ |
| H A D | gt1x_extents.c | 855 if (!file->f_op || !file->f_op->unlocked_ioctl) in gt1x_compat_ioctl() 858 return file->f_op->unlocked_ioctl(file, cmd, (unsigned long)arg32); in gt1x_compat_ioctl() 868 .unlocked_ioctl = gt1x_ioctl, 878 .unlocked_ioctl = gt1x_ioctl,
|
| /OK3568_Linux_fs/kernel/arch/arc/kernel/ |
| H A D | arc_hostlink.c | 40 .unlocked_ioctl = arc_hl_ioctl,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/tdfx/ |
| H A D | tdfx_drv.c | 52 .unlocked_ioctl = drm_ioctl,
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | inode.c | 589 .unlocked_ioctl = proc_reg_unlocked_ioctl, 602 .unlocked_ioctl = proc_reg_unlocked_ioctl, 615 .unlocked_ioctl = proc_reg_unlocked_ioctl, 629 .unlocked_ioctl = proc_reg_unlocked_ioctl,
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | hostaudio_kern.c | 300 .unlocked_ioctl = hostaudio_ioctl, 310 .unlocked_ioctl = hostmixer_ioctl_mixdev,
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | cifsfs.c | 1253 .unlocked_ioctl = cifs_ioctl, 1273 .unlocked_ioctl = cifs_ioctl, 1292 .unlocked_ioctl = cifs_ioctl, 1311 .unlocked_ioctl = cifs_ioctl, 1329 .unlocked_ioctl = cifs_ioctl, 1346 .unlocked_ioctl = cifs_ioctl, 1358 .unlocked_ioctl = cifs_ioctl,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i810/ |
| H A D | i810_drv.c | 52 .unlocked_ioctl = drm_ioctl,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/savage/ |
| H A D | savage_drv.c | 43 .unlocked_ioctl = drm_ioctl,
|
| /OK3568_Linux_fs/kernel/drivers/char/ |
| H A D | raw.c | 284 .unlocked_ioctl = raw_ioctl, 290 .unlocked_ioctl = raw_ctl_ioctl,
|
| H A D | uv_mmtimer.c | 53 .unlocked_ioctl = uv_mmtimer_ioctl,
|
| /OK3568_Linux_fs/kernel/fs/coda/ |
| H A D | pioctl.c | 38 .unlocked_ioctl = coda_pioctl,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/mga/ |
| H A D | mga_drv.c | 47 .unlocked_ioctl = drm_ioctl,
|
| /OK3568_Linux_fs/kernel/drivers/rk_nand/ |
| H A D | rk_nand_base.c | 115 .unlocked_ioctl = rknand_sys_storage_ioctl, 131 .unlocked_ioctl = rk_ftl_vendor_storage_ioctl,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/r128/ |
| H A D | r128_drv.c | 51 .unlocked_ioctl = drm_ioctl,
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | fips140-eval-testing.c | 114 .unlocked_ioctl = fips140_ioctl,
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/ |
| H A D | iomux.c | 63 .unlocked_ioctl = rk_iomux_ioctl,
|
| /OK3568_Linux_fs/kernel/drivers/xen/xenbus/ |
| H A D | xenbus_dev_backend.c | 113 .unlocked_ioctl = xenbus_backend_ioctl,
|
| /OK3568_Linux_fs/kernel/drivers/s390/char/ |
| H A D | sclp_ctl.c | 116 .unlocked_ioctl = sclp_ctl_ioctl,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/via/ |
| H A D | via_drv.c | 67 .unlocked_ioctl = drm_ioctl,
|
| /OK3568_Linux_fs/kernel/fs/debugfs/ |
| H A D | file.c | 152 !real_fops->unlocked_ioctl && in debugfs_locked_down() 241 FULL_PROXY_FUNC(unlocked_ioctl, long, filp, 295 if (real_fops->unlocked_ioctl) in __full_proxy_fops_init() 296 proxy_fops->unlocked_ioctl = full_proxy_unlocked_ioctl; in __full_proxy_fops_init()
|