Lines Matching refs:std
86 v4l2_std_id std; member
444 if (vou_dev->std & V4L2_STD_525_60) { in sh_vou_configure_geometry()
522 static void vou_adjust_input(struct sh_vou_geometry *geo, v4l2_std_id std) in vou_adjust_input() argument
528 if (std & V4L2_STD_525_60) in vou_adjust_input()
592 static void vou_adjust_output(struct sh_vou_geometry *geo, v4l2_std_id std) in vou_adjust_output() argument
598 if (std & V4L2_STD_525_60) { in vou_adjust_output()
688 if (vou_dev->std & V4L2_STD_525_60) in sh_vou_try_fmt_vid_out()
730 vou_adjust_output(&geo, vou_dev->std); in sh_vou_set_fmt_vid_out()
743 if (vou_dev->std & V4L2_STD_525_60) in sh_vou_set_fmt_vid_out()
759 vou_adjust_input(&geo, vou_dev->std); in sh_vou_set_fmt_vid_out()
800 a->std = vou_dev->vdev.tvnorms; in sh_vou_enum_output()
837 if (std_id == vou_dev->std) in sh_vou_s_std()
866 vou_dev->std = std_id; in sh_vou_s_std()
872 static int sh_vou_g_std(struct file *file, void *priv, v4l2_std_id *std) in sh_vou_g_std() argument
878 *std = vou_dev->std; in sh_vou_g_std()
926 if (vou_dev->std & V4L2_STD_525_60) in sh_vou_g_selection()
963 if (vou_dev->std & V4L2_STD_525_60) in sh_vou_s_selection()
1013 vou_adjust_input(&geo, vou_dev->std); in sh_vou_s_selection()
1260 vou_dev->std = V4L2_STD_NTSC_M; in sh_vou_probe()