Searched refs:utf_mode_fw (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/net/wireless/ath/ath10k/
H A Dcore.h1255 struct ath10k_fw_components utf_mode_fw; member in struct:ath10k::__anon969
H A Dtestmode.c175 struct ath10k_fw_components *utf_mode_fw; local
194 &ar->testmode.utf_mode_fw.fw_file);
200 ret = ath10k_tm_fetch_utf_firmware_api_1(ar, &ar->testmode.utf_mode_fw.fw_file);
209 utf_mode_fw = &ar->testmode.utf_mode_fw;
214 utf_mode_fw->board_data = ar->normal_mode_fw.board_data;
215 utf_mode_fw->board_len = ar->normal_mode_fw.board_len;
217 if (!utf_mode_fw->fw_file.otp_data) {
219 utf_mode_fw->fw_file.otp_data = ar->normal_mode_fw.fw_file.otp_data;
220 utf_mode_fw
[all...]

Completed in 316 milliseconds