Home
last modified time | relevance | path

Searched refs:compat_ioctl32 (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/include/media/
Dv4l2-dev.h200 long (*compat_ioctl32) (struct file *, unsigned int, unsigned long); member
Dv4l2-subdev.h198 long (*compat_ioctl32)(struct v4l2_subdev *sd, unsigned int cmd, member
/Linux-v5.4/drivers/media/pci/ivtv/
Divtv-streams.c55 .compat_ioctl32 = video_ioctl2, /* for ivtv_default() */
68 .compat_ioctl32 = video_ioctl2, /* for ivtv_default() */
79 .compat_ioctl32 = video_ioctl2, /* for ivtv_default() */
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-subdev.c642 return v4l2_subdev_call(sd, core, compat_ioctl32, cmd, arg); in subdev_compat_ioctl32()
668 .compat_ioctl32 = subdev_compat_ioctl32,
Dv4l2-compat-ioctl32.c1465 else if (vdev->fops->compat_ioctl32) in v4l2_compat_ioctl32()
1466 ret = vdev->fops->compat_ioctl32(file, cmd, arg); in v4l2_compat_ioctl32()
/Linux-v5.4/drivers/media/platform/qcom/venus/
Dvenc.c1239 .compat_ioctl32 = v4l2_compat_ioctl32,
Dvdec.c1416 .compat_ioctl32 = v4l2_compat_ioctl32,
/Linux-v5.4/drivers/media/usb/uvc/
Duvc_v4l2.c1513 .compat_ioctl32 = uvc_v4l2_compat_ioctl32,