Home
last modified time | relevance | path

Searched refs:pCmdBuf (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/staging/rtl8723bs/hal/
Dhal_btcoex.c1524 void hal_btcoex_RecordPwrMode(struct adapter *padapter, u8 *pCmdBuf, u8 cmdLen) in hal_btcoex_RecordPwrMode() argument
1527 pCmdBuf[0]<<8|pCmdBuf[1], in hal_btcoex_RecordPwrMode()
1528 pCmdBuf[2]<<24|pCmdBuf[3]<<16|pCmdBuf[4]<<8|pCmdBuf[5])); in hal_btcoex_RecordPwrMode()
1530 memcpy(GLBtCoexist.pwrModeVal, pCmdBuf, cmdLen); in hal_btcoex_RecordPwrMode()
/Linux-v5.4/drivers/staging/rtl8723bs/include/
Dhal_btcoex.h55 void hal_btcoex_RecordPwrMode(struct adapter *padapter, u8 *pCmdBuf, u8 cmdLen);