Searched refs:under_lps (Results 1 - 11 of 11) sorted by path

/linux-master/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtc8192e2ant.h126 bool under_lps; member in struct:coex_sta_8192e_2ant
H A Dhalbtc8723b1ant.h134 bool under_lps; member in struct:coex_sta_8723b_1ant
H A Dhalbtc8723b2ant.h124 bool under_lps; member in struct:coex_sta_8723b_2ant
H A Dhalbtc8821a1ant.h127 bool under_lps; member in struct:coex_sta_8821a_1ant
H A Dhalbtc8821a2ant.h116 bool under_lps; member in struct:coex_sta_8821a_2ant
H A Dhalbtc8192e2ant.c2772 ((coex_sta->under_lps ? "LPS ON" : "LPS OFF")));
2897 coex_sta->under_lps = true;
2901 coex_sta->under_lps = false;
H A Dhalbtc8723b1ant.c2575 ((coex_sta->under_lps ? "LPS ON" : "LPS OFF")),
2751 coex_sta->under_lps = true;
2755 coex_sta->under_lps = false;
3400 coex_sta->under_lps = false;
H A Dhalbtc8723b2ant.c3739 ((coex_sta->under_lps ? "LPS ON" : "LPS OFF")));
3879 coex_sta->under_lps = true;
3883 coex_sta->under_lps = false;
4191 coex_sta->under_lps = false;
H A Dhalbtc8821a1ant.c2222 ((coex_sta->under_lps ? "LPS ON" : "LPS OFF")),
2383 coex_sta->under_lps = true;
2387 coex_sta->under_lps = false;
2906 coex_sta->under_lps = false;
H A Dhalbtc8821a2ant.c3725 ((coex_sta->under_lps ? "LPS ON" : "LPS OFF")));
3851 coex_sta->under_lps = true;
3855 coex_sta->under_lps = false;
H A Dhalbtcoutsrc.c818 bool bt_hs_on = false, under_ips = false, under_lps = false; local
875 under_lps = rtlpriv->psc.dot11_psmode == EACTIVE ? 0 : 1;
881 (under_lps ? ", LPS ON" : ""),

Completed in 336 milliseconds