Lines Matching refs:cmd
470 unsigned int cmd, void *arg) in subdev_ioctl_get_state() argument
474 switch (cmd) { in subdev_ioctl_get_state()
509 static long subdev_do_ioctl(struct file *file, unsigned int cmd, void *arg, in subdev_do_ioctl() argument
529 switch (cmd) { in subdev_do_ioctl()
966 return v4l2_subdev_call(sd, core, ioctl, cmd, arg); in subdev_do_ioctl()
972 static long subdev_do_ioctl_lock(struct file *file, unsigned int cmd, void *arg) in subdev_do_ioctl_lock() argument
987 state = subdev_ioctl_get_state(sd, subdev_fh, cmd, arg); in subdev_do_ioctl_lock()
992 ret = subdev_do_ioctl(file, cmd, arg, state); in subdev_do_ioctl_lock()
1003 static long subdev_ioctl(struct file *file, unsigned int cmd, in subdev_ioctl() argument
1006 return video_usercopy(file, cmd, arg, subdev_do_ioctl_lock); in subdev_ioctl()
1010 static long subdev_compat_ioctl32(struct file *file, unsigned int cmd, in subdev_compat_ioctl32() argument
1016 return v4l2_subdev_call(sd, core, compat_ioctl32, cmd, arg); in subdev_compat_ioctl32()
1021 static long subdev_ioctl(struct file *file, unsigned int cmd, in subdev_ioctl() argument
1028 static long subdev_compat_ioctl32(struct file *file, unsigned int cmd, in subdev_compat_ioctl32() argument