Searched refs:tmpBuf (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_btcoex.c | 68 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/ |
D | rtw_btcoex.h | 28 void rtw_btcoex_BtInfoNotify(struct adapter *, u8 length, u8 *tmpBuf);
|
D | hal_btcoex.h | 42 void hal_btcoex_BtInfoNotify(struct adapter *padapter, u8 length, u8 *tmpBuf);
|
/Linux-v4.19/drivers/staging/rtl8723bs/hal/ |
D | HalBtc8723b2Ant.h | 142 PBTC_COEXIST pBtCoexist, u8 *tmpBuf, u8 length
|
D | hal_btcoex.c | 1228 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()
|
D | HalBtc8723b1Ant.h | 180 PBTC_COEXIST pBtCoexist, u8 *tmpBuf, u8 length
|
D | HalBtc8723b1Ant.c | 3542 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()
|
D | HalBtc8723b2Ant.c | 3530 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()
|
D | HalBtcOutSrc.h | 548 PBTC_COEXIST pBtCoexist, u8 *tmpBuf, u8 length
|
D | rtl8723b_hal_init.c | 3758 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()
|