Searched refs:compat_ioctl (Results 1 - 25 of 339) sorted by relevance

1234567891011>>

/linux-master/include/drm/
H A Ddrm_accel.h27 .compat_ioctl = drm_compat_ioctl,\
H A Ddrm_gem_dma_helper.h265 .compat_ioctl = drm_compat_ioctl,\
/linux-master/include/media/
H A Dmedia-devnode.h41 * @compat_ioctl: pointer to the function that will handle 32 bits userspace
53 long (*compat_ioctl) (struct file *, unsigned int, unsigned long); member in struct:media_file_operations
/linux-master/drivers/s390/char/
H A Dsclp_ctl.c117 .compat_ioctl = sclp_ctl_ioctl,
/linux-master/fs/ecryptfs/
H A Dfile.c396 if (!lower_file->f_op->compat_ioctl)
405 rc = lower_file->f_op->compat_ioctl(lower_file, cmd, arg);
420 .compat_ioctl = ecryptfs_compat_ioctl,
434 .compat_ioctl = ecryptfs_compat_ioctl,
/linux-master/fs/proc/
H A Dinode.c403 typeof_member(struct proc_ops, proc_compat_ioctl) compat_ioctl;
405 compat_ioctl = pde->proc_ops->proc_compat_ioctl;
406 if (compat_ioctl)
407 return compat_ioctl(file, cmd, arg);
604 .compat_ioctl = proc_reg_compat_ioctl,
618 .compat_ioctl = proc_reg_compat_ioctl,
/linux-master/drivers/remoteproc/
H A Dremoteproc_cdev.c94 .compat_ioctl = compat_ptr_ioctl,
/linux-master/arch/um/drivers/
H A Dharddog_kern.c163 .compat_ioctl = compat_ptr_ioctl,
/linux-master/include/linux/
H A Dtty_ldisc.h127 * @compat_ioctl: [TTY] ``int ()(struct tty_struct *tty, unsigned int cmd,
247 int (*compat_ioctl)(struct tty_struct *tty, unsigned int cmd, member in struct:tty_ldisc_ops
/linux-master/fs/nilfs2/
H A Dfile.c145 .compat_ioctl = nilfs_compat_ioctl,
/linux-master/drivers/media/mc/
H A Dmc-devnode.c136 return __media_ioctl(filp, cmd, arg, devnode->fops->compat_ioctl);
203 .compat_ioctl = media_compat_ioctl,
/linux-master/drivers/watchdog/
H A Dindydog.c155 .compat_ioctl = compat_ptr_ioctl,
H A Dsbc_epx_c3.c159 .compat_ioctl = compat_ptr_ioctl,
H A Dwafer5823wdt.c233 .compat_ioctl = compat_ptr_ioctl,
H A Dscx200_wdt.c204 .compat_ioctl = compat_ptr_ioctl,
H A Dwdt285.c184 .compat_ioctl = compat_ptr_ioctl,
H A Dmtx-1_wdt.c182 .compat_ioctl = compat_ptr_ioctl,
H A Dacquirewdt.c224 .compat_ioctl = compat_ptr_ioctl,
H A Dsbc_fitpc2_wdt.c187 .compat_ioctl = compat_ptr_ioctl,
H A Dm54xx_wdt.c185 .compat_ioctl = compat_ptr_ioctl,
H A Driowd.c165 .compat_ioctl = compat_ptr_ioctl,
/linux-master/arch/x86/kernel/cpu/sgx/
H A Ddriver.c133 .compat_ioctl = sgx_compat_ioctl,
/linux-master/net/atm/
H A Dpvc.c119 .compat_ioctl = vcc_compat_ioctl,
H A Dresources.c375 if (!dev->ops->compat_ioctl) {
379 size = dev->ops->compat_ioctl(dev, cmd, buf);
/linux-master/fs/jfs/
H A Dfile.c152 .compat_ioctl = compat_ptr_ioctl,

Completed in 362 milliseconds

1234567891011>>