Lines Matching refs:std

428 	if (cx->std != 0)  in cx18_process_eeprom()
441 cx->std = V4L2_STD_ALL; in cx18_process_eeprom()
444 cx->std |= V4L2_STD_PAL_BG | V4L2_STD_PAL_H; in cx18_process_eeprom()
447 cx->std |= V4L2_STD_NTSC_M; in cx18_process_eeprom()
450 cx->std |= V4L2_STD_SECAM_L; in cx18_process_eeprom()
453 cx->std |= V4L2_STD_NTSC_M; in cx18_process_eeprom()
647 cx->std = cx18_parse_std(cx); in cx18_process_options()
1047 if (cx->std == 0) in cx18_probe()
1048 cx->std = V4L2_STD_NTSC_M; in cx18_probe()
1052 if ((cx->std & cx->card->tuners[i].std) == 0) in cx18_probe()
1059 if (cx->options.tuner == -1 && cx->card->tuners[0].std) { in cx18_probe()
1060 cx->std = cx->card->tuners[0].std; in cx18_probe()
1061 if (cx->std & V4L2_STD_PAL) in cx18_probe()
1062 cx->std = V4L2_STD_PAL_BG | V4L2_STD_PAL_H; in cx18_probe()
1063 else if (cx->std & V4L2_STD_NTSC) in cx18_probe()
1064 cx->std = V4L2_STD_NTSC_M; in cx18_probe()
1065 else if (cx->std & V4L2_STD_SECAM) in cx18_probe()
1066 cx->std = V4L2_STD_SECAM_L; in cx18_probe()
1078 if (cx->std & V4L2_STD_525_60) in cx18_probe()
1115 cx->tuner_std = cx->std; in cx18_probe()
1116 if (cx->std == V4L2_STD_ALL) in cx18_probe()
1117 cx->std = V4L2_STD_NTSC_M; in cx18_probe()
1164 v4l2_std_id std; in cx18_init_on_first_open() local
1240 if (cx->std == V4L2_STD_NTSC_M_JP) in cx18_init_on_first_open()
1242 else if (cx->std & V4L2_STD_NTSC_M) in cx18_init_on_first_open()
1251 cx->std++; /* Force full standard initialization */ in cx18_init_on_first_open()
1252 std = (cx->tuner_std == V4L2_STD_ALL) ? V4L2_STD_NTSC_M : cx->tuner_std; in cx18_init_on_first_open()
1253 cx18_s_std(NULL, &fh, std); in cx18_init_on_first_open()