Searched refs:cur_arfr_type (Results 1 - 6 of 6) sorted by path

/linux-master/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtc8192e2ant.h112 u8 cur_arfr_type; member in struct:coex_dm_8192e_2ant
H A Dhalbtc8723b1ant.h113 u8 cur_arfr_type; member in struct:coex_dm_8723b_1ant
H A Dhalbtc8821a1ant.h109 u8 cur_arfr_type; member in struct:coex_dm_8821a_1ant
H A Dhalbtc8192e2ant.c257 coex_dm->cur_arfr_type = type;
259 if (force_exec || (coex_dm->pre_arfr_type != coex_dm->cur_arfr_type)) {
260 switch (coex_dm->cur_arfr_type) {
288 coex_dm->pre_arfr_type = coex_dm->cur_arfr_type;
H A Dhalbtc8723b1ant.c59 coex_dm->cur_arfr_type = type;
61 if (force_exec || (coex_dm->pre_arfr_type != coex_dm->cur_arfr_type)) {
62 switch (coex_dm->cur_arfr_type) {
90 coex_dm->pre_arfr_type = coex_dm->cur_arfr_type;
H A Dhalbtc8821a1ant.c240 coex_dm->cur_arfr_type = type;
243 (coex_dm->pre_arfr_type != coex_dm->cur_arfr_type)) {
244 switch (coex_dm->cur_arfr_type) {
272 coex_dm->pre_arfr_type = coex_dm->cur_arfr_type;

Completed in 272 milliseconds