Searched refs:compat_ioctl (Results 1 – 25 of 350) sorted by relevance
12345678910>>...14
| /Linux-v5.15/fs/ecryptfs/ |
| 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,
|
| /Linux-v5.15/fs/proc/ |
| D | inode.c | 404 typeof_member(struct proc_ops, proc_compat_ioctl) compat_ioctl; in pde_compat_ioctl() 406 compat_ioctl = pde->proc_ops->proc_compat_ioctl; in pde_compat_ioctl() 407 if (compat_ioctl) in pde_compat_ioctl() 408 return compat_ioctl(file, cmd, arg); in pde_compat_ioctl() 602 .compat_ioctl = proc_reg_compat_ioctl, 616 .compat_ioctl = proc_reg_compat_ioctl,
|
| /Linux-v5.15/drivers/gpu/drm/tdfx/ |
| D | tdfx_drv.c | 55 .compat_ioctl = drm_compat_ioctl,
|
| /Linux-v5.15/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-v5.15/include/media/ |
| D | media-devnode.h | 53 long (*compat_ioctl) (struct file *, unsigned int, unsigned long); member
|
| /Linux-v5.15/drivers/gpu/drm/i810/ |
| D | i810_drv.c | 55 .compat_ioctl = drm_compat_ioctl,
|
| /Linux-v5.15/drivers/gpu/drm/savage/ |
| D | savage_drv.c | 46 .compat_ioctl = drm_compat_ioctl,
|
| /Linux-v5.15/drivers/char/agp/ |
| D | Makefile | 5 agpgart-$(CONFIG_COMPAT) += compat_ioctl.o
|
| /Linux-v5.15/drivers/gpu/drm/mga/ |
| D | mga_drv.c | 51 .compat_ioctl = mga_compat_ioctl,
|
| /Linux-v5.15/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-v5.15/drivers/gpu/drm/r128/ |
| D | r128_drv.c | 55 .compat_ioctl = r128_compat_ioctl,
|
| /Linux-v5.15/drivers/s390/char/ |
| D | sclp_ctl.c | 117 .compat_ioctl = sclp_ctl_ioctl,
|
| /Linux-v5.15/drivers/gpu/drm/via/ |
| D | via_drv.c | 70 .compat_ioctl = drm_compat_ioctl,
|
| /Linux-v5.15/include/drm/ |
| D | drm_gem_cma_helper.h | 61 .compat_ioctl = drm_compat_ioctl,\
|
| /Linux-v5.15/drivers/gpu/drm/sis/ |
| D | sis_drv.c | 76 .compat_ioctl = drm_compat_ioctl,
|
| /Linux-v5.15/arch/um/drivers/ |
| D | harddog_kern.c | 168 .compat_ioctl = compat_ptr_ioctl,
|
| /Linux-v5.15/include/linux/ |
| D | tty_ldisc.h | 198 int (*compat_ioctl)(struct tty_struct *tty, struct file *file, member
|
| /Linux-v5.15/drivers/watchdog/ |
| D | indydog.c | 155 .compat_ioctl = compat_ptr_ioctl,
|
| D | sbc_epx_c3.c | 159 .compat_ioctl = compat_ptr_ioctl,
|
| D | wdt285.c | 184 .compat_ioctl = compat_ptr_ioctl,
|
| D | m54xx_wdt.c | 187 .compat_ioctl = compat_ptr_ioctl,
|
| D | sa1100_wdt.c | 144 .compat_ioctl = compat_ptr_ioctl,
|
| /Linux-v5.15/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()
|
| /Linux-v5.15/drivers/remoteproc/ |
| D | remoteproc_cdev.c | 105 .compat_ioctl = compat_ptr_ioctl,
|
| /Linux-v5.15/fs/nilfs2/ |
| D | file.c | 137 .compat_ioctl = nilfs_compat_ioctl,
|
12345678910>>...14