Home
last modified time | relevance | path

Searched refs:normal_mode_fw (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dcore.c662 if (test_bit(i, ar->normal_mode_fw.fw_file.fw_features)) { in ath10k_core_get_fw_features_str()
862 if (!ar->normal_mode_fw.fw_file.otp_data || in ath10k_core_get_board_id_from_otp()
863 !ar->normal_mode_fw.fw_file.otp_len) { in ath10k_core_get_board_id_from_otp()
871 address, ar->normal_mode_fw.fw_file.otp_len); in ath10k_core_get_board_id_from_otp()
874 ar->normal_mode_fw.fw_file.otp_data, in ath10k_core_get_board_id_from_otp()
875 ar->normal_mode_fw.fw_file.otp_len); in ath10k_core_get_board_id_from_otp()
1051 if (!IS_ERR(ar->normal_mode_fw.board)) in ath10k_core_free_board_files()
1052 release_firmware(ar->normal_mode_fw.board); in ath10k_core_free_board_files()
1054 if (!IS_ERR(ar->normal_mode_fw.ext_board)) in ath10k_core_free_board_files()
1055 release_firmware(ar->normal_mode_fw.ext_board); in ath10k_core_free_board_files()
[all …]
Dtestmode.c130 ar->normal_mode_fw.fw_file.wmi_op_version); in ath10k_tm_cmd_get_version()
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()
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()
Ddebug.c60 firmware = ar->normal_mode_fw.fw_file.firmware; in ath10k_debug_print_hwfw_info()
83 board = ar->normal_mode_fw.board; in ath10k_debug_print_board_info()
100 ar->normal_mode_fw.fw_file.wmi_op_version, in ath10k_debug_print_boot_info()
101 ar->normal_mode_fw.fw_file.htt_op_version, in ath10k_debug_print_boot_info()
1727 ar->normal_mode_fw.fw_file.fw_features)) { in ath10k_debug_start()
1745 ar->normal_mode_fw.fw_file.fw_features)) in ath10k_debug_stop()
2181 crc32_le(0, ar->normal_mode_fw.fw_file.firmware->data, in ath10k_debug_fw_checksums_read()
2182 ar->normal_mode_fw.fw_file.firmware->size)); in ath10k_debug_fw_checksums_read()
2185 crc32_le(0, ar->normal_mode_fw.fw_file.firmware_data, in ath10k_debug_fw_checksums_read()
2186 ar->normal_mode_fw.fw_file.firmware_len)); in ath10k_debug_fw_checksums_read()
[all …]
Dqmi.c225 temp = ar->normal_mode_fw.board_data; in ath10k_qmi_bdf_dnld_send_sync()
226 remaining = ar->normal_mode_fw.board_len; in ath10k_qmi_bdf_dnld_send_sync()
233 req->total_size = ar->normal_mode_fw.board_len; in ath10k_qmi_bdf_dnld_send_sync()
Dcore.h997 struct ath10k_fw_components normal_mode_fw; member
Dmac.c4798 &ar->normal_mode_fw); in ath10k_start()
7501 ar->normal_mode_fw.fw_file.fw_features); in ath10k_mac_op_set_bitrate_mask()
8766 if (!test_bit(ATH10K_FW_FEATURE_NO_P2P, ar->normal_mode_fw.fw_file.fw_features)) in ath10k_mac_register()