Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/tuners/
Dtuner-xc2028.c121 struct firmware_properties cur_fw; member
296 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 …]
Dxc4000.c105 struct firmware_properties cur_fw; member
532 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 …]
/linux-4.1.27/sound/soc/codecs/
Dwm8994.h162 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.c2545 wm8994->cur_fw = NULL; in wm8994_set_bias_level()