Searched refs:pStrBuf (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_btcoex.c | 181 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/ |
D | rtw_btcoex.h | 47 u32 rtw_btcoex_GetDBG(struct adapter *, u8 *pStrBuf, u32 bufSize);
|
D | hal_btcoex.h | 58 u32 hal_btcoex_GetDBG(struct adapter *, u8 *pStrBuf, u32 bufSize);
|
/Linux-v4.19/drivers/staging/rtl8723bs/hal/ |
D | hal_btcoex.c | 1581 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()
|