Searched refs:roam (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
H A D | halbtc8821a1ant.c | 1734 bool scan = false, link = false, roam = false; in btc8821a1ant_action_wifi_connected() local 1752 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_ROAM, &roam); in btc8821a1ant_action_wifi_connected() 1753 if (scan || link || roam) { in btc8821a1ant_action_wifi_connected() 1992 bool scan = false, link = false, roam = false; in btc8821a1ant_run_coexist_mechanism() local 1999 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_ROAM, &roam); in btc8821a1ant_run_coexist_mechanism() 2001 if (scan || link || roam) { in btc8821a1ant_run_coexist_mechanism() 2108 bool roam = false, scan = false, link = false, wifi_under_5g = false; in ex_btc8821a1ant_display_coex_info() local 2167 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_ROAM, &roam); in ex_btc8821a1ant_display_coex_info() 2169 link, roam, scan); in ex_btc8821a1ant_display_coex_info()
|
H A D | halbtc8723b2ant.c | 1571 bool scan = false, link = false, roam = false; in btc8723b2ant_action_bt_inquiry() local 1580 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_ROAM, &roam); in btc8723b2ant_action_bt_inquiry() 1587 } else if (scan || link || roam) { in btc8723b2ant_action_bt_inquiry() 2746 bool scan = false, link = false, roam = false; in btc8723b2ant_tdma_duration_adjust() local 2753 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_ROAM, &roam); in btc8723b2ant_tdma_duration_adjust() 2755 if (!scan && !link && !roam) in btc8723b2ant_tdma_duration_adjust() 3353 bool scan = false, link = false, roam = false; in btc8723b2ant_run_coexist_mechanism() local 3381 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_ROAM, &roam); in btc8723b2ant_run_coexist_mechanism() 3383 if (scan || link || roam) { in btc8723b2ant_run_coexist_mechanism() 3647 bool roam = false, scan = false; in ex_btc8723b2ant_display_coex_info() local [all …]
|
H A D | halbtc8821a2ant.c | 1453 bool scan = false, link = false, roam = false; in btc8821a2ant_action_bt_inquiry() local 1468 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_ROAM, &roam); in btc8821a2ant_action_bt_inquiry() 1472 if (scan || link || roam) { in btc8821a2ant_action_bt_inquiry() 2573 bool scan = false, link = false, roam = false; in btc8821a2ant_tdma_duration_adjust() local 2581 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_ROAM, &roam); in btc8821a2ant_tdma_duration_adjust() 2583 if (!scan && !link && !roam) { in btc8821a2ant_tdma_duration_adjust() 3374 bool scan = false, link = false, roam = false; in btc8821a2ant_run_coexist_mechanism() local 3408 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_ROAM, &roam); in btc8821a2ant_run_coexist_mechanism() 3410 if (scan || link || roam) { in btc8821a2ant_run_coexist_mechanism() 3630 bool roam = false, scan = false, link = false, wifi_under_5g = false; in ex_btc8821a2ant_display_coex_info() local [all …]
|
H A D | halbtc8192e2ant.c | 1743 bool scan = false, link = false, roam = false; in btc8192e2ant_tdma_duration_adjust() local 1753 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_ROAM, &roam); in btc8192e2ant_tdma_duration_adjust() 1755 if (!scan && !link && !roam) in btc8192e2ant_tdma_duration_adjust() 2675 bool roam = false, scan = false, link = false, wifi_under_5g = false; in ex_btc8192e2ant_display_coex_info() local 2721 btcoexist->btc_get(btcoexist, BTC_GET_BL_WIFI_ROAM, &roam); in ex_btc8192e2ant_display_coex_info() 2723 "Wifi link/ roam/ scan", link, roam, scan); in ex_btc8192e2ant_display_coex_info()
|