Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8723bs/core/
Drtw_pwrctrl.c224 && !(hal_btcoex_IsBtControlLps(padapter))) { in traffic_check_for_leave_lps()
238 && !(hal_btcoex_IsBtControlLps(padapter))) { in traffic_check_for_leave_lps()
417 if (!(hal_btcoex_IsBtControlLps(padapter)) in rtw_set_ps_mode()
418 || (hal_btcoex_IsBtControlLps(padapter) in rtw_set_ps_mode()
456 || ((hal_btcoex_IsBtControlLps(padapter)) in rtw_set_ps_mode()
477 && (hal_btcoex_IsBtControlLps(padapter))) { in rtw_set_ps_mode()
539 if (hal_btcoex_IsBtControlLps(padapter)) in LPS_Enter()
584 if (hal_btcoex_IsBtControlLps(padapter)) in LPS_Leave()
905 && hal_btcoex_IsBtControlLps(padapter)) { in rtw_unregister_task_alive()
1046 && hal_btcoex_IsBtControlLps(padapter)) { in rtw_unregister_tx_alive()
[all …]
Drtw_mlme.c1892 …d =%d, IsBtControlLps =%d\n", hal_btcoex_IsBtDisabled(adapter), hal_btcoex_IsBtControlLps(adapter)… in rtw_dynamic_check_timer_handler()
1895 && (hal_btcoex_IsBtControlLps(adapter) == false) in rtw_dynamic_check_timer_handler()
Drtw_cmd.c1596 if (hal_btcoex_IsBtControlLps(padapter) == true) in rtw_lps_change_dtim_hdl()
/Linux-v5.4/drivers/staging/rtl8723bs/include/
Dhal_btcoex.h50 bool hal_btcoex_IsBtControlLps(struct adapter *padapter);
/Linux-v5.4/drivers/staging/rtl8723bs/hal/
Dhal_btcoex.c1472 bool hal_btcoex_IsBtControlLps(struct adapter *padapter) in hal_btcoex_IsBtControlLps() function
Drtl8723b_cmd.c1047 if (hal_btcoex_IsBtControlLps(padapter) == true) { in rtl8723b_set_FwPwrMode_cmd()