Searched refs:hal_btcoex_IsBtDisabled (Results 1 – 4 of 4) sorted by relevance
25 bool hal_btcoex_IsBtDisabled(struct adapter *);
385 if (!(hal_btcoex_IsBtDisabled(padapter)) && in rtw_set_ps_mode()764 if (!(hal_btcoex_IsBtDisabled(padapter)) && hal_btcoex_IsBtControlLps(padapter)) { in rtw_unregister_task_alive()891 if (!(hal_btcoex_IsBtDisabled(padapter)) && hal_btcoex_IsBtControlLps(padapter)) { in rtw_unregister_tx_alive()927 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