Searched refs:bt_ctrl_lps (Results 1 – 6 of 6) sorted by relevance
224 bool bt_ctrl_lps = (rtlpriv->cfg->ops->get_btc_status() ? in rtl8723be_set_fw_pwrmode_cmd() local229 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()
406 bool bt_ctrl_lps = (rtlpriv->cfg->ops->get_btc_status() ? in rtl92ee_set_fw_pwrmode_cmd() local411 if (bt_ctrl_lps) in rtl92ee_set_fw_pwrmode_cmd()415 mode, bt_ctrl_lps); in rtl92ee_set_fw_pwrmode_cmd()448 if (bt_ctrl_lps) { in rtl92ee_set_fw_pwrmode_cmd()468 bt_ctrl_lps ? 0 : in rtl92ee_set_fw_pwrmode_cmd()
473 bool bt_ctrl_lps = (rtlpriv->cfg->ops->get_btc_status() ? in rtl8821ae_set_fw_pwrmode_cmd() local478 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()
286 btcoexist->bt_info.bt_ctrl_lps = true; in halbtc_leave_lps()307 btcoexist->bt_info.bt_ctrl_lps = true; in halbtc_enter_lps()318 if (btcoexist->bt_info.bt_ctrl_lps) { in halbtc_normal_lps()321 btcoexist->bt_info.bt_ctrl_lps = false; in halbtc_normal_lps()329 if (btcoexist->bt_info.bt_ctrl_lps) { in halbtc_pre_normal_lps()337 if (btcoexist->bt_info.bt_ctrl_lps) in halbtc_post_normal_lps()338 btcoexist->bt_info.bt_ctrl_lps = false; in halbtc_post_normal_lps()
99 return btcoexist->bt_info.bt_ctrl_lps; in rtl_btc_is_bt_ctrl_lps()
554 bool bt_ctrl_lps; member