Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/rtl8723bs/include/
Dhal_btcoex.h42 void hal_btcoex_SuspendNotify(struct adapter *padapter, u8 state);
/linux-5.19.10/drivers/staging/rtl8723bs/os_dep/
Dos_intfs.c1158 hal_btcoex_SuspendNotify(padapter, 0); in rtw_suspend_common()
1160 hal_btcoex_SuspendNotify(padapter, 1); in rtw_suspend_common()
1243 hal_btcoex_SuspendNotify(padapter, 0); in rtw_resume_common()
/linux-5.19.10/drivers/staging/rtl8723bs/hal/
Dhal_btcoex.c1261 void hal_btcoex_SuspendNotify(struct adapter *padapter, u8 state) in hal_btcoex_SuspendNotify() function