Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/ath/ath10k/
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()
2090 ret = ath10k_download_cal_file(ar, ar->pre_cal_file); in ath10k_core_pre_cal_download()
Dcore.h1080 const struct firmware *pre_cal_file; member