Lines Matching defs:std
718 v4l2_std_id std, __u16 int_freq)
737 new_fw.id = std;
738 new_fw.std_req = std;
804 priv->cur_fw.std_req == std) {
809 /* Reloading std-specific firmware forces a SCODE update */
1011 v4l2_std_id std,
1025 if (check_firmware(fe, type, std, int_freq) < 0)
1173 /* if std is not defined, choose one */
1174 if (!p->std)
1175 p->std = V4L2_STD_MN;
1178 if (!(p->std & V4L2_STD_MN))
1181 /* Add audio hack to std mask */
1182 p->std |= parse_audio_std_option();
1185 V4L2_TUNER_ANALOG_TV, type, p->std, 0);