Searched refs:hal_btcoex_IsBtDisabled (Results 1 – 4 of 4) sorted by relevance
25 bool hal_btcoex_IsBtDisabled(struct adapter *);
388 if (!(hal_btcoex_IsBtDisabled(padapter)) && in rtw_set_ps_mode()771 if (!(hal_btcoex_IsBtDisabled(padapter)) && hal_btcoex_IsBtControlLps(padapter)) { in rtw_unregister_task_alive()898 if (!(hal_btcoex_IsBtDisabled(padapter)) && hal_btcoex_IsBtControlLps(padapter)) { in rtw_unregister_tx_alive()934 if (!(hal_btcoex_IsBtDisabled(padapter)) && hal_btcoex_IsBtControlLps(padapter)) { in rtw_unregister_cmd_alive()
171 bBtDisabled = hal_btcoex_IsBtDisabled(Adapter); in rtl8723b_HalDmWatchDog()
1168 bool hal_btcoex_IsBtDisabled(struct adapter *padapter) in hal_btcoex_IsBtDisabled() function