Lines Matching refs:otp
49 .otp = QCA988X_HW_2_0_OTP_FILE,
305 if (ar->otp && !IS_ERR(ar->otp)) in ath10k_core_free_firmware_files()
306 release_firmware(ar->otp); in ath10k_core_free_firmware_files()
315 ar->otp = NULL; in ath10k_core_free_firmware_files()
363 if (ar->hw_params.fw.otp == NULL) in ath10k_core_fetch_firmware_api_1()
366 ar->otp = ath10k_fetch_fw_file(ar, in ath10k_core_fetch_firmware_api_1()
368 ar->hw_params.fw.otp); in ath10k_core_fetch_firmware_api_1()
369 if (IS_ERR(ar->otp)) { in ath10k_core_fetch_firmware_api_1()
370 ret = PTR_ERR(ar->otp); in ath10k_core_fetch_firmware_api_1()
375 ar->otp_data = ar->otp->data; in ath10k_core_fetch_firmware_api_1()
376 ar->otp_len = ar->otp->size; in ath10k_core_fetch_firmware_api_1()