tmpBuf           3536 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 	PBTC_COEXIST pBtCoexist, u8 *tmpBuf, u8 length
tmpBuf           3546 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 	rspSource = tmpBuf[0]&0xf;
tmpBuf           3559 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 		pCoexSta->btInfoC2h[rspSource][i] = tmpBuf[i];
tmpBuf           3561 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 			btInfo = tmpBuf[i];
tmpBuf           3564 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 				BTC_MSG_INTERFACE, INTF_NOTIFY, ("0x%02x]\n", tmpBuf[i])
tmpBuf           3567 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.c 			BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("0x%02x, ", tmpBuf[i]));
tmpBuf            180 drivers/staging/rtl8723bs/hal/HalBtc8723b1Ant.h 	PBTC_COEXIST pBtCoexist, u8 *tmpBuf, u8 length
tmpBuf           3370 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c 	PBTC_COEXIST pBtCoexist, u8 *tmpBuf, u8 length
tmpBuf           3380 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c 	rspSource = tmpBuf[0]&0xf;
tmpBuf           3388 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c 		pCoexSta->btInfoC2h[rspSource][i] = tmpBuf[i];
tmpBuf           3390 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c 			btInfo = tmpBuf[i];
tmpBuf           3393 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c 			BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("0x%02x]\n", tmpBuf[i]));
tmpBuf           3395 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.c 			BTC_PRINT(BTC_MSG_INTERFACE, INTF_NOTIFY, ("0x%02x, ", tmpBuf[i]));
tmpBuf            142 drivers/staging/rtl8723bs/hal/HalBtc8723b2Ant.h 	PBTC_COEXIST pBtCoexist, u8 *tmpBuf, u8 length
tmpBuf            547 drivers/staging/rtl8723bs/hal/HalBtcOutSrc.h 	PBTC_COEXIST pBtCoexist, u8 *tmpBuf, u8 length
tmpBuf           1209 drivers/staging/rtl8723bs/hal/hal_btcoex.c void EXhalbtcoutsrc_BtInfoNotify(PBTC_COEXIST pBtCoexist, u8 *tmpBuf, u8 length)
tmpBuf           1220 drivers/staging/rtl8723bs/hal/hal_btcoex.c 		EXhalbtc8723b2ant_BtInfoNotify(pBtCoexist, tmpBuf, length);
tmpBuf           1222 drivers/staging/rtl8723bs/hal/hal_btcoex.c 		EXhalbtc8723b1ant_BtInfoNotify(pBtCoexist, tmpBuf, length);
tmpBuf           1434 drivers/staging/rtl8723bs/hal/hal_btcoex.c void hal_btcoex_BtInfoNotify(struct adapter *padapter, u8 length, u8 *tmpBuf)
tmpBuf           1439 drivers/staging/rtl8723bs/hal/hal_btcoex.c 	EXhalbtcoutsrc_BtInfoNotify(&GLBtCoexist, tmpBuf, length);
tmpBuf           3756 drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c 	u8 *tmpBuf = NULL;
tmpBuf           3768 drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c 	tmpBuf = pbuffer+2;
tmpBuf           3772 drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c 	RT_PRINT_DATA(_module_hal_init_c_, _drv_notice_, "C2HPacketHandler_8723B(): Command Content:\n", tmpBuf, C2hEvent.CmdLen);
tmpBuf           3774 drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c 	process_c2h_event(padapter, &C2hEvent, tmpBuf);
tmpBuf             42 drivers/staging/rtl8723bs/include/hal_btcoex.h void hal_btcoex_BtInfoNotify(struct adapter *padapter, u8 length, u8 *tmpBuf);