Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.c1229 if (!IS_ERR(ar->pre_cal_file)) in ath10k_core_free_firmware_files()
1230 release_firmware(ar->pre_cal_file); in ath10k_core_free_firmware_files()
1242 ar->pre_cal_file = NULL; in ath10k_core_free_firmware_files()
1253 ar->pre_cal_file = ath10k_fetch_fw_file(ar, ATH10K_FW_DIR, filename); in ath10k_fetch_cal_file()
1254 if (!IS_ERR(ar->pre_cal_file)) in ath10k_fetch_cal_file()
2237 ret = ath10k_download_cal_file(ar, ar->pre_cal_file); in ath10k_core_pre_cal_download()
H A Dcore.h1084 const struct firmware *pre_cal_file; member