Lines Matching refs:std
139 v4l2_std_id std; member
444 static int vidioc_s_std(struct file *file, void *priv, v4l2_std_id std) in vidioc_s_std() argument
447 v4l2_std_id oldstd = vip->std, newstd; in vidioc_s_std()
450 if (V4L2_STD_ALL == std) { in vidioc_s_std()
451 v4l2_subdev_call(vip->decoder, video, s_std, std); in vidioc_s_std()
457 std = vip->std = newstd; in vidioc_s_std()
458 if (oldstd != std) { in vidioc_s_std()
459 if (V4L2_STD_525_60 & std) in vidioc_s_std()
467 if (oldstd != std) { in vidioc_s_std()
468 if (V4L2_STD_525_60 & std) in vidioc_s_std()
474 return v4l2_subdev_call(vip->decoder, video, s_std, std); in vidioc_s_std()
486 static int vidioc_g_std(struct file *file, void *priv, v4l2_std_id *std) in vidioc_g_std() argument
490 *std = vip->std; in vidioc_g_std()
503 static int vidioc_querystd(struct file *file, void *priv, v4l2_std_id *std) in vidioc_querystd() argument
507 return v4l2_subdev_call(vip->decoder, video, querystd, std); in vidioc_querystd()
517 inp->std = V4L2_STD_ALL; in vidioc_enum_input()
614 if (V4L2_STD_525_60 & vip->std) in vidioc_try_fmt_vid_cap()
1045 vip->std = V4L2_STD_PAL; in sta2x11_vip_init_one()