Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dcore.c519 if (!ar->otp_data || !ar->otp_len) { in ath10k_core_get_board_id_from_otp()
527 address, ar->otp_len); in ath10k_core_get_board_id_from_otp()
529 ret = ath10k_bmi_fast_download(ar, address, ar->otp_data, ar->otp_len); in ath10k_core_get_board_id_from_otp()
575 if (!ar->otp_data || !ar->otp_len) { in ath10k_download_and_run_otp()
577 ar->otp_data, ar->otp_len); in ath10k_download_and_run_otp()
582 address, ar->otp_len); in ath10k_download_and_run_otp()
584 ret = ath10k_bmi_fast_download(ar, address, ar->otp_data, ar->otp_len); in ath10k_download_and_run_otp()
679 ar->otp_len = 0; in ath10k_core_free_firmware_files()
990 ar->otp_len = ar->otp->size; in ath10k_core_fetch_firmware_api_1()
1117 ar->otp_len = ie_len; in ath10k_core_fetch_firmware_api_n()
Dcore.h681 size_t otp_len; member