Home
last modified time | relevance | path

Searched refs:hal_btcoex_IsBtDisabled (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/staging/rtl8723bs/include/
Dhal_btcoex.h25 bool hal_btcoex_IsBtDisabled(struct adapter *);
/Linux-v5.10/drivers/staging/rtl8723bs/core/
Drtw_pwrctrl.c475 if (!(hal_btcoex_IsBtDisabled(padapter)) in rtw_set_ps_mode()
903 if (!(hal_btcoex_IsBtDisabled(padapter)) in rtw_unregister_task_alive()
1044 if (!(hal_btcoex_IsBtDisabled(padapter)) in rtw_unregister_tx_alive()
1086 if (!(hal_btcoex_IsBtDisabled(padapter)) in rtw_unregister_cmd_alive()
Drtw_mlme.c1827 …DBG_871X("IsBtDisabled =%d, IsBtControlLps =%d\n", hal_btcoex_IsBtDisabled(adapter), hal_btcoex_Is… in rtw_dynamic_check_timer_handler()
/Linux-v5.10/drivers/staging/rtl8723bs/hal/
Drtl8723b_dm.c189 bBtDisabled = hal_btcoex_IsBtDisabled(Adapter); in rtl8723b_HalDmWatchDog()
Dhal_btcoex.c1304 bool hal_btcoex_IsBtDisabled(struct adapter *padapter) in hal_btcoex_IsBtDisabled() function