Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_pwrctrl.c209 && !(hal_btcoex_IsBtControlLps(padapter))) { in traffic_check_for_leave_lps()
222 && !(hal_btcoex_IsBtControlLps(padapter))) in traffic_check_for_leave_lps()
362 if (!(hal_btcoex_IsBtControlLps(padapter)) in rtw_set_ps_mode()
363 || (hal_btcoex_IsBtControlLps(padapter) in rtw_set_ps_mode()
375 ((hal_btcoex_IsBtControlLps(padapter)) && (hal_btcoex_IsLpsOn(padapter))) in rtw_set_ps_mode()
392 (hal_btcoex_IsBtControlLps(padapter))) { in rtw_set_ps_mode()
452 if (hal_btcoex_IsBtControlLps(padapter)) in LPS_Enter()
493 if (hal_btcoex_IsBtControlLps(padapter)) in LPS_Leave()
774 if (!(hal_btcoex_IsBtDisabled(padapter)) && hal_btcoex_IsBtControlLps(padapter)) { in rtw_unregister_task_alive()
901 if (!(hal_btcoex_IsBtDisabled(padapter)) && hal_btcoex_IsBtControlLps(padapter)) { in rtw_unregister_tx_alive()
[all …]
H A Drtw_cmd.c1406 if (hal_btcoex_IsBtControlLps(padapter)) in rtw_lps_change_dtim_hdl()
H A Drtw_mlme.c1648 && !(hal_btcoex_IsBtControlLps(adapter)) in rtw_dynamic_check_timer_handler()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dhal_btcoex.h47 bool hal_btcoex_IsBtControlLps(struct adapter *padapter);
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_cmd.c381 if (hal_btcoex_IsBtControlLps(padapter) == true) { in rtl8723b_set_FwPwrMode_cmd()
H A Dhal_btcoex.c1278 bool hal_btcoex_IsBtControlLps(struct adapter *padapter) in hal_btcoex_IsBtControlLps() function