Home
last modified time | relevance | path

Searched refs:cur_fw (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/media/common/tuners/
Dtuner-xc2028.c107 struct firmware_properties cur_fw; member
274 memset(&priv->cur_fw, 0, sizeof(priv->cur_fw)); in free_firmware()
754 (priv->cur_fw.type & BASE_TYPES)) { in check_firmware()
760 memset(&priv->cur_fw, 0, sizeof(priv->cur_fw)); in check_firmware()
794 if (priv->cur_fw.type == (BASE | new_fw.type) && in check_firmware()
795 priv->cur_fw.std_req == std) { in check_firmware()
801 priv->cur_fw.scode_table = 0; in check_firmware()
811 if (priv->cur_fw.scode_table == new_fw.scode_table && in check_firmware()
812 priv->cur_fw.scode_nr == new_fw.scode_nr) { in check_firmware()
866 memcpy(&priv->cur_fw, &new_fw, sizeof(priv->cur_fw)); in check_firmware()
[all …]
Dxc4000.c105 struct firmware_properties cur_fw; member
532 if ((priv->cur_fw.type & (FM | DTV6 | DTV7 | DTV78 | DTV8)) == 0) { in xc_tune_channel()
969 if (priv->cur_fw.type & BASE) { in check_firmware()
975 memset(&priv->cur_fw, 0, sizeof(priv->cur_fw)); in check_firmware()
1007 if (priv->cur_fw.type == (BASE | new_fw.type) && in check_firmware()
1008 priv->cur_fw.std_req == std) { in check_firmware()
1014 priv->cur_fw.scode_table = 0; in check_firmware()
1023 if (priv->cur_fw.scode_table == new_fw.scode_table && in check_firmware()
1024 priv->cur_fw.scode_nr == new_fw.scode_nr) { in check_firmware()
1070 memcpy(&priv->cur_fw, &new_fw, sizeof(priv->cur_fw)); in check_firmware()
[all …]
/linux-3.4.99/sound/soc/codecs/
Dwm8994.h149 const struct firmware *cur_fw; member
Dwm8958-dsp2.c54 if (wm8994->cur_fw == fw) in wm8958_dsp2_fw()
177 wm8994->cur_fw = fw; in wm8958_dsp2_fw()
Dwm8994.c2450 wm8994->cur_fw = NULL; in wm8994_set_bias_level()