Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/tuners/
Dxc4000.c88 struct firmware_properties cur_fw; member
514 if ((priv->cur_fw.type & (FM | DTV6 | DTV7 | DTV78 | DTV8)) == 0) { in xc_tune_channel()
962 if (priv->cur_fw.type & BASE) { in check_firmware()
968 memset(&priv->cur_fw, 0, sizeof(priv->cur_fw)); in check_firmware()
1000 if (priv->cur_fw.type == (BASE | new_fw.type) && in check_firmware()
1001 priv->cur_fw.std_req == std) { in check_firmware()
1007 priv->cur_fw.scode_table = 0; in check_firmware()
1016 if (priv->cur_fw.scode_table == new_fw.scode_table && in check_firmware()
1017 priv->cur_fw.scode_nr == new_fw.scode_nr) { in check_firmware()
1064 priv->cur_fw = new_fw; in check_firmware()
[all …]
Dxc2028.c118 struct firmware_properties cur_fw; member
287 memset(&priv->cur_fw, 0, sizeof(priv->cur_fw)); in free_firmware()
763 (priv->cur_fw.type & BASE_TYPES))) { in check_firmware()
769 memset(&priv->cur_fw, 0, sizeof(priv->cur_fw)); in check_firmware()
803 if (priv->cur_fw.type == (BASE | new_fw.type) && in check_firmware()
804 priv->cur_fw.std_req == std) { in check_firmware()
810 priv->cur_fw.scode_table = 0; in check_firmware()
820 if (priv->cur_fw.scode_table == new_fw.scode_table && in check_firmware()
821 priv->cur_fw.scode_nr == new_fw.scode_nr) { in check_firmware()
872 priv->cur_fw = new_fw; in check_firmware()
[all …]
/linux-5.19.10/drivers/net/wireless/realtek/rtw88/
Dmac.c641 const u8 *cur_fw; in start_download_firmware() local
661 cur_fw = data + FW_HDR_SIZE; in start_download_firmware()
664 ret = download_firmware_to_mem(rtwdev, cur_fw, 0, addr, dmem_size); in start_download_firmware()
668 cur_fw = data + FW_HDR_SIZE + dmem_size; in start_download_firmware()
671 ret = download_firmware_to_mem(rtwdev, cur_fw, 0, addr, imem_size); in start_download_firmware()
676 cur_fw = data + FW_HDR_SIZE + dmem_size + imem_size; in start_download_firmware()
679 ret = download_firmware_to_mem(rtwdev, cur_fw, 0, addr, in start_download_firmware()
/linux-5.19.10/sound/soc/codecs/
Dwm8994.h167 const struct firmware *cur_fw; member
Dwm8958-dsp2.c53 if (wm8994->cur_fw == fw) in wm8958_dsp2_fw()
170 wm8994->cur_fw = fw; in wm8958_dsp2_fw()
Dwm8994.c2690 wm8994->cur_fw = NULL; in wm8994_set_bias_level()