Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dfw.c224 bool bt_ctrl_lps = (rtlpriv->cfg->ops->get_btc_status() ? in rtl8723be_set_fw_pwrmode_cmd() local
229 if (bt_ctrl_lps) in rtl8723be_set_fw_pwrmode_cmd()
233 mode, bt_ctrl_lps); in rtl8723be_set_fw_pwrmode_cmd()
266 if (bt_ctrl_lps) { in rtl8723be_set_fw_pwrmode_cmd()
286 bt_ctrl_lps ? 0 : ppsc->smart_ps); in rtl8723be_set_fw_pwrmode_cmd()
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dfw.c403 bool bt_ctrl_lps = (rtlpriv->cfg->ops->get_btc_status() ? in rtl92ee_set_fw_pwrmode_cmd() local
408 if (bt_ctrl_lps) in rtl92ee_set_fw_pwrmode_cmd()
412 mode, bt_ctrl_lps); in rtl92ee_set_fw_pwrmode_cmd()
445 if (bt_ctrl_lps) { in rtl92ee_set_fw_pwrmode_cmd()
465 bt_ctrl_lps ? 0 : in rtl92ee_set_fw_pwrmode_cmd()
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dfw.c473 bool bt_ctrl_lps = (rtlpriv->cfg->ops->get_btc_status() ? in rtl8821ae_set_fw_pwrmode_cmd() local
478 if (bt_ctrl_lps) in rtl8821ae_set_fw_pwrmode_cmd()
482 mode, bt_ctrl_lps); in rtl8821ae_set_fw_pwrmode_cmd()
515 if (bt_ctrl_lps) { in rtl8821ae_set_fw_pwrmode_cmd()
535 bt_ctrl_lps ? 0 : in rtl8821ae_set_fw_pwrmode_cmd()
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/btcoexist/
Dhalbtcoutsrc.c270 btcoexist->bt_info.bt_ctrl_lps = true; in halbtc_leave_lps()
292 btcoexist->bt_info.bt_ctrl_lps = true; in halbtc_enter_lps()
304 if (btcoexist->bt_info.bt_ctrl_lps) { in halbtc_normal_lps()
308 btcoexist->bt_info.bt_ctrl_lps = false; in halbtc_normal_lps()
316 if (btcoexist->bt_info.bt_ctrl_lps) { in halbtc_pre_normal_lps()
325 if (btcoexist->bt_info.bt_ctrl_lps) in halbtc_post_normal_lps()
326 btcoexist->bt_info.bt_ctrl_lps = false; in halbtc_post_normal_lps()
Drtl_btc.c99 return btcoexist->bt_info.bt_ctrl_lps; in rtl_btc_is_bt_ctrl_lps()
Dhalbtcoutsrc.h554 bool bt_ctrl_lps; member