Searched refs:compat_ioctl32 (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/include/media/ |
D | v4l2-dev.h | 191 long (*compat_ioctl32) (struct file *, unsigned int, unsigned long); member
|
D | v4l2-subdev.h | 211 long (*compat_ioctl32)(struct v4l2_subdev *sd, unsigned int cmd, member
|
/linux-4.19.296/drivers/media/v4l2-core/ |
D | v4l2-subdev.c | 555 return v4l2_subdev_call(sd, core, compat_ioctl32, cmd, arg); in subdev_compat_ioctl32() 581 .compat_ioctl32 = subdev_compat_ioctl32,
|
D | v4l2-compat-ioctl32.c | 1455 else if (vdev->fops->compat_ioctl32) in v4l2_compat_ioctl32() 1456 ret = vdev->fops->compat_ioctl32(file, cmd, arg); in v4l2_compat_ioctl32()
|