Searched refs:tmpBuf (Results 1 – 8 of 8) sorted by relevance
/drivers/staging/rtl8723bs/include/ |
D | hal_btcoex.h | 42 void hal_btcoex_BtInfoNotify(struct adapter *padapter, u8 length, u8 *tmpBuf);
|
/drivers/staging/rtl8723bs/hal/ |
D | hal_btcoex.c | 1209 void EXhalbtcoutsrc_BtInfoNotify(PBTC_COEXIST pBtCoexist, u8 *tmpBuf, u8 length) in EXhalbtcoutsrc_BtInfoNotify() argument 1220 EXhalbtc8723b2ant_BtInfoNotify(pBtCoexist, tmpBuf, length); in EXhalbtcoutsrc_BtInfoNotify() 1222 EXhalbtc8723b1ant_BtInfoNotify(pBtCoexist, tmpBuf, length); in EXhalbtcoutsrc_BtInfoNotify() 1434 void hal_btcoex_BtInfoNotify(struct adapter *padapter, u8 length, u8 *tmpBuf) in hal_btcoex_BtInfoNotify() argument 1439 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 | 3370 PBTC_COEXIST pBtCoexist, u8 *tmpBuf, u8 length in EXhalbtc8723b2ant_BtInfoNotify() argument 3380 rspSource = tmpBuf[0]&0xf; in EXhalbtc8723b2ant_BtInfoNotify() 3388 pCoexSta->btInfoC2h[rspSource][i] = tmpBuf[i]; in EXhalbtc8723b2ant_BtInfoNotify() 3390 btInfo = tmpBuf[i]; in EXhalbtc8723b2ant_BtInfoNotify() 3393 BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("0x%02x]\n", tmpBuf[i])); in EXhalbtc8723b2ant_BtInfoNotify() 3395 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 | 3756 u8 *tmpBuf = NULL; in C2HPacketHandler_8723B() local 3768 tmpBuf = pbuffer+2; in C2HPacketHandler_8723B() 3772 …al_init_c_, _drv_notice_, "C2HPacketHandler_8723B(): Command Content:\n", tmpBuf, C2hEvent.CmdLen); in C2HPacketHandler_8723B() 3774 process_c2h_event(padapter, &C2hEvent, tmpBuf); in C2HPacketHandler_8723B()
|