Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/tuners/
Dxc4000.c97 struct firmware_properties cur_fw; member
523 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 …]
Dtuner-xc2028.c118 struct firmware_properties cur_fw; member
287 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 …]
/Linux-v4.19/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.c2550 wm8994->cur_fw = NULL; in wm8994_set_bias_level()