Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8723bs/hal/
Dhal_btcoex.c1481 void hal_btcoex_RecordPwrMode(struct adapter *padapter, u8 *pCmdBuf, u8 cmdLen) in hal_btcoex_RecordPwrMode() argument
1484 pCmdBuf[0]<<8|pCmdBuf[1], in hal_btcoex_RecordPwrMode()
1485 pCmdBuf[2]<<24|pCmdBuf[3]<<16|pCmdBuf[4]<<8|pCmdBuf[5])); in hal_btcoex_RecordPwrMode()
1487 memcpy(GLBtCoexist.pwrModeVal, pCmdBuf, cmdLen); in hal_btcoex_RecordPwrMode()
/Linux-v5.10/drivers/staging/rtl8723bs/include/
Dhal_btcoex.h54 void hal_btcoex_RecordPwrMode(struct adapter *padapter, u8 *pCmdBuf, u8 cmdLen);