Searched refs:compat_ioctl32 (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/include/media/ |
H A D | v4l2-dev.h | 186 * @compat_ioctl32: operations needed to implement the ioctl() syscall for 207 long (*compat_ioctl32) (struct file *, unsigned int, unsigned long); member
|
H A D | v4l2-subdev.h | 171 * @compat_ioctl32: called when a 32 bits application uses a 64 bits Kernel, 202 long (*compat_ioctl32)(struct v4l2_subdev *sd, unsigned int cmd, member
|
/kernel/linux/linux-6.6/include/media/ |
H A D | v4l2-dev.h | 186 * @compat_ioctl32: operations needed to implement the ioctl() syscall for 207 long (*compat_ioctl32) (struct file *, unsigned int, unsigned long); member
|
H A D | v4l2-subdev.h | 172 * @compat_ioctl32: called when a 32 bits application uses a 64 bits Kernel, 206 long (*compat_ioctl32)(struct v4l2_subdev *sd, unsigned int cmd, member
|
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/ |
H A D | ivtv-streams.c | 55 .compat_ioctl32 = video_ioctl2, /* for ivtv_default() */ 68 .compat_ioctl32 = video_ioctl2, /* for ivtv_default() */ 79 .compat_ioctl32 = video_ioctl2, /* for ivtv_default() */
|
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/ |
H A D | ivtv-streams.c | 55 .compat_ioctl32 = video_ioctl2, /* for ivtv_default() */ 68 .compat_ioctl32 = video_ioctl2, /* for ivtv_default() */ 79 .compat_ioctl32 = video_ioctl2, /* for ivtv_default() */
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-subdev.c | 695 return v4l2_subdev_call(sd, core, compat_ioctl32, cmd, arg); in subdev_compat_ioctl32() 737 .compat_ioctl32 = subdev_compat_ioctl32,
|
H A D | v4l2-compat-ioctl32.c | 1778 * If the function is a private one it calls vdev->fops->compat_ioctl32 1791 else if (vdev->fops->compat_ioctl32) in v4l2_compat_ioctl32() 1792 ret = vdev->fops->compat_ioctl32(file, cmd, arg); in v4l2_compat_ioctl32() 1795 pr_debug("compat_ioctl32: unknown ioctl '%c', dir=%d, #%d (0x%08x)\n", in v4l2_compat_ioctl32()
|
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-compat-ioctl32.c | 1177 * If the function is a private one it calls vdev->fops->compat_ioctl32 1194 else if (vdev->fops->compat_ioctl32) in v4l2_compat_ioctl32() 1195 ret = vdev->fops->compat_ioctl32(file, cmd, arg); in v4l2_compat_ioctl32() 1198 pr_debug("compat_ioctl32: unknown ioctl '%c', dir=%d, #%d (0x%08x)\n", in v4l2_compat_ioctl32()
|
H A D | v4l2-subdev.c | 997 return v4l2_subdev_call(sd, core, compat_ioctl32, cmd, arg); in subdev_compat_ioctl32() 1039 .compat_ioctl32 = subdev_compat_ioctl32,
|
/kernel/linux/linux-5.10/drivers/media/usb/uvc/ |
H A D | uvc_v4l2.c | 1564 .compat_ioctl32 = uvc_v4l2_compat_ioctl32,
|
/kernel/linux/linux-6.6/drivers/media/usb/uvc/ |
H A D | uvc_v4l2.c | 1598 .compat_ioctl32 = uvc_v4l2_compat_ioctl32,
|
Completed in 21 milliseconds