Lines Matching refs:std
716 v4l2_std_id std, __u16 int_freq) in check_firmware() argument
735 new_fw.id = std; in check_firmware()
736 new_fw.std_req = std; in check_firmware()
802 priv->cur_fw.std_req == std) { in check_firmware()
1013 v4l2_std_id std, in generic_set_freq() argument
1027 if (check_firmware(fe, type, std, int_freq) < 0) in generic_set_freq()
1176 if (!p->std) in xc2028_set_analog_freq()
1177 p->std = V4L2_STD_MN; in xc2028_set_analog_freq()
1180 if (!(p->std & V4L2_STD_MN)) in xc2028_set_analog_freq()
1184 p->std |= parse_audio_std_option(); in xc2028_set_analog_freq()
1187 V4L2_TUNER_ANALOG_TV, type, p->std, 0); in xc2028_set_analog_freq()