Home
last modified time | relevance | path

Searched refs:pStrBuf (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_btcoex.c181 u32 rtw_btcoex_GetDBG(struct adapter *padapter, u8 *pStrBuf, u32 bufSize) in rtw_btcoex_GetDBG() argument
183 return hal_btcoex_GetDBG(padapter, pStrBuf, bufSize); in rtw_btcoex_GetDBG()
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_btcoex.h47 u32 rtw_btcoex_GetDBG(struct adapter *, u8 *pStrBuf, u32 bufSize);
Dhal_btcoex.h58 u32 hal_btcoex_GetDBG(struct adapter *, u8 *pStrBuf, u32 bufSize);
/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Dhal_btcoex.c1581 u32 hal_btcoex_GetDBG(struct adapter *padapter, u8 *pStrBuf, u32 bufSize) in hal_btcoex_GetDBG() argument
1588 if ((NULL == pStrBuf) || (0 == bufSize)) in hal_btcoex_GetDBG()
1591 pstr = pStrBuf; in hal_btcoex_GetDBG()
1701 count = pstr - pStrBuf; in hal_btcoex_GetDBG()