Searched refs:hal_btcoex_IsBtDisabled (Results 1 – 4 of 4) sorted by relevance
25 bool hal_btcoex_IsBtDisabled(struct adapter *);
391 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()
172 bBtDisabled = hal_btcoex_IsBtDisabled(Adapter); in rtl8723b_HalDmWatchDog()
1169 bool hal_btcoex_IsBtDisabled(struct adapter *padapter) in hal_btcoex_IsBtDisabled() function