Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_pwrctrl.c224 && (rtw_btcoex_IsBtControlLps(padapter) == false) in traffic_check_for_leave_lps()
239 && (rtw_btcoex_IsBtControlLps(padapter) == false) in traffic_check_for_leave_lps()
421 && (((rtw_btcoex_IsBtControlLps(padapter) == false) in rtw_set_ps_mode()
423 || ((rtw_btcoex_IsBtControlLps(padapter) == true) in rtw_set_ps_mode()
464 || ((rtw_btcoex_IsBtControlLps(padapter) == true) in rtw_set_ps_mode()
485 && (rtw_btcoex_IsBtControlLps(padapter) == true)) { in rtw_set_ps_mode()
547 if (rtw_btcoex_IsBtControlLps(padapter) == true) in LPS_Enter()
592 if (rtw_btcoex_IsBtControlLps(padapter) == true) in LPS_Leave()
915 && (rtw_btcoex_IsBtControlLps(padapter) == true)) { in rtw_unregister_task_alive()
1056 && (rtw_btcoex_IsBtControlLps(padapter) == true)) { in rtw_unregister_tx_alive()
[all …]
Drtw_btcoex.c121 u8 rtw_btcoex_IsBtControlLps(struct adapter *padapter) in rtw_btcoex_IsBtControlLps() function
Drtw_mlme.c1946 …d =%d, IsBtControlLps =%d\n", rtw_btcoex_IsBtDisabled(adapter), rtw_btcoex_IsBtControlLps(adapter)… in rtw_dynamic_check_timer_handler()
1949 && (rtw_btcoex_IsBtControlLps(adapter) == false) in rtw_dynamic_check_timer_handler()
Drtw_cmd.c1623 if (rtw_btcoex_IsBtControlLps(padapter) == true) in rtw_lps_change_dtim_hdl()
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_btcoex.h35 u8 rtw_btcoex_IsBtControlLps(struct adapter *);
/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Drtl8723b_cmd.c1051 if (rtw_btcoex_IsBtControlLps(padapter) == true) { in rtl8723b_set_FwPwrMode_cmd()