Searched refs:tmpBuf (Results 1 – 8 of 8) sorted by relevance
/drivers/staging/rtl8723bs/include/ |
D | hal_btcoex.h | 41 void hal_btcoex_BtInfoNotify(struct adapter *padapter, u8 length, u8 *tmpBuf);
|
/drivers/staging/rtl8723bs/hal/ |
D | hal_btcoex.c | 1166 void EXhalbtcoutsrc_BtInfoNotify(PBTC_COEXIST pBtCoexist, u8 *tmpBuf, u8 length) in EXhalbtcoutsrc_BtInfoNotify() argument 1177 EXhalbtc8723b2ant_BtInfoNotify(pBtCoexist, tmpBuf, length); in EXhalbtcoutsrc_BtInfoNotify() 1179 EXhalbtc8723b1ant_BtInfoNotify(pBtCoexist, tmpBuf, length); in EXhalbtcoutsrc_BtInfoNotify() 1391 void hal_btcoex_BtInfoNotify(struct adapter *padapter, u8 length, u8 *tmpBuf) in hal_btcoex_BtInfoNotify() argument 1396 EXhalbtcoutsrc_BtInfoNotify(&GLBtCoexist, tmpBuf, length); in hal_btcoex_BtInfoNotify()
|
D | HalBtc8723b2Ant.h | 142 PBTC_COEXIST pBtCoexist, u8 *tmpBuf, u8 length
|
D | HalBtc8723b1Ant.h | 180 PBTC_COEXIST pBtCoexist, u8 *tmpBuf, u8 length
|
D | HalBtc8723b1Ant.c | 3536 PBTC_COEXIST pBtCoexist, u8 *tmpBuf, u8 length in EXhalbtc8723b1ant_BtInfoNotify() argument 3546 rspSource = tmpBuf[0]&0xf; in EXhalbtc8723b1ant_BtInfoNotify() 3559 pCoexSta->btInfoC2h[rspSource][i] = tmpBuf[i]; in EXhalbtc8723b1ant_BtInfoNotify() 3561 btInfo = tmpBuf[i]; in EXhalbtc8723b1ant_BtInfoNotify() 3564 BTC_MSG_INTERFACE, INTF_NOTIFY, ("0x%02x]\n", tmpBuf[i]) in EXhalbtc8723b1ant_BtInfoNotify() 3567 BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("0x%02x, ", tmpBuf[i])); in EXhalbtc8723b1ant_BtInfoNotify()
|
D | HalBtc8723b2Ant.c | 3362 PBTC_COEXIST pBtCoexist, u8 *tmpBuf, u8 length in EXhalbtc8723b2ant_BtInfoNotify() argument 3372 rspSource = tmpBuf[0]&0xf; in EXhalbtc8723b2ant_BtInfoNotify() 3380 pCoexSta->btInfoC2h[rspSource][i] = tmpBuf[i]; in EXhalbtc8723b2ant_BtInfoNotify() 3382 btInfo = tmpBuf[i]; in EXhalbtc8723b2ant_BtInfoNotify() 3385 BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("0x%02x]\n", tmpBuf[i])); in EXhalbtc8723b2ant_BtInfoNotify() 3387 BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("0x%02x, ", tmpBuf[i])); in EXhalbtc8723b2ant_BtInfoNotify()
|
D | HalBtcOutSrc.h | 547 PBTC_COEXIST pBtCoexist, u8 *tmpBuf, u8 length
|
D | rtl8723b_hal_init.c | 3754 u8 *tmpBuf = NULL; in C2HPacketHandler_8723B() local 3766 tmpBuf = pbuffer+2; in C2HPacketHandler_8723B() 3770 …al_init_c_, _drv_notice_, "C2HPacketHandler_8723B(): Command Content:\n", tmpBuf, C2hEvent.CmdLen); in C2HPacketHandler_8723B() 3772 process_c2h_event(padapter, &C2hEvent, tmpBuf); in C2HPacketHandler_8723B()
|