Searched refs:utf_mode_fw (Results 1 – 2 of 2) sorted by relevance
175 struct ath10k_fw_components *utf_mode_fw; in ath10k_tm_fetch_firmware() local194 &ar->testmode.utf_mode_fw.fw_file); in ath10k_tm_fetch_firmware()200 ret = ath10k_tm_fetch_utf_firmware_api_1(ar, &ar->testmode.utf_mode_fw.fw_file); in ath10k_tm_fetch_firmware()209 utf_mode_fw = &ar->testmode.utf_mode_fw; in ath10k_tm_fetch_firmware()214 utf_mode_fw->board_data = ar->normal_mode_fw.board_data; in ath10k_tm_fetch_firmware()215 utf_mode_fw->board_len = ar->normal_mode_fw.board_len; in ath10k_tm_fetch_firmware()217 if (!utf_mode_fw->fw_file.otp_data) { in ath10k_tm_fetch_firmware()219 utf_mode_fw->fw_file.otp_data = ar->normal_mode_fw.fw_file.otp_data; in ath10k_tm_fetch_firmware()220 utf_mode_fw->fw_file.otp_len = ar->normal_mode_fw.fw_file.otp_len; in ath10k_tm_fetch_firmware()246 if (WARN_ON(ar->testmode.utf_mode_fw.fw_file.firmware != NULL)) { in ath10k_tm_cmd_utf_start()[all …]
1249 struct ath10k_fw_components utf_mode_fw; member