Lines Matching defs:std
413 if (cx->std != 0)
426 cx->std = V4L2_STD_ALL;
429 cx->std |= V4L2_STD_PAL_BG | V4L2_STD_PAL_H;
432 cx->std |= V4L2_STD_NTSC_M;
435 cx->std |= V4L2_STD_SECAM_L;
438 cx->std |= V4L2_STD_NTSC_M;
632 cx->std = cx18_parse_std(cx);
1025 if (cx->std == 0)
1026 cx->std = V4L2_STD_NTSC_M;
1030 if ((cx->std & cx->card->tuners[i].std) == 0)
1037 if (cx->options.tuner == -1 && cx->card->tuners[0].std) {
1038 cx->std = cx->card->tuners[0].std;
1039 if (cx->std & V4L2_STD_PAL)
1040 cx->std = V4L2_STD_PAL_BG | V4L2_STD_PAL_H;
1041 else if (cx->std & V4L2_STD_NTSC)
1042 cx->std = V4L2_STD_NTSC_M;
1043 else if (cx->std & V4L2_STD_SECAM)
1044 cx->std = V4L2_STD_SECAM_L;
1056 if (cx->std & V4L2_STD_525_60)
1093 cx->tuner_std = cx->std;
1094 if (cx->std == V4L2_STD_ALL)
1095 cx->std = V4L2_STD_NTSC_M;
1140 v4l2_std_id std;
1216 if (cx->std == V4L2_STD_NTSC_M_JP)
1218 else if (cx->std & V4L2_STD_NTSC_M)
1227 cx->std++; /* Force full standard initialization */
1228 std = (cx->tuner_std == V4L2_STD_ALL) ? V4L2_STD_NTSC_M : cx->tuner_std;
1229 cx18_s_std(NULL, &fh, std);