Home
last modified time | relevance | path

Searched refs:pre_cal_file (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/net/wireless/ath/ath10k/
Dcore.c1190 if (!IS_ERR(ar->pre_cal_file)) in ath10k_core_free_firmware_files()
1191 release_firmware(ar->pre_cal_file); in ath10k_core_free_firmware_files()
1203 ar->pre_cal_file = NULL; in ath10k_core_free_firmware_files()
1214 ar->pre_cal_file = ath10k_fetch_fw_file(ar, ATH10K_FW_DIR, filename); in ath10k_fetch_cal_file()
1215 if (!IS_ERR(ar->pre_cal_file)) in ath10k_fetch_cal_file()
2198 ret = ath10k_download_cal_file(ar, ar->pre_cal_file); in ath10k_core_pre_cal_download()
Dcore.h1083 const struct firmware *pre_cal_file; member