Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dhal_btcoex.h25 bool hal_btcoex_IsBtDisabled(struct adapter *);
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_pwrctrl.c391 if (!(hal_btcoex_IsBtDisabled(padapter)) && in rtw_set_ps_mode()
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()
937 if (!(hal_btcoex_IsBtDisabled(padapter)) && hal_btcoex_IsBtControlLps(padapter)) { in rtw_unregister_cmd_alive()
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_dm.c172 bBtDisabled = hal_btcoex_IsBtDisabled(Adapter); in rtl8723b_HalDmWatchDog()
H A Dhal_btcoex.c1169 bool hal_btcoex_IsBtDisabled(struct adapter *padapter) in hal_btcoex_IsBtDisabled() function