Lines Matching refs:std
139 v4l2_std_id std; member
440 static int vidioc_s_std(struct file *file, void *priv, v4l2_std_id std) in vidioc_s_std() argument
443 v4l2_std_id oldstd = vip->std, newstd; in vidioc_s_std()
446 if (V4L2_STD_ALL == std) { in vidioc_s_std()
447 v4l2_subdev_call(vip->decoder, video, s_std, std); in vidioc_s_std()
453 std = vip->std = newstd; in vidioc_s_std()
454 if (oldstd != std) { in vidioc_s_std()
455 if (V4L2_STD_525_60 & std) in vidioc_s_std()
463 if (oldstd != std) { in vidioc_s_std()
464 if (V4L2_STD_525_60 & std) in vidioc_s_std()
470 return v4l2_subdev_call(vip->decoder, video, s_std, std); in vidioc_s_std()
482 static int vidioc_g_std(struct file *file, void *priv, v4l2_std_id *std) in vidioc_g_std() argument
486 *std = vip->std; in vidioc_g_std()
499 static int vidioc_querystd(struct file *file, void *priv, v4l2_std_id *std) in vidioc_querystd() argument
503 return v4l2_subdev_call(vip->decoder, video, querystd, std); in vidioc_querystd()
513 inp->std = V4L2_STD_ALL; in vidioc_enum_input()
610 if (V4L2_STD_525_60 & vip->std) in vidioc_try_fmt_vid_cap()
1040 vip->std = V4L2_STD_PAL; in sta2x11_vip_init_one()