Searched refs:coex_rfe (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/wireless/realtek/rtw88/
H A Drtw8822b.c1166 struct rtw_coex_rfe *coex_rfe = &coex->rfe; local
1175 if (coex_rfe->ant_switch_diversity &&
1179 polarity_inverse = (coex_rfe->ant_switch_polarity == 1);
1192 if (coex_rfe->rfe_module_type != 0x4 &&
1193 coex_rfe->rfe_module_type != 0x2)
1261 struct rtw_coex_rfe *coex_rfe = &coex->rfe; local
1265 coex_rfe->rfe_module_type = rtwdev->efuse.rfe_option;
1266 coex_rfe->ant_switch_polarity = 0;
1267 coex_rfe->ant_switch_diversity = false;
1268 if (coex_rfe
[all...]
H A Drtw8821c.c879 struct rtw_coex_rfe *coex_rfe = &coex->rfe; local
887 if (coex_rfe->wlg_at_btg) {
890 if (coex_rfe->ant_switch_polarity)
898 if (coex_rfe->ant_switch_diversity &&
902 polarity_inverse = (coex_rfe->ant_switch_polarity == 1);
914 if (coex_rfe->rfe_module_type != 0x4 &&
915 coex_rfe->rfe_module_type != 0x2)
987 struct rtw_coex_rfe *coex_rfe = &coex->rfe; local
990 coex_rfe->rfe_module_type = efuse->rfe_option;
991 coex_rfe
[all...]
H A Drtw8703b.c1789 struct rtw_coex_rfe *coex_rfe = &coex->rfe; local
1791 coex_rfe->rfe_module_type = rtwdev->efuse.rfe_option;
1792 coex_rfe->ant_switch_polarity = 0;
1793 coex_rfe->ant_switch_exist = false;
1794 coex_rfe->ant_switch_with_bt = false;
1795 coex_rfe->ant_switch_diversity = false;
1796 coex_rfe->wlg_at_btg = true;
H A Drtw8723d.c1109 struct rtw_coex_rfe *coex_rfe = &coex->rfe; local
1112 coex_rfe->rfe_module_type = rtwdev->efuse.rfe_option;
1113 coex_rfe->ant_switch_polarity = 0;
1114 coex_rfe->ant_switch_exist = false;
1115 coex_rfe->ant_switch_with_bt = false;
1116 coex_rfe->ant_switch_diversity = false;
1117 coex_rfe->wlg_at_btg = true;
H A Dcoex.c416 struct rtw_coex_rfe *coex_rfe = &coex->rfe; local
421 if (coex_rfe->wlg_at_btg && chip->scbd_support &&
1263 struct rtw_coex_rfe *coex_rfe = &coex->rfe; local
1408 coex_rfe->ant_switch_exist)
1691 struct rtw_coex_rfe *coex_rfe = &coex->rfe; local
1697 if (coex_rfe->ant_switch_with_bt &&
H A Drtw8822c.c3078 struct rtw_coex_rfe *coex_rfe = &coex->rfe; local
3081 coex_rfe->rfe_module_type = rtwdev->efuse.rfe_option;
3082 coex_rfe->ant_switch_polarity = 0;
3083 coex_rfe->ant_switch_exist = false;
3084 coex_rfe->ant_switch_with_bt = false;
3085 coex_rfe->ant_switch_diversity = false;
3088 coex_rfe->wlg_at_btg = true;
3090 coex_rfe->wlg_at_btg = false;

Completed in 297 milliseconds