Searched refs:cur_fw (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/media/tuners/ |
D | xc4000.c | 88 struct firmware_properties cur_fw; member 512 if ((priv->cur_fw.type & (FM | DTV6 | DTV7 | DTV78 | DTV8)) == 0) { in xc_tune_channel() 960 if (priv->cur_fw.type & BASE) { in check_firmware() 966 memset(&priv->cur_fw, 0, sizeof(priv->cur_fw)); in check_firmware() 998 if (priv->cur_fw.type == (BASE | new_fw.type) && in check_firmware() 999 priv->cur_fw.std_req == std) { in check_firmware() 1005 priv->cur_fw.scode_table = 0; in check_firmware() 1014 if (priv->cur_fw.scode_table == new_fw.scode_table && in check_firmware() 1015 priv->cur_fw.scode_nr == new_fw.scode_nr) { in check_firmware() 1062 priv->cur_fw = new_fw; in check_firmware() [all …]
|
D | xc2028.c | 118 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-6.12.1/drivers/net/wireless/realtek/rtw88/ |
D | mac.c | 698 const u8 *cur_fw; in start_download_firmware() local 718 cur_fw = data + FW_HDR_SIZE; in start_download_firmware() 721 ret = download_firmware_to_mem(rtwdev, cur_fw, 0, addr, dmem_size); in start_download_firmware() 725 cur_fw = data + FW_HDR_SIZE + dmem_size; in start_download_firmware() 728 ret = download_firmware_to_mem(rtwdev, cur_fw, 0, addr, imem_size); in start_download_firmware() 733 cur_fw = data + FW_HDR_SIZE + dmem_size + imem_size; in start_download_firmware() 736 ret = download_firmware_to_mem(rtwdev, cur_fw, 0, addr, in start_download_firmware()
|
/linux-6.12.1/sound/soc/codecs/ |
D | wm8994.h | 167 const struct firmware *cur_fw; member
|
D | wm8958-dsp2.c | 53 if (wm8994->cur_fw == fw) in wm8958_dsp2_fw() 170 wm8994->cur_fw = fw; in wm8958_dsp2_fw()
|
D | wm8994.c | 2690 wm8994->cur_fw = NULL; in wm8994_set_bias_level()
|