Searched refs:cur_fw (Results 1 – 5 of 5) sorted by relevance
97 struct firmware_properties cur_fw; member523 if ((priv->cur_fw.type & (FM | DTV6 | DTV7 | DTV78 | DTV8)) == 0) { in xc_tune_channel()972 if (priv->cur_fw.type & BASE) { in check_firmware()978 memset(&priv->cur_fw, 0, sizeof(priv->cur_fw)); in check_firmware()1010 if (priv->cur_fw.type == (BASE | new_fw.type) && in check_firmware()1011 priv->cur_fw.std_req == std) { in check_firmware()1017 priv->cur_fw.scode_table = 0; in check_firmware()1026 if (priv->cur_fw.scode_table == new_fw.scode_table && in check_firmware()1027 priv->cur_fw.scode_nr == new_fw.scode_nr) { in check_firmware()1074 priv->cur_fw = new_fw; in check_firmware()[all …]
118 struct firmware_properties cur_fw; member287 memset(&priv->cur_fw, 0, sizeof(priv->cur_fw)); in free_firmware()764 (priv->cur_fw.type & BASE_TYPES))) { in check_firmware()770 memset(&priv->cur_fw, 0, sizeof(priv->cur_fw)); in check_firmware()804 if (priv->cur_fw.type == (BASE | new_fw.type) && in check_firmware()805 priv->cur_fw.std_req == std) { in check_firmware()811 priv->cur_fw.scode_table = 0; in check_firmware()821 if (priv->cur_fw.scode_table == new_fw.scode_table && in check_firmware()822 priv->cur_fw.scode_nr == new_fw.scode_nr) { in check_firmware()873 priv->cur_fw = new_fw; in check_firmware()[all …]
162 const struct firmware *cur_fw; member
54 if (wm8994->cur_fw == fw) in wm8958_dsp2_fw()177 wm8994->cur_fw = fw; in wm8958_dsp2_fw()
2550 wm8994->cur_fw = NULL; in wm8994_set_bias_level()