Searched refs:compat_ioctl (Results 1 – 25 of 339) sorted by relevance
12345678910>>...14
/linux-6.6.21/fs/ecryptfs/ |
D | file.c | 396 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-6.6.21/fs/proc/ |
D | inode.c | 409 typeof_member(struct proc_ops, proc_compat_ioctl) compat_ioctl; in pde_compat_ioctl() 411 compat_ioctl = pde->proc_ops->proc_compat_ioctl; in pde_compat_ioctl() 412 if (compat_ioctl) in pde_compat_ioctl() 413 return compat_ioctl(file, cmd, arg); in pde_compat_ioctl() 610 .compat_ioctl = proc_reg_compat_ioctl, 624 .compat_ioctl = proc_reg_compat_ioctl,
|
/linux-6.6.21/include/drm/ |
D | drm_accel.h | 27 .compat_ioctl = drm_compat_ioctl,\
|
D | drm_gem_dma_helper.h | 265 .compat_ioctl = drm_compat_ioctl,\
|
/linux-6.6.21/Documentation/driver-api/ |
D | ioctl.rst | 78 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-6.6.21/include/media/ |
D | media-devnode.h | 53 long (*compat_ioctl) (struct file *, unsigned int, unsigned long); member
|
/linux-6.6.21/drivers/char/agp/ |
D | Makefile | 5 agpgart-$(CONFIG_COMPAT) += compat_ioctl.o
|
/linux-6.6.21/drivers/media/mc/ |
D | mc-devnode.c | 136 return __media_ioctl(filp, cmd, arg, devnode->fops->compat_ioctl); in media_compat_ioctl() 204 .compat_ioctl = media_compat_ioctl,
|
/linux-6.6.21/drivers/s390/char/ |
D | sclp_ctl.c | 117 .compat_ioctl = sclp_ctl_ioctl,
|
/linux-6.6.21/arch/um/drivers/ |
D | harddog_kern.c | 163 .compat_ioctl = compat_ptr_ioctl,
|
/linux-6.6.21/drivers/remoteproc/ |
D | remoteproc_cdev.c | 94 .compat_ioctl = compat_ptr_ioctl,
|
/linux-6.6.21/drivers/watchdog/ |
D | sbc_epx_c3.c | 159 .compat_ioctl = compat_ptr_ioctl,
|
D | wdt285.c | 184 .compat_ioctl = compat_ptr_ioctl,
|
D | indydog.c | 155 .compat_ioctl = compat_ptr_ioctl,
|
D | m54xx_wdt.c | 185 .compat_ioctl = compat_ptr_ioctl,
|
D | acquirewdt.c | 224 .compat_ioctl = compat_ptr_ioctl,
|
D | mixcomwd.c | 230 .compat_ioctl = compat_ptr_ioctl,
|
D | mtx-1_wdt.c | 182 .compat_ioctl = compat_ptr_ioctl,
|
/linux-6.6.21/net/atm/ |
D | resources.c | 375 if (!dev->ops->compat_ioctl) { in atm_dev_ioctl() 379 size = dev->ops->compat_ioctl(dev, cmd, buf); in atm_dev_ioctl()
|
D | pvc.c | 119 .compat_ioctl = vcc_compat_ioctl,
|
/linux-6.6.21/include/linux/ |
D | tty_ldisc.h | 247 int (*compat_ioctl)(struct tty_struct *tty, unsigned int cmd, member
|
/linux-6.6.21/fs/nilfs2/ |
D | file.c | 143 .compat_ioctl = nilfs_compat_ioctl,
|
/linux-6.6.21/drivers/virt/vboxguest/ |
D | vboxguest_linux.c | 183 .compat_ioctl = vbg_misc_device_ioctl, 192 .compat_ioctl = vbg_misc_device_ioctl,
|
/linux-6.6.21/arch/x86/kernel/cpu/sgx/ |
D | driver.c | 133 .compat_ioctl = sgx_compat_ioctl,
|
/linux-6.6.21/fs/jfs/ |
D | file.c | 152 .compat_ioctl = compat_ptr_ioctl,
|
12345678910>>...14