Home
last modified time | relevance | path

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

/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 …]
Dtuner-xc2028.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 …]
/drivers/net/wireless/realtek/rtw88/
Dmac.c643 const u8 *cur_fw; in start_download_firmware() local
663 cur_fw = data + FW_HDR_SIZE; in start_download_firmware()
666 ret = download_firmware_to_mem(rtwdev, cur_fw, 0, addr, dmem_size); in start_download_firmware()
670 cur_fw = data + FW_HDR_SIZE + dmem_size; in start_download_firmware()
673 ret = download_firmware_to_mem(rtwdev, cur_fw, 0, addr, imem_size); in start_download_firmware()
678 cur_fw = data + FW_HDR_SIZE + dmem_size + imem_size; in start_download_firmware()
681 ret = download_firmware_to_mem(rtwdev, cur_fw, 0, addr, in start_download_firmware()