| /OK3568_Linux_fs/kernel/fs/ecryptfs/ |
| H A D | file.c | 377 if (!lower_file->f_op->compat_ioctl) in ecryptfs_compat_ioctl() 386 rc = lower_file->f_op->compat_ioctl(lower_file, cmd, arg); in ecryptfs_compat_ioctl() 401 .compat_ioctl = ecryptfs_compat_ioctl, 415 .compat_ioctl = ecryptfs_compat_ioctl,
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | inode.c | 414 typeof_member(struct proc_ops, proc_compat_ioctl) compat_ioctl; in pde_compat_ioctl() 416 compat_ioctl = pde->proc_ops->proc_compat_ioctl; in pde_compat_ioctl() 417 if (compat_ioctl) in pde_compat_ioctl() 418 return compat_ioctl(file, cmd, arg); in pde_compat_ioctl() 616 .compat_ioctl = proc_reg_compat_ioctl, 630 .compat_ioctl = proc_reg_compat_ioctl,
|
| /OK3568_Linux_fs/kernel/drivers/ide/ |
| H A D | ide-gd.c | 317 if (!drive->disk_ops->compat_ioctl) 320 return drive->disk_ops->compat_ioctl(drive, bdev, mode, cmd, arg); 330 .compat_ioctl = ide_gd_compat_ioctl,
|
| /OK3568_Linux_fs/kernel/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.
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | scsi_ioctl.c | 295 if (sdev->host->hostt->compat_ioctl) in scsi_compat_ioctl() 296 return sdev->host->hostt->compat_ioctl(sdev, cmd, arg); in scsi_compat_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/tdfx/ |
| H A D | tdfx_drv.c | 55 .compat_ioctl = drm_compat_ioctl,
|
| /OK3568_Linux_fs/kernel/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,
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | media-devnode.h | 53 long (*compat_ioctl) (struct file *, unsigned int, unsigned long); member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i810/ |
| H A D | i810_drv.c | 55 .compat_ioctl = drm_compat_ioctl,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/savage/ |
| H A D | savage_drv.c | 46 .compat_ioctl = drm_compat_ioctl,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/mga/ |
| H A D | mga_drv.c | 51 .compat_ioctl = mga_compat_ioctl,
|
| /OK3568_Linux_fs/kernel/drivers/char/agp/ |
| H A D | Makefile | 4 agpgart-$(CONFIG_COMPAT) += compat_ioctl.o
|
| /OK3568_Linux_fs/kernel/drivers/rk_nand/ |
| H A D | rk_nand_base.c | 114 .compat_ioctl = rknand_sys_storage_ioctl, 130 .compat_ioctl = rk_ftl_vendor_storage_ioctl,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/r128/ |
| H A D | r128_drv.c | 55 .compat_ioctl = r128_compat_ioctl,
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/ |
| H A D | iomux.c | 64 .compat_ioctl = compat_ptr_ioctl,
|
| /OK3568_Linux_fs/kernel/drivers/s390/char/ |
| H A D | sclp_ctl.c | 117 .compat_ioctl = sclp_ctl_ioctl,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/via/ |
| H A D | via_drv.c | 70 .compat_ioctl = drm_compat_ioctl,
|
| /OK3568_Linux_fs/kernel/net/atm/ |
| H A D | resources.c | 378 if (!dev->ops->compat_ioctl) { in atm_dev_ioctl() 382 size = dev->ops->compat_ioctl(dev, cmd, buf); in atm_dev_ioctl()
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | harddog_kern.c | 168 .compat_ioctl = compat_ptr_ioctl,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/sis/ |
| H A D | sis_drv.c | 75 .compat_ioctl = drm_compat_ioctl,
|
| /OK3568_Linux_fs/kernel/include/drm/ |
| H A D | drm_gem_cma_helper.h | 58 .compat_ioctl = drm_compat_ioctl,\
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | tty_ldisc.h | 195 int (*compat_ioctl)(struct tty_struct *tty, struct file *file, member
|
| /OK3568_Linux_fs/kernel/drivers/virt/vboxguest/ |
| H A D | vboxguest_linux.c | 183 .compat_ioctl = vbg_misc_device_ioctl, 192 .compat_ioctl = vbg_misc_device_ioctl,
|
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | wdt285.c | 184 .compat_ioctl = compat_ptr_ioctl,
|
| H A D | indydog.c | 155 .compat_ioctl = compat_ptr_ioctl,
|