/openbmc/linux/fs/ecryptfs/ |
H A 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,
|
/openbmc/linux/fs/proc/ |
H A 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,
|
/openbmc/linux/include/drm/ |
H A D | drm_accel.h | 27 .compat_ioctl = drm_compat_ioctl,\
|
H A D | drm_gem_dma_helper.h | 265 .compat_ioctl = drm_compat_ioctl,\
|
/openbmc/linux/Documentation/driver-api/ |
H A 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.
|
/openbmc/linux/include/media/ |
H A D | media-devnode.h | 53 long (*compat_ioctl) (struct file *, unsigned int, unsigned long); member
|
/openbmc/linux/drivers/char/agp/ |
H A D | Makefile | 5 agpgart-$(CONFIG_COMPAT) += compat_ioctl.o
|
/openbmc/linux/drivers/media/mc/ |
H A 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,
|
/openbmc/linux/drivers/s390/char/ |
H A D | sclp_ctl.c | 117 .compat_ioctl = sclp_ctl_ioctl,
|
/openbmc/linux/arch/um/drivers/ |
H A D | harddog_kern.c | 163 .compat_ioctl = compat_ptr_ioctl,
|
/openbmc/linux/net/atm/ |
H A 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()
|
H A D | pvc.c | 119 .compat_ioctl = vcc_compat_ioctl,
|
/openbmc/linux/drivers/watchdog/ |
H A D | wdt285.c | 184 .compat_ioctl = compat_ptr_ioctl,
|
H A D | indydog.c | 155 .compat_ioctl = compat_ptr_ioctl,
|
H A D | sbc_epx_c3.c | 159 .compat_ioctl = compat_ptr_ioctl,
|
H A D | m54xx_wdt.c | 185 .compat_ioctl = compat_ptr_ioctl,
|
H A D | riowd.c | 165 .compat_ioctl = compat_ptr_ioctl,
|
H A D | acquirewdt.c | 224 .compat_ioctl = compat_ptr_ioctl,
|
H A D | sbc_fitpc2_wdt.c | 187 .compat_ioctl = compat_ptr_ioctl,
|
/openbmc/linux/drivers/remoteproc/ |
H A D | remoteproc_cdev.c | 94 .compat_ioctl = compat_ptr_ioctl,
|
/openbmc/linux/include/linux/ |
H A D | tty_ldisc.h | 247 int (*compat_ioctl)(struct tty_struct *tty, unsigned int cmd, member
|
/openbmc/linux/fs/nilfs2/ |
H A D | file.c | 143 .compat_ioctl = nilfs_compat_ioctl,
|
/openbmc/linux/drivers/virt/vboxguest/ |
H A D | vboxguest_linux.c | 183 .compat_ioctl = vbg_misc_device_ioctl, 192 .compat_ioctl = vbg_misc_device_ioctl,
|
/openbmc/linux/arch/x86/kernel/cpu/sgx/ |
H A D | driver.c | 133 .compat_ioctl = sgx_compat_ioctl,
|
/openbmc/linux/fs/jfs/ |
H A D | file.c | 152 .compat_ioctl = compat_ptr_ioctl,
|