Home
last modified time | relevance | path

Searched refs:bt_ctrl_lps (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dfw.c246 bool bt_ctrl_lps = (rtlpriv->cfg->ops->get_btc_status() ? in rtl8723be_set_fw_pwrmode_cmd() local
251 if (bt_ctrl_lps) in rtl8723be_set_fw_pwrmode_cmd()
255 mode, bt_ctrl_lps); in rtl8723be_set_fw_pwrmode_cmd()
288 if (bt_ctrl_lps) { in rtl8723be_set_fw_pwrmode_cmd()
308 bt_ctrl_lps ? 0 : ppsc->smart_ps); in rtl8723be_set_fw_pwrmode_cmd()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dfw.c428 bool bt_ctrl_lps = (rtlpriv->cfg->ops->get_btc_status() ? in rtl92ee_set_fw_pwrmode_cmd() local
433 if (bt_ctrl_lps) in rtl92ee_set_fw_pwrmode_cmd()
437 mode, bt_ctrl_lps); in rtl92ee_set_fw_pwrmode_cmd()
470 if (bt_ctrl_lps) { in rtl92ee_set_fw_pwrmode_cmd()
490 bt_ctrl_lps ? 0 : in rtl92ee_set_fw_pwrmode_cmd()
/Linux-v4.19/drivers/staging/rtlwifi/rtl8822be/
Dfw.c265 bool bt_ctrl_lps = (rtlpriv->cfg->ops->get_btc_status() ? in rtl8822be_set_fw_pwrmode_cmd() local
272 if (bt_ctrl_lps) in rtl8822be_set_fw_pwrmode_cmd()
276 mode, bt_ctrl_lps); in rtl8822be_set_fw_pwrmode_cmd()
318 if (bt_ctrl_lps) { in rtl8822be_set_fw_pwrmode_cmd()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dfw.c495 bool bt_ctrl_lps = (rtlpriv->cfg->ops->get_btc_status() ? in rtl8821ae_set_fw_pwrmode_cmd() local
500 if (bt_ctrl_lps) in rtl8821ae_set_fw_pwrmode_cmd()
504 mode, bt_ctrl_lps); in rtl8821ae_set_fw_pwrmode_cmd()
537 if (bt_ctrl_lps) { in rtl8821ae_set_fw_pwrmode_cmd()
557 bt_ctrl_lps ? 0 : in rtl8821ae_set_fw_pwrmode_cmd()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/btcoexist/
Dhalbtcoutsrc.c310 btcoexist->bt_info.bt_ctrl_lps = true; in halbtc_leave_lps()
333 btcoexist->bt_info.bt_ctrl_lps = true; in halbtc_enter_lps()
344 if (btcoexist->bt_info.bt_ctrl_lps) { in halbtc_normal_lps()
347 btcoexist->bt_info.bt_ctrl_lps = false; in halbtc_normal_lps()
355 if (btcoexist->bt_info.bt_ctrl_lps) { in halbtc_pre_normal_lps()
363 if (btcoexist->bt_info.bt_ctrl_lps) in halbtc_post_normal_lps()
364 btcoexist->bt_info.bt_ctrl_lps = false; in halbtc_post_normal_lps()
Drtl_btc.c120 return btcoexist->bt_info.bt_ctrl_lps; in rtl_btc_is_bt_ctrl_lps()
Dhalbtcoutsrc.h575 bool bt_ctrl_lps; member
/Linux-v4.19/drivers/staging/rtlwifi/btcoexist/
Dhalbtcoutsrc.c299 btcoexist->bt_info.bt_ctrl_lps = true; in halbtc_leave_lps()
322 btcoexist->bt_info.bt_ctrl_lps = true; in halbtc_enter_lps()
333 if (btcoexist->bt_info.bt_ctrl_lps) { in halbtc_normal_lps()
336 btcoexist->bt_info.bt_ctrl_lps = false; in halbtc_normal_lps()
Drtl_btc.c109 return btcoexist->bt_info.bt_ctrl_lps; in rtl_btc_is_bt_ctrl_lps()
Dhalbtcoutsrc.h528 bool bt_ctrl_lps; member