Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8723bs/core/
Drtw_pwrctrl.c223 && !(hal_btcoex_IsBtControlLps(padapter))) { in traffic_check_for_leave_lps()
237 && !(hal_btcoex_IsBtControlLps(padapter))) { in traffic_check_for_leave_lps()
416 if (!(hal_btcoex_IsBtControlLps(padapter)) in rtw_set_ps_mode()
417 || (hal_btcoex_IsBtControlLps(padapter) in rtw_set_ps_mode()
455 || ((hal_btcoex_IsBtControlLps(padapter)) in rtw_set_ps_mode()
476 && (hal_btcoex_IsBtControlLps(padapter))) { in rtw_set_ps_mode()
538 if (hal_btcoex_IsBtControlLps(padapter)) in LPS_Enter()
583 if (hal_btcoex_IsBtControlLps(padapter)) in LPS_Leave()
904 && hal_btcoex_IsBtControlLps(padapter)) { in rtw_unregister_task_alive()
1045 && hal_btcoex_IsBtControlLps(padapter)) { in rtw_unregister_tx_alive()
[all …]
Drtw_mlme.c1827 …d =%d, IsBtControlLps =%d\n", hal_btcoex_IsBtDisabled(adapter), hal_btcoex_IsBtControlLps(adapter)… in rtw_dynamic_check_timer_handler()
1830 && !(hal_btcoex_IsBtControlLps(adapter)) in rtw_dynamic_check_timer_handler()
Drtw_cmd.c1584 if (hal_btcoex_IsBtControlLps(padapter) == true) in rtw_lps_change_dtim_hdl()
/Linux-v5.10/drivers/staging/rtl8723bs/include/
Dhal_btcoex.h49 bool hal_btcoex_IsBtControlLps(struct adapter *padapter);
/Linux-v5.10/drivers/staging/rtl8723bs/hal/
Dhal_btcoex.c1429 bool hal_btcoex_IsBtControlLps(struct adapter *padapter) in hal_btcoex_IsBtControlLps() function
Drtl8723b_cmd.c1050 if (hal_btcoex_IsBtControlLps(padapter) == true) { in rtl8723b_set_FwPwrMode_cmd()