Searched refs:cur_fw (Results 1 – 5 of 5) sorted by relevance
121 struct firmware_properties cur_fw; member296 memset(&priv->cur_fw, 0, sizeof(priv->cur_fw)); in free_firmware()761 (priv->cur_fw.type & BASE_TYPES))) { in check_firmware()767 memset(&priv->cur_fw, 0, sizeof(priv->cur_fw)); in check_firmware()801 if (priv->cur_fw.type == (BASE | new_fw.type) && in check_firmware()802 priv->cur_fw.std_req == std) { in check_firmware()808 priv->cur_fw.scode_table = 0; in check_firmware()818 if (priv->cur_fw.scode_table == new_fw.scode_table && in check_firmware()819 priv->cur_fw.scode_nr == new_fw.scode_nr) { in check_firmware()873 priv->cur_fw = new_fw; in check_firmware()[all …]
105 struct firmware_properties cur_fw; member532 if ((priv->cur_fw.type & (FM | DTV6 | DTV7 | DTV78 | DTV8)) == 0) { in xc_tune_channel()983 if (priv->cur_fw.type & BASE) { in check_firmware()989 memset(&priv->cur_fw, 0, sizeof(priv->cur_fw)); in check_firmware()1021 if (priv->cur_fw.type == (BASE | new_fw.type) && in check_firmware()1022 priv->cur_fw.std_req == std) { in check_firmware()1028 priv->cur_fw.scode_table = 0; in check_firmware()1037 if (priv->cur_fw.scode_table == new_fw.scode_table && in check_firmware()1038 priv->cur_fw.scode_nr == new_fw.scode_nr) { in check_firmware()1084 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()
2545 wm8994->cur_fw = NULL; in wm8994_set_bias_level()