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

/linux-master/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtc8192e2ant.h127 bool under_ips; member in struct:coex_sta_8192e_2ant
H A Dhalbtc8723b1ant.h135 bool under_ips; member in struct:coex_sta_8723b_1ant
H A Dhalbtc8723b2ant.h125 bool under_ips; member in struct:coex_sta_8723b_2ant
H A Dhalbtc8821a1ant.h128 bool under_ips; member in struct:coex_sta_8821a_1ant
H A Dhalbtc8821a2ant.h117 bool under_ips; member in struct:coex_sta_8821a_2ant
H A Dhalbtc8192e2ant.c2476 if (coex_sta->under_ips) {
2771 ((coex_sta->under_ips ? "IPS ON" : "IPS OFF")),
2881 coex_sta->under_ips = true;
2886 coex_sta->under_ips = false;
H A Dhalbtc8723b1ant.c266 if (coex_sta->under_ips) {
1828 if ((coex_sta->low_priority_rx >= 950) && (!coex_sta->under_ips))
2169 if (coex_sta->under_ips) {
2574 ((coex_sta->under_ips ? "IPS ON" : "IPS OFF")),
2722 coex_sta->under_ips = true;
2733 coex_sta->under_ips = false;
3399 coex_sta->under_ips = false;
H A Dhalbtc8723b2ant.c275 (!coex_sta->under_ips))
293 if (coex_sta->under_ips) {
3364 if (coex_sta->under_ips) {
3738 ((coex_sta->under_ips ? "IPS ON" : "IPS OFF")),
3858 coex_sta->under_ips = true;
3865 coex_sta->under_ips = false;
4190 coex_sta->under_ips = false;
H A Dhalbtc8821a1ant.c1915 if (coex_sta->under_ips) {
2221 ((coex_sta->under_ips ? "IPS ON" : "IPS OFF")),
2355 coex_sta->under_ips = true;
2365 coex_sta->under_ips = false;
2905 coex_sta->under_ips = false;
H A Dhalbtc8821a2ant.c271 (!coex_sta->under_ips))
289 if (coex_sta->under_ips) {
3391 if (coex_sta->under_ips) {
3724 ((coex_sta->under_ips ? "IPS ON" : "IPS OFF")),
3830 coex_sta->under_ips = true;
3837 coex_sta->under_ips = false;
H A Dhalbtcoutsrc.c818 bool bt_hs_on = false, under_ips = false, under_lps = false; local
874 under_ips = rtlpriv->psc.inactive_pwrstate == ERFOFF ? 1 : 0;
880 (under_ips ? ", IPS ON" : ""),

Completed in 489 milliseconds