Home
last modified time | relevance | path

Searched refs:div_ant_conf (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/net/wireless/ath/ath9k/
Dantenna.c262 struct ath_hw_antcomb_conf *div_ant_conf, in ath_select_ant_div_from_quick_scan() argument
270 div_ant_conf->main_lna_conf = antcomb->main_conf; in ath_select_ant_div_from_quick_scan()
271 div_ant_conf->alt_lna_conf = antcomb->first_quick_scan_conf; in ath_select_ant_div_from_quick_scan()
275 div_ant_conf->main_lna_conf = antcomb->main_conf; in ath_select_ant_div_from_quick_scan()
276 div_ant_conf->alt_lna_conf = antcomb->second_quick_scan_conf; in ath_select_ant_div_from_quick_scan()
335 div_ant_conf->lna1_lna2_switch_delta) in ath_select_ant_div_from_quick_scan()
336 div_ant_conf->main_lna_conf = ATH_ANT_DIV_COMB_LNA2; in ath_select_ant_div_from_quick_scan()
338 div_ant_conf->main_lna_conf = ATH_ANT_DIV_COMB_LNA1; in ath_select_ant_div_from_quick_scan()
369 ath_ant_set_alt_ratio(antcomb, div_ant_conf); in ath_select_ant_div_from_quick_scan()
662 static bool ath_ant_try_switch(struct ath_hw_antcomb_conf *div_ant_conf, in ath_ant_try_switch() argument
[all …]
Ddebug.h276 struct ath_hw_antcomb_conf *div_ant_conf,
306 struct ath_hw_antcomb_conf *div_ant_conf, in ath9k_debug_stat_ant() argument
Ddebug.c286 struct ath_hw_antcomb_conf *div_ant_conf, in ath9k_debug_stat_ant() argument
292 as_main->lna_attempt_cnt[div_ant_conf->main_lna_conf]++; in ath9k_debug_stat_ant()
293 as_alt->lna_attempt_cnt[div_ant_conf->alt_lna_conf]++; in ath9k_debug_stat_ant()
308 struct ath_hw_antcomb_conf div_ant_conf; in read_file_antenna_diversity() local
328 ath9k_hw_antdiv_comb_conf_get(ah, &div_ant_conf); in read_file_antenna_diversity()
330 lna_conf_str[div_ant_conf.main_lna_conf]); in read_file_antenna_diversity()
332 lna_conf_str[div_ant_conf.alt_lna_conf]); in read_file_antenna_diversity()