Home
last modified time | relevance | path

Searched refs:hal_btcoex_SuspendNotify (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/staging/rtl8723bs/include/
Dhal_btcoex.h42 void hal_btcoex_SuspendNotify(struct adapter *padapter, u8 state);
/Linux-v5.10/drivers/staging/rtl8723bs/os_dep/
Dos_intfs.c1433 hal_btcoex_SuspendNotify(padapter, 0); in rtw_suspend_common()
1436 hal_btcoex_SuspendNotify(padapter, 1); in rtw_suspend_common()
1779 hal_btcoex_SuspendNotify(padapter, 0); in rtw_resume_common()
/Linux-v5.10/drivers/staging/rtl8723bs/hal/
Dhal_btcoex.c1399 void hal_btcoex_SuspendNotify(struct adapter *padapter, u8 state) in hal_btcoex_SuspendNotify() function