Searched refs:under_lps (Results 1 – 16 of 16) sorted by relevance
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
D | halbtc8192e2ant.h | 147 bool under_lps; member
|
D | halbtc8821a1ant.h | 149 bool under_lps; member
|
D | halbtc8821a2ant.h | 138 bool under_lps; member
|
D | halbtc8723b2ant.h | 145 bool under_lps; member
|
D | halbtc8723b1ant.h | 155 bool under_lps; member
|
D | halbtcoutsrc.c | 862 bool bt_hs_on = false, under_ips = false, under_lps = false; in halbtc_display_wifi_status() local 919 under_lps = rtlpriv->psc.dot11_psmode == EACTIVE ? 0 : 1; in halbtc_display_wifi_status() 925 (under_lps ? ", LPS ON" : ""), in halbtc_display_wifi_status()
|
D | halbtc8821a1ant.c | 2254 ((coex_sta->under_lps ? "LPS ON" : "LPS OFF")), in ex_btc8821a1ant_display_coex_info() 2415 coex_sta->under_lps = true; in ex_btc8821a1ant_lps_notify() 2419 coex_sta->under_lps = false; in ex_btc8821a1ant_lps_notify() 2938 coex_sta->under_lps = false; in ex_btc8821a1ant_pnp_notify()
|
D | halbtc8723b1ant.c | 2605 ((coex_sta->under_lps ? "LPS ON" : "LPS OFF")), in ex_btc8723b1ant_display_coex_info() 2781 coex_sta->under_lps = true; in ex_btc8723b1ant_lps_notify() 2785 coex_sta->under_lps = false; in ex_btc8723b1ant_lps_notify() 3430 coex_sta->under_lps = false; in ex_btc8723b1ant_pnp_notify()
|
D | halbtc8723b2ant.c | 3760 ((coex_sta->under_lps ? "LPS ON" : "LPS OFF"))); in ex_btc8723b2ant_display_coex_info() 3900 coex_sta->under_lps = true; in ex_btc8723b2ant_lps_notify() 3904 coex_sta->under_lps = false; in ex_btc8723b2ant_lps_notify() 4212 coex_sta->under_lps = false; in ex_btc8723b2ant_pnp_notify()
|
D | halbtc8192e2ant.c | 2812 ((coex_sta->under_lps ? "LPS ON" : "LPS OFF"))); in ex_btc8192e2ant_display_coex_info() 2937 coex_sta->under_lps = true; in ex_btc8192e2ant_lps_notify() 2941 coex_sta->under_lps = false; in ex_btc8192e2ant_lps_notify()
|
D | halbtc8821a2ant.c | 3762 ((coex_sta->under_lps ? "LPS ON" : "LPS OFF"))); in ex_btc8821a2ant_display_coex_info() 3888 coex_sta->under_lps = true; in ex_btc8821a2ant_lps_notify() 3892 coex_sta->under_lps = false; in ex_btc8821a2ant_lps_notify()
|
/Linux-v4.19/drivers/staging/rtlwifi/btcoexist/ |
D | halbtc8822b2ant.h | 283 bool under_lps; member
|
D | halbtc8822b1ant.h | 241 bool under_lps; member
|
D | halbtc8822b2ant.c | 509 if (coex_sta->under_lps != pre_wifi_under_lps) { in halbtc8822b2ant_is_wifibt_status_changed() 510 pre_wifi_under_lps = coex_sta->under_lps; in halbtc8822b2ant_is_wifibt_status_changed() 511 if (coex_sta->under_lps) in halbtc8822b2ant_is_wifibt_status_changed() 3587 if ((coex_sta->under_lps) && in halbtc8822b2ant_run_coexist_mechanism() 4467 coex_sta->under_lps = false; in ex_btc8822b2ant_ips_notify() 4506 coex_sta->under_lps = true; in ex_btc8822b2ant_lps_notify() 4530 coex_sta->under_lps = false; in ex_btc8822b2ant_lps_notify() 5111 coex_sta->under_lps = false; in ex_btc8822b2ant_pnp_notify()
|
D | halbtcoutsrc.c | 790 bool bt_hs_on = false, under_ips = false, under_lps = false; in halbtc_display_wifi_status() local 847 under_lps = rtlpriv->psc.dot11_psmode == EACTIVE ? 0 : 1; in halbtc_display_wifi_status() 853 (under_lps ? ", LPS ON" : ""), in halbtc_display_wifi_status()
|
D | halbtc8822b1ant.c | 573 if (coex_sta->under_lps != pre_wifi_under_lps) { in halbtc8822b1ant_is_wifi_status_changed() 574 pre_wifi_under_lps = coex_sta->under_lps; in halbtc8822b1ant_is_wifi_status_changed() 575 if (coex_sta->under_lps) in halbtc8822b1ant_is_wifi_status_changed() 3535 if ((coex_sta->under_lps) && in halbtc8822b1ant_run_coexist_mechanism() 4411 coex_sta->under_lps = true; in ex_btc8822b1ant_lps_notify() 4432 coex_sta->under_lps = false; in ex_btc8822b1ant_lps_notify()
|