Home
last modified time | relevance | path

Searched refs:rf4ce_enabled (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/btc/
H A Dhalbtc8822b1ant.c561 boolean wifi_busy = false, under_4way = false, bt_hs_on = false, rf4ce_enabled = false; in halbtc8822b1ant_is_wifi_status_changed() local
587 btcoexist->btc_get(btcoexist, BTC_GET_BL_RF4CE_CONNECTED, &rf4ce_enabled); in halbtc8822b1ant_is_wifi_status_changed()
589 if (rf4ce_enabled != pre_rf4ce_enabled) { in halbtc8822b1ant_is_wifi_status_changed()
590 pre_rf4ce_enabled = rf4ce_enabled; in halbtc8822b1ant_is_wifi_status_changed()
592 if (rf4ce_enabled) in halbtc8822b1ant_is_wifi_status_changed()
2640 boolean wifi_under_5g = false, rf4ce_enabled = false; in halbtc8822b1ant_action_wifi_only() local
2652 if (rf4ce_enabled) { in halbtc8822b1ant_action_wifi_only()
2801 bt_busy = false, rf4ce_enabled = false; in halbtc8822b1ant_action_bt_inquiry() local
2874 if (rf4ce_enabled) { in halbtc8822b1ant_action_bt_inquiry()
3120 boolean wifi_under_5g = false, rf4ce_enabled = false; in halbtc8822b1ant_action_wifi_not_connected() local
[all …]
H A Dhalbtc8822b1ant.h294 boolean rf4ce_enabled; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/btc/
H A Dhalbtc8822b1ant.c717 boolean wifi_busy = FALSE, under_4way = FALSE, rf4ce_enabled = FALSE; in halbtc8822b1ant_moniter_wifibt_status() local
790 btc->btc_get(btc, BTC_GET_BL_RF4CE_CONNECTED, &rf4ce_enabled); in halbtc8822b1ant_moniter_wifibt_status()
792 if (rf4ce_enabled != pre_rf4ce_enabled) { in halbtc8822b1ant_moniter_wifibt_status()
793 pre_rf4ce_enabled = rf4ce_enabled; in halbtc8822b1ant_moniter_wifibt_status()
795 if (rf4ce_enabled) in halbtc8822b1ant_moniter_wifibt_status()
3275 boolean rf4ce_enabled = FALSE, wifi_connected = FALSE; in halbtc8822b1ant_action_wifi_only() local
3282 btc->btc_get(btc, BTC_GET_BL_RF4CE_CONNECTED, &rf4ce_enabled); in halbtc8822b1ant_action_wifi_only()
3285 if ((rf4ce_enabled) && (wifi_connected)) { in halbtc8822b1ant_action_wifi_only()
3357 boolean rf4ce_enabled = FALSE; in halbtc8822b1ant_action_wifi_connected() local
3359 btc->btc_get(btc, BTC_GET_BL_RF4CE_CONNECTED, &rf4ce_enabled); in halbtc8822b1ant_action_wifi_connected()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/btc/
H A Dhalbtc8822b1ant.c588 boolean wifi_busy = FALSE, under_4way = FALSE, bt_hs_on = FALSE, rf4ce_enabled = FALSE; in halbtc8822b1ant_is_wifi_status_changed() local
614 btcoexist->btc_get(btcoexist, BTC_GET_BL_RF4CE_CONNECTED, &rf4ce_enabled); in halbtc8822b1ant_is_wifi_status_changed()
616 if (rf4ce_enabled != pre_rf4ce_enabled) { in halbtc8822b1ant_is_wifi_status_changed()
617 pre_rf4ce_enabled = rf4ce_enabled; in halbtc8822b1ant_is_wifi_status_changed()
619 if (rf4ce_enabled) in halbtc8822b1ant_is_wifi_status_changed()
3295 boolean wifi_under_5g = FALSE, rf4ce_enabled = FALSE, in halbtc8822b1ant_action_wifi_only() local
3303 btcoexist->btc_get(btcoexist, BTC_GET_BL_RF4CE_CONNECTED, &rf4ce_enabled); in halbtc8822b1ant_action_wifi_only()
3312 } else if ((rf4ce_enabled) && (wifi_connected)) { in halbtc8822b1ant_action_wifi_only()
3566 boolean wifi_busy = FALSE, rf4ce_enabled = FALSE; in halbtc8822b1ant_action_wifi_connected() local
3574 btcoexist->btc_get(btcoexist, BTC_GET_BL_RF4CE_CONNECTED, &rf4ce_enabled); in halbtc8822b1ant_action_wifi_connected()
[all …]