Home
last modified time | relevance | path

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

12345678910

/linux/fs/ecryptfs/
H A Dfile.c395 if (!lower_file->f_op->compat_ioctl) in ecryptfs_compat_ioctl()
404 rc = lower_file->f_op->compat_ioctl(lower_file, cmd, arg); in ecryptfs_compat_ioctl()
419 .compat_ioctl = ecryptfs_compat_ioctl,
433 .compat_ioctl = ecryptfs_compat_ioctl,
/linux/fs/proc/
H A Dinode.c395 const auto 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()
586 .compat_ioctl = proc_reg_compat_ioctl,
600 .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/media/
H A Dmedia-devnode.h53 long (*compat_ioctl) (struct file *, unsigned int, unsigned long); member
/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 Dsbc_epx_c3.c158 .compat_ioctl = compat_ptr_ioctl,
H A Dindydog.c154 .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,
H A Dsbc_fitpc2_wdt.c186 .compat_ioctl = compat_ptr_ioctl,
H A Dscx200_wdt.c203 .compat_ioctl = compat_ptr_ioctl,
H A Dmixcomwd.c229 .compat_ioctl = compat_ptr_ioctl,
H A Dadvantechwdt.c222 .compat_ioctl = compat_ptr_ioctl,
/linux/net/atm/
H A Dresources.c376 if (!dev->ops->compat_ioctl) { in atm_dev_ioctl()
380 size = dev->ops->compat_ioctl(dev, cmd, buf); in atm_dev_ioctl()
H A Dpvc.c119 .compat_ioctl = vcc_compat_ioctl,
/linux/include/drm/
H A Ddrm_gem_dma_helper.h265 .compat_ioctl = drm_compat_ioctl,\
/linux/drivers/remoteproc/
H A Dremoteproc_cdev.c94 .compat_ioctl = compat_ptr_ioctl,
/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/fs/erofs/
H A Ddir.c128 .compat_ioctl = erofs_compat_ioctl,
/linux/fs/jfs/
H A Dfile.c155 .compat_ioctl = compat_ptr_ioctl,
/linux/arch/x86/kernel/cpu/sgx/
H A Ddriver.c150 .compat_ioctl = sgx_compat_ioctl,

12345678910