Home
last modified time | relevance | path

Searched refs:pre_cal_file (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dcore.c1139 if (!IS_ERR(ar->pre_cal_file)) in ath10k_core_free_firmware_files()
1140 release_firmware(ar->pre_cal_file); in ath10k_core_free_firmware_files()
1152 ar->pre_cal_file = NULL; in ath10k_core_free_firmware_files()
1163 ar->pre_cal_file = ath10k_fetch_fw_file(ar, ATH10K_FW_DIR, filename); in ath10k_fetch_cal_file()
1164 if (!IS_ERR(ar->pre_cal_file)) in ath10k_fetch_cal_file()
2069 ret = ath10k_download_cal_file(ar, ar->pre_cal_file); in ath10k_core_pre_cal_download()
H A Dcore.h1067 const struct firmware *pre_cal_file; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dcore.c1225 if (!IS_ERR(ar->pre_cal_file)) in ath10k_core_free_firmware_files()
1226 release_firmware(ar->pre_cal_file); in ath10k_core_free_firmware_files()
1238 ar->pre_cal_file = NULL; in ath10k_core_free_firmware_files()
1249 ar->pre_cal_file = ath10k_fetch_fw_file(ar, ATH10K_FW_DIR, filename); in ath10k_fetch_cal_file()
1250 if (!IS_ERR(ar->pre_cal_file)) in ath10k_fetch_cal_file()
2233 ret = ath10k_download_cal_file(ar, ar->pre_cal_file); in ath10k_core_pre_cal_download()
H A Dcore.h1083 const struct firmware *pre_cal_file; member

Completed in 13 milliseconds