Searched refs:normal_mode_fw (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ath/ath10k/ |
D | core.c | 592 if (test_bit(i, ar->normal_mode_fw.fw_file.fw_features)) { in ath10k_core_get_fw_features_str() 916 if (!ar->normal_mode_fw.fw_file.otp_data || in ath10k_core_get_board_id_from_otp() 917 !ar->normal_mode_fw.fw_file.otp_len) { in ath10k_core_get_board_id_from_otp() 925 address, ar->normal_mode_fw.fw_file.otp_len); in ath10k_core_get_board_id_from_otp() 928 ar->normal_mode_fw.fw_file.otp_data, in ath10k_core_get_board_id_from_otp() 929 ar->normal_mode_fw.fw_file.otp_len); in ath10k_core_get_board_id_from_otp() 1150 if (!IS_ERR(ar->normal_mode_fw.board)) in ath10k_core_free_board_files() 1151 release_firmware(ar->normal_mode_fw.board); in ath10k_core_free_board_files() 1153 ar->normal_mode_fw.board = NULL; in ath10k_core_free_board_files() 1154 ar->normal_mode_fw.board_data = NULL; in ath10k_core_free_board_files() [all …]
|
D | testmode.c | 141 ar->normal_mode_fw.fw_file.wmi_op_version); in ath10k_tm_cmd_get_version() 210 utf_mode_fw->board_data = ar->normal_mode_fw.board_data; in ath10k_tm_fetch_firmware() 211 utf_mode_fw->board_len = ar->normal_mode_fw.board_len; in ath10k_tm_fetch_firmware() 215 utf_mode_fw->fw_file.otp_data = ar->normal_mode_fw.fw_file.otp_data; in ath10k_tm_fetch_firmware() 216 utf_mode_fw->fw_file.otp_len = ar->normal_mode_fw.fw_file.otp_len; in ath10k_tm_fetch_firmware()
|
D | debug.c | 71 firmware = ar->normal_mode_fw.fw_file.firmware; in ath10k_debug_print_hwfw_info() 94 board = ar->normal_mode_fw.board; in ath10k_debug_print_board_info() 111 ar->normal_mode_fw.fw_file.wmi_op_version, in ath10k_debug_print_boot_info() 112 ar->normal_mode_fw.fw_file.htt_op_version, in ath10k_debug_print_boot_info() 1732 ar->normal_mode_fw.fw_file.fw_features)) { in ath10k_debug_start() 1750 ar->normal_mode_fw.fw_file.fw_features)) in ath10k_debug_stop() 2131 crc32_le(0, ar->normal_mode_fw.fw_file.firmware->data, in ath10k_debug_fw_checksums_read() 2132 ar->normal_mode_fw.fw_file.firmware->size)); in ath10k_debug_fw_checksums_read() 2135 crc32_le(0, ar->normal_mode_fw.fw_file.firmware_data, in ath10k_debug_fw_checksums_read() 2136 ar->normal_mode_fw.fw_file.firmware_len)); in ath10k_debug_fw_checksums_read() [all …]
|
D | core.h | 932 struct ath10k_fw_components normal_mode_fw; member
|
D | mac.c | 4664 &ar->normal_mode_fw); in ath10k_start() 8372 if (!test_bit(ATH10K_FW_FEATURE_NO_P2P, ar->normal_mode_fw.fw_file.fw_features)) in ath10k_mac_register()
|