Home
last modified time | relevance | path

Searched refs:normal_mode_fw (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dcore.c781 if (test_bit(i, ar->normal_mode_fw.fw_file.fw_features)) { in ath10k_core_get_fw_features_str()
995 if (!ar->normal_mode_fw.fw_file.otp_data || in ath10k_core_get_board_id_from_otp()
996 !ar->normal_mode_fw.fw_file.otp_len) { in ath10k_core_get_board_id_from_otp()
1011 address, ar->normal_mode_fw.fw_file.otp_len); in ath10k_core_get_board_id_from_otp()
1014 ar->normal_mode_fw.fw_file.otp_data, in ath10k_core_get_board_id_from_otp()
1015 ar->normal_mode_fw.fw_file.otp_len); in ath10k_core_get_board_id_from_otp()
1202 if (!IS_ERR(ar->normal_mode_fw.board)) in ath10k_core_free_board_files()
1203 release_firmware(ar->normal_mode_fw.board); in ath10k_core_free_board_files()
1205 if (!IS_ERR(ar->normal_mode_fw.ext_board)) in ath10k_core_free_board_files()
1206 release_firmware(ar->normal_mode_fw in ath10k_core_free_board_files()
[all...]
H A Dtestmode.c130 ar->normal_mode_fw.fw_file.wmi_op_version); in ath10k_tm_cmd_get_version()
212 * it's still "owned" by normal_mode_fw so we shouldn't free it. 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()
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()
H A Ddebug.c61 firmware = ar->normal_mode_fw.fw_file.firmware; in ath10k_debug_print_hwfw_info()
84 board = ar->normal_mode_fw.board; in ath10k_debug_print_board_info()
101 ar->normal_mode_fw.fw_file.wmi_op_version, in ath10k_debug_print_boot_info()
102 ar->normal_mode_fw.fw_file.htt_op_version, in ath10k_debug_print_boot_info()
1730 ar->normal_mode_fw.fw_file.fw_features)) { in ath10k_debug_start()
1748 ar->normal_mode_fw.fw_file.fw_features)) in ath10k_debug_stop()
2187 crc32_le(0, ar->normal_mode_fw.fw_file.firmware->data, in ath10k_debug_fw_checksums_read()
2188 ar->normal_mode_fw.fw_file.firmware->size)); in ath10k_debug_fw_checksums_read()
2191 crc32_le(0, ar->normal_mode_fw.fw_file.firmware_data, in ath10k_debug_fw_checksums_read()
2192 ar->normal_mode_fw in ath10k_debug_fw_checksums_read()
[all...]
H A Dqmi.c251 temp = ar->normal_mode_fw.board_data; in ath10k_qmi_bdf_dnld_send_sync()
252 remaining = ar->normal_mode_fw.board_len; in ath10k_qmi_bdf_dnld_send_sync()
259 req->total_size = ar->normal_mode_fw.board_len; in ath10k_qmi_bdf_dnld_send_sync()
H A Dcore.h1076 struct ath10k_fw_components normal_mode_fw; member
H A Dmac.c5202 &ar->normal_mode_fw); in ath10k_start()
8429 ar->normal_mode_fw.fw_file.fw_features); in ath10k_mac_op_set_bitrate_mask()
10012 if (!test_bit(ATH10K_FW_FEATURE_NO_P2P, ar->normal_mode_fw.fw_file.fw_features)) in ath10k_mac_register()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dcore.c696 if (test_bit(i, ar->normal_mode_fw.fw_file.fw_features)) { in ath10k_core_get_fw_features_str()
910 if (!ar->normal_mode_fw.fw_file.otp_data || in ath10k_core_get_board_id_from_otp()
911 !ar->normal_mode_fw.fw_file.otp_len) { in ath10k_core_get_board_id_from_otp()
926 address, ar->normal_mode_fw.fw_file.otp_len); in ath10k_core_get_board_id_from_otp()
929 ar->normal_mode_fw.fw_file.otp_data, in ath10k_core_get_board_id_from_otp()
930 ar->normal_mode_fw.fw_file.otp_len); in ath10k_core_get_board_id_from_otp()
1116 if (!IS_ERR(ar->normal_mode_fw.board)) in ath10k_core_free_board_files()
1117 release_firmware(ar->normal_mode_fw.board); in ath10k_core_free_board_files()
1119 if (!IS_ERR(ar->normal_mode_fw.ext_board)) in ath10k_core_free_board_files()
1120 release_firmware(ar->normal_mode_fw in ath10k_core_free_board_files()
[all...]
H A Dtestmode.c130 ar->normal_mode_fw.fw_file.wmi_op_version); in ath10k_tm_cmd_get_version()
212 * it's still "owned" by normal_mode_fw so we shouldn't free it. 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()
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()
H A 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()
1729 ar->normal_mode_fw.fw_file.fw_features)) { in ath10k_debug_start()
1747 ar->normal_mode_fw.fw_file.fw_features)) in ath10k_debug_stop()
2186 crc32_le(0, ar->normal_mode_fw.fw_file.firmware->data, in ath10k_debug_fw_checksums_read()
2187 ar->normal_mode_fw.fw_file.firmware->size)); in ath10k_debug_fw_checksums_read()
2190 crc32_le(0, ar->normal_mode_fw.fw_file.firmware_data, in ath10k_debug_fw_checksums_read()
2191 ar->normal_mode_fw in ath10k_debug_fw_checksums_read()
[all...]
H A Dqmi.c246 temp = ar->normal_mode_fw.board_data; in ath10k_qmi_bdf_dnld_send_sync()
247 remaining = ar->normal_mode_fw.board_len; in ath10k_qmi_bdf_dnld_send_sync()
254 req->total_size = ar->normal_mode_fw.board_len; in ath10k_qmi_bdf_dnld_send_sync()
H A Dcore.h1060 struct ath10k_fw_components normal_mode_fw; member
H A Dmac.c5011 &ar->normal_mode_fw); in ath10k_start()
8268 ar->normal_mode_fw.fw_file.fw_features); in ath10k_mac_op_set_bitrate_mask()
9847 if (!test_bit(ATH10K_FW_FEATURE_NO_P2P, ar->normal_mode_fw.fw_file.fw_features)) in ath10k_mac_register()

Completed in 39 milliseconds