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()
403 bool bt_ctrl_lps = (rtlpriv->cfg->ops->get_btc_status() ? in rtl92ee_set_fw_pwrmode_cmd() local408 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()
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()
270 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()
99 return btcoexist->bt_info.bt_ctrl_lps; in rtl_btc_is_bt_ctrl_lps()
554 bool bt_ctrl_lps; member