Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dcore.c367 if (!ar->otp_data || !ar->otp_len) { in ath10k_download_and_run_otp()
369 ar->otp_data, ar->otp_len); in ath10k_download_and_run_otp()
376 ret = ath10k_bmi_fast_download(ar, address, ar->otp_data, ar->otp_len); in ath10k_download_and_run_otp()
456 ar->otp_data = NULL; in ath10k_core_free_firmware_files()
536 ar->otp_data = ar->otp->data; in ath10k_core_fetch_firmware_api_1()
663 ar->otp_data = data; in ath10k_core_fetch_firmware_api_n()
Dcore.h559 const void *otp_data; member