Home
last modified time | relevance | path

Searched refs:compat_ioctl (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/linux/fs/ecryptfs/
H A Dfile.c396 if (!lower_file->f_op->compat_ioctl) in ecryptfs_compat_ioctl()
405 rc = lower_file->f_op->compat_ioctl(lower_file, cmd, arg); in ecryptfs_compat_ioctl()
420 .compat_ioctl = ecryptfs_compat_ioctl,
434 .compat_ioctl = ecryptfs_compat_ioctl,
/linux/drivers/misc/
H A Dntsync.c128 .compat_ioctl = compat_ptr_ioctl,
234 .compat_ioctl = compat_ptr_ioctl,
/linux/fs/proc/
H A Dinode.c395 __auto_type compat_ioctl = pde->proc_ops->proc_compat_ioctl; in pde_compat_ioctl() local
396 if (compat_ioctl) in pde_compat_ioctl()
397 return compat_ioctl(file, cmd, arg); in pde_compat_ioctl()
587 .compat_ioctl = proc_reg_compat_ioctl,
601 .compat_ioctl = proc_reg_compat_ioctl,
/linux/Documentation/driver-api/
H A Dioctl.rst78 Prior to Linux 5.5, compat_ioctl handlers were required to return
117 implement the corresponding compat_ioctl handler.
120 easy as setting the .compat_ioctl pointer to a helper function such as
133 In an compat_ioctl() callback, the last argument is an unsigned long,
140 compat_ioctl file operation for drivers that only take arguments that
172 compat_ioctl conversion handler to translate between the two formats.
/linux/include/drm/
H A Ddrm_accel.h27 .compat_ioctl = drm_compat_ioctl,\
H A Ddrm_gem_dma_helper.h265 .compat_ioctl = drm_compat_ioctl,\
/linux/include/media/
H A Dmedia-devnode.h53 long (*compat_ioctl) (struct file *, unsigned int, unsigned long); member
/linux/drivers/media/mc/
H A Dmc-devnode.c136 return __media_ioctl(filp, cmd, arg, devnode->fops->compat_ioctl); in media_compat_ioctl()
203 .compat_ioctl = media_compat_ioctl,
/linux/drivers/s390/char/
H A Dsclp_ctl.c117 .compat_ioctl = sclp_ctl_ioctl,
/linux/arch/um/drivers/
H A Dharddog_kern.c164 .compat_ioctl = compat_ptr_ioctl,
/linux/drivers/watchdog/
H A Dwdt285.c183 .compat_ioctl = compat_ptr_ioctl,
H A Dindydog.c154 .compat_ioctl = compat_ptr_ioctl,
H A Dsbc_epx_c3.c158 .compat_ioctl = compat_ptr_ioctl,
H A Dm54xx_wdt.c184 .compat_ioctl = compat_ptr_ioctl,
H A Driowd.c164 .compat_ioctl = compat_ptr_ioctl,
H A Dmtx-1_wdt.c181 .compat_ioctl = compat_ptr_ioctl,
H A Dacquirewdt.c223 .compat_ioctl = compat_ptr_ioctl,
/linux/net/atm/
H A Dresources.c375 if (!dev->ops->compat_ioctl) { in atm_dev_ioctl()
379 size = dev->ops->compat_ioctl(dev, cmd, buf); in atm_dev_ioctl()
H A Dpvc.c119 .compat_ioctl = vcc_compat_ioctl,
/linux/drivers/remoteproc/
H A Dremoteproc_cdev.c94 .compat_ioctl = compat_ptr_ioctl,
/linux/include/linux/
H A Dtty_ldisc.h247 int (*compat_ioctl)(struct tty_struct *tty, unsigned int cmd, member
/linux/fs/nilfs2/
H A Dfile.c145 .compat_ioctl = nilfs_compat_ioctl,
/linux/drivers/virt/vboxguest/
H A Dvboxguest_linux.c185 .compat_ioctl = vbg_misc_device_ioctl,
194 .compat_ioctl = vbg_misc_device_ioctl,
/linux/rust/kernel/block/mq/
H A Dgen_disk.rs120 compat_ioctl: None, in build()
/linux/fs/jfs/
H A Dfile.c152 .compat_ioctl = compat_ptr_ioctl,

12345678910>>...13