Lines Matching defs:std
83 v4l2_std_id std;
427 if (vou_dev->std & V4L2_STD_525_60) {
506 static void vou_adjust_input(struct sh_vou_geometry *geo, v4l2_std_id std)
512 if (std & V4L2_STD_525_60)
576 static void vou_adjust_output(struct sh_vou_geometry *geo, v4l2_std_id std)
582 if (std & V4L2_STD_525_60) {
672 if (vou_dev->std & V4L2_STD_525_60)
714 vou_adjust_output(&geo, vou_dev->std);
727 if (vou_dev->std & V4L2_STD_525_60)
743 vou_adjust_input(&geo, vou_dev->std);
784 a->std = vou_dev->vdev.tvnorms;
822 if (std_id == vou_dev->std)
851 vou_dev->std = std_id;
857 static int sh_vou_g_std(struct file *file, void *priv, v4l2_std_id *std)
863 *std = vou_dev->std;
911 if (vou_dev->std & V4L2_STD_525_60)
951 if (vou_dev->std & V4L2_STD_525_60)
1001 vou_adjust_input(&geo, vou_dev->std);
1254 vou_dev->std = V4L2_STD_NTSC_M;