Lines Matching defs:std
414 if (cx->std != 0)
427 cx->std = V4L2_STD_ALL;
430 cx->std |= V4L2_STD_PAL_BG | V4L2_STD_PAL_H;
433 cx->std |= V4L2_STD_NTSC_M;
436 cx->std |= V4L2_STD_SECAM_L;
439 cx->std |= V4L2_STD_NTSC_M;
633 cx->std = cx18_parse_std(cx);
1026 if (cx->std == 0)
1027 cx->std = V4L2_STD_NTSC_M;
1031 if ((cx->std & cx->card->tuners[i].std) == 0)
1038 if (cx->options.tuner == -1 && cx->card->tuners[0].std) {
1039 cx->std = cx->card->tuners[0].std;
1040 if (cx->std & V4L2_STD_PAL)
1041 cx->std = V4L2_STD_PAL_BG | V4L2_STD_PAL_H;
1042 else if (cx->std & V4L2_STD_NTSC)
1043 cx->std = V4L2_STD_NTSC_M;
1044 else if (cx->std & V4L2_STD_SECAM)
1045 cx->std = V4L2_STD_SECAM_L;
1057 if (cx->std & V4L2_STD_525_60)
1094 cx->tuner_std = cx->std;
1095 if (cx->std == V4L2_STD_ALL)
1096 cx->std = V4L2_STD_NTSC_M;
1141 v4l2_std_id std;
1217 if (cx->std == V4L2_STD_NTSC_M_JP)
1219 else if (cx->std & V4L2_STD_NTSC_M)
1228 cx->std++; /* Force full standard initialization */
1229 std = (cx->tuner_std == V4L2_STD_ALL) ? V4L2_STD_NTSC_M : cx->tuner_std;
1230 cx18_s_std(NULL, &fh, std);