Searched refs:hal_btcoex_IsBtDisabled (Results 1 – 5 of 5) sorted by relevance
25 bool hal_btcoex_IsBtDisabled(struct adapter *);
475 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()
1827 …DBG_871X("IsBtDisabled =%d, IsBtControlLps =%d\n", hal_btcoex_IsBtDisabled(adapter), hal_btcoex_Is… in rtw_dynamic_check_timer_handler()
189 bBtDisabled = hal_btcoex_IsBtDisabled(Adapter); in rtl8723b_HalDmWatchDog()
1304 bool hal_btcoex_IsBtDisabled(struct adapter *padapter) in hal_btcoex_IsBtDisabled() function