Home
last modified time | relevance | path

Searched refs:tmpBuf (Results 1 – 8 of 8) sorted by relevance

/drivers/staging/rtl8723bs/include/
Dhal_btcoex.h41 void hal_btcoex_BtInfoNotify(struct adapter *padapter, u8 length, u8 *tmpBuf);
/drivers/staging/rtl8723bs/hal/
Dhal_btcoex.c1166 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()
DHalBtc8723b2Ant.h142 PBTC_COEXIST pBtCoexist, u8 *tmpBuf, u8 length
DHalBtc8723b1Ant.h180 PBTC_COEXIST pBtCoexist, u8 *tmpBuf, u8 length
DHalBtc8723b1Ant.c3536 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()
DHalBtc8723b2Ant.c3362 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()
DHalBtcOutSrc.h547 PBTC_COEXIST pBtCoexist, u8 *tmpBuf, u8 length
Drtl8723b_hal_init.c3754 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()