Searched refs:target_info (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/ath10k/
H A Dbmi.c56 struct bmi_target_info *target_info) ath10k_bmi_get_target_info()
85 target_info->version = __le32_to_cpu(resp.get_target_info.version); ath10k_bmi_get_target_info()
86 target_info->type = __le32_to_cpu(resp.get_target_info.type); ath10k_bmi_get_target_info()
55 ath10k_bmi_get_target_info(struct ath10k *ar, struct bmi_target_info *target_info) ath10k_bmi_get_target_info() argument
H A Dbmi.h189 struct bmi_target_info *target_info);
H A Dcore.c1196 struct bmi_target_info target_info; ath10k_core_probe_fw() local
1205 memset(&target_info, 0, sizeof(target_info)); ath10k_core_probe_fw()
1206 ret = ath10k_bmi_get_target_info(ar, &target_info); ath10k_core_probe_fw()
1212 ar->target_version = target_info.version; ath10k_core_probe_fw()
1213 ar->hw->wiphy->hw_version = target_info.version; ath10k_core_probe_fw()

Completed in 93 milliseconds