Home
last modified time | relevance | path

Searched refs:unlocked_ioctl (Results 1 – 25 of 616) sorted by relevance

12345678910>>...25

/OK3568_Linux_fs/kernel/drivers/input/sensors/
H A Dsensor-dev.c929 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 Dhypfs_dbfs.c67 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 Dhypfs.h64 long (*unlocked_ioctl) (struct file *, unsigned int, member
/OK3568_Linux_fs/kernel/fs/ecryptfs/
H A Dfile.c352 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 Dioctl.c45 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 Dgt1x_extents.c855 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 Darc_hostlink.c40 .unlocked_ioctl = arc_hl_ioctl,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tdfx/
H A Dtdfx_drv.c52 .unlocked_ioctl = drm_ioctl,
/OK3568_Linux_fs/kernel/fs/proc/
H A Dinode.c589 .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 Dhostaudio_kern.c300 .unlocked_ioctl = hostaudio_ioctl,
310 .unlocked_ioctl = hostmixer_ioctl_mixdev,
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifsfs.c1253 .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 Di810_drv.c52 .unlocked_ioctl = drm_ioctl,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/savage/
H A Dsavage_drv.c43 .unlocked_ioctl = drm_ioctl,
/OK3568_Linux_fs/kernel/drivers/char/
H A Draw.c284 .unlocked_ioctl = raw_ioctl,
290 .unlocked_ioctl = raw_ctl_ioctl,
H A Duv_mmtimer.c53 .unlocked_ioctl = uv_mmtimer_ioctl,
/OK3568_Linux_fs/kernel/fs/coda/
H A Dpioctl.c38 .unlocked_ioctl = coda_pioctl,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/mga/
H A Dmga_drv.c47 .unlocked_ioctl = drm_ioctl,
/OK3568_Linux_fs/kernel/drivers/rk_nand/
H A Drk_nand_base.c115 .unlocked_ioctl = rknand_sys_storage_ioctl,
131 .unlocked_ioctl = rk_ftl_vendor_storage_ioctl,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/r128/
H A Dr128_drv.c51 .unlocked_ioctl = drm_ioctl,
/OK3568_Linux_fs/kernel/crypto/
H A Dfips140-eval-testing.c114 .unlocked_ioctl = fips140_ioctl,
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Diomux.c63 .unlocked_ioctl = rk_iomux_ioctl,
/OK3568_Linux_fs/kernel/drivers/xen/xenbus/
H A Dxenbus_dev_backend.c113 .unlocked_ioctl = xenbus_backend_ioctl,
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dsclp_ctl.c116 .unlocked_ioctl = sclp_ctl_ioctl,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/via/
H A Dvia_drv.c67 .unlocked_ioctl = drm_ioctl,
/OK3568_Linux_fs/kernel/fs/debugfs/
H A Dfile.c152 !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()

12345678910>>...25