Home
last modified time | relevance | path

Searched refs:otp_len (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()
374 address, 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()
457 ar->otp_len = 0; in ath10k_core_free_firmware_files()
537 ar->otp_len = ar->otp->size; in ath10k_core_fetch_firmware_api_1()
664 ar->otp_len = ie_len; in ath10k_core_fetch_firmware_api_n()
Dcore.h560 size_t otp_len; member