Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_btcoex.c68 void rtw_btcoex_BtInfoNotify(struct adapter *padapter, u8 length, u8 *tmpBuf) in rtw_btcoex_BtInfoNotify() argument
70 hal_btcoex_BtInfoNotify(padapter, length, tmpBuf); in rtw_btcoex_BtInfoNotify()
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_btcoex.h28 void rtw_btcoex_BtInfoNotify(struct adapter *, u8 length, u8 *tmpBuf);
Dhal_btcoex.h42 void hal_btcoex_BtInfoNotify(struct adapter *padapter, u8 length, u8 *tmpBuf);
/Linux-v4.19/drivers/staging/rtl8723bs/hal/
DHalBtc8723b2Ant.h142 PBTC_COEXIST pBtCoexist, u8 *tmpBuf, u8 length
Dhal_btcoex.c1228 void EXhalbtcoutsrc_BtInfoNotify(PBTC_COEXIST pBtCoexist, u8 *tmpBuf, u8 length) in EXhalbtcoutsrc_BtInfoNotify() argument
1239 EXhalbtc8723b2ant_BtInfoNotify(pBtCoexist, tmpBuf, length); in EXhalbtcoutsrc_BtInfoNotify()
1241 EXhalbtc8723b1ant_BtInfoNotify(pBtCoexist, tmpBuf, length); in EXhalbtcoutsrc_BtInfoNotify()
1459 void hal_btcoex_BtInfoNotify(struct adapter *padapter, u8 length, u8 *tmpBuf) in hal_btcoex_BtInfoNotify() argument
1464 EXhalbtcoutsrc_BtInfoNotify(&GLBtCoexist, tmpBuf, length); in hal_btcoex_BtInfoNotify()
DHalBtc8723b1Ant.h180 PBTC_COEXIST pBtCoexist, u8 *tmpBuf, u8 length
DHalBtc8723b1Ant.c3542 PBTC_COEXIST pBtCoexist, u8 *tmpBuf, u8 length in EXhalbtc8723b1ant_BtInfoNotify() argument
3552 rspSource = tmpBuf[0]&0xf; in EXhalbtc8723b1ant_BtInfoNotify()
3565 pCoexSta->btInfoC2h[rspSource][i] = tmpBuf[i]; in EXhalbtc8723b1ant_BtInfoNotify()
3567 btInfo = tmpBuf[i]; in EXhalbtc8723b1ant_BtInfoNotify()
3570 BTC_MSG_INTERFACE, INTF_NOTIFY, ("0x%02x]\n", tmpBuf[i]) in EXhalbtc8723b1ant_BtInfoNotify()
3573 BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("0x%02x, ", tmpBuf[i])); in EXhalbtc8723b1ant_BtInfoNotify()
DHalBtc8723b2Ant.c3530 PBTC_COEXIST pBtCoexist, u8 *tmpBuf, u8 length in EXhalbtc8723b2ant_BtInfoNotify() argument
3540 rspSource = tmpBuf[0]&0xf; in EXhalbtc8723b2ant_BtInfoNotify()
3548 pCoexSta->btInfoC2h[rspSource][i] = tmpBuf[i]; in EXhalbtc8723b2ant_BtInfoNotify()
3550 btInfo = tmpBuf[i]; in EXhalbtc8723b2ant_BtInfoNotify()
3553 BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("0x%02x]\n", tmpBuf[i])); in EXhalbtc8723b2ant_BtInfoNotify()
3555 BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("0x%02x, ", tmpBuf[i])); in EXhalbtc8723b2ant_BtInfoNotify()
DHalBtcOutSrc.h548 PBTC_COEXIST pBtCoexist, u8 *tmpBuf, u8 length
Drtl8723b_hal_init.c3758 u8 *tmpBuf = NULL; in C2HPacketHandler_8723B() local
3770 tmpBuf = pbuffer+2; in C2HPacketHandler_8723B()
3774 …al_init_c_, _drv_notice_, "C2HPacketHandler_8723B(): Command Content:\n", tmpBuf, C2hEvent.CmdLen); in C2HPacketHandler_8723B()
3776 process_c2h_event(padapter, &C2hEvent, tmpBuf); in C2HPacketHandler_8723B()