Home
last modified time | relevance | path

Searched refs:compat_ioctl (Results 1 – 25 of 1111) sorted by relevance

12345678910>>...45

/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ecryptfs/
H A Dfile.c377 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,
/dports/multimedia/libv4l/linux-5.13-rc2/fs/ecryptfs/
H A Dfile.c377 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,
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ecryptfs/
H A Dfile.c377 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,
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/proc/
H A Dinode.c404 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,
/dports/multimedia/libv4l/linux-5.13-rc2/fs/proc/
H A Dinode.c404 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,
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/proc/
H A Dinode.c404 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,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/ide/
H A Dide-gd.c317 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,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/ide/
H A Dide-gd.c317 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,
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/ide/
H A Dide-gd.c317 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,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/
H A Dscsi_ioctl.c295 if (sdev->host->hostt->compat_ioctl) in scsi_compat_ioctl()
296 return sdev->host->hostt->compat_ioctl(sdev, cmd, arg); in scsi_compat_ioctl()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/
H A Dscsi_ioctl.c295 if (sdev->host->hostt->compat_ioctl) in scsi_compat_ioctl()
296 return sdev->host->hostt->compat_ioctl(sdev, cmd, arg); in scsi_compat_ioctl()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/
H A Dscsi_ioctl.c295 if (sdev->host->hostt->compat_ioctl) in scsi_compat_ioctl()
296 return sdev->host->hostt->compat_ioctl(sdev, cmd, arg); in scsi_compat_ioctl()
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/driver-api/
H A Dioctl.rst78 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.
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/driver-api/
H A Dioctl.rst78 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.
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/driver-api/
H A Dioctl.rst78 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.
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/tdfx/
H A Dtdfx_drv.c52 .compat_ioctl = drm_compat_ioctl,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/tdfx/
H A Dtdfx_drv.c55 .compat_ioctl = drm_compat_ioctl,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/tdfx/
H A Dtdfx_drv.c55 .compat_ioctl = drm_compat_ioctl,
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/tdfx/
H A Dtdfx_drv.c55 .compat_ioctl = drm_compat_ioctl,
/dports/multimedia/libv4l/linux-5.13-rc2/include/media/
H A Dmedia-devnode.h53 long (*compat_ioctl) (struct file *, unsigned int, unsigned long); member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/media/
H A Dmedia-devnode.h53 long (*compat_ioctl) (struct file *, unsigned int, unsigned long); member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/media/
H A Dmedia-devnode.h53 long (*compat_ioctl) (struct file *, unsigned int, unsigned long); member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/i810/
H A Di810_drv.c55 .compat_ioctl = drm_compat_ioctl,
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/i810/
H A Di810_drv.c53 .compat_ioctl = drm_compat_ioctl,
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/savage/
H A Dsavage_drv.c46 .compat_ioctl = drm_compat_ioctl,

12345678910>>...45