Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/hal/
H A Dhal_btcoex.c1050 void EXhalbtcoutsrc_BtInfoNotify(struct btc_coexist *pBtCoexist, u8 *tmpBuf, u8 length) in EXhalbtcoutsrc_BtInfoNotify() argument
1061 EXhalbtc8723b2ant_BtInfoNotify(pBtCoexist, tmpBuf, length); in EXhalbtcoutsrc_BtInfoNotify()
1063 EXhalbtc8723b1ant_BtInfoNotify(pBtCoexist, tmpBuf, length); in EXhalbtcoutsrc_BtInfoNotify()
1244 void hal_btcoex_BtInfoNotify(struct adapter *padapter, u8 length, u8 *tmpBuf) in hal_btcoex_BtInfoNotify() argument
1249 EXhalbtcoutsrc_BtInfoNotify(&GLBtCoexist, tmpBuf, length); in hal_btcoex_BtInfoNotify()
H A DHalBtc8723b2Ant.h142 struct btc_coexist *pBtCoexist, u8 *tmpBuf, u8 length
H A DHalBtc8723b1Ant.h180 struct btc_coexist *pBtCoexist, u8 *tmpBuf, u8 length
H A DHalBtcOutSrc.h417 struct btc_coexist *pBtCoexist, u8 *tmpBuf, u8 length
H A DHalBtc8723b2Ant.c2466 struct btc_coexist *pBtCoexist, u8 *tmpBuf, u8 length in EXhalbtc8723b2ant_BtInfoNotify() argument
2476 rspSource = tmpBuf[0] & 0xf; in EXhalbtc8723b2ant_BtInfoNotify()
2483 pCoexSta->btInfoC2h[rspSource][i] = tmpBuf[i]; in EXhalbtc8723b2ant_BtInfoNotify()
2485 btInfo = tmpBuf[i]; in EXhalbtc8723b2ant_BtInfoNotify()
H A DHalBtc8723b1Ant.c2480 struct btc_coexist *pBtCoexist, u8 *tmpBuf, u8 length in EXhalbtc8723b1ant_BtInfoNotify() argument
2490 rspSource = tmpBuf[0] & 0xf; in EXhalbtc8723b1ant_BtInfoNotify()
2496 pCoexSta->btInfoC2h[rspSource][i] = tmpBuf[i]; in EXhalbtc8723b1ant_BtInfoNotify()
2498 btInfo = tmpBuf[i]; in EXhalbtc8723b1ant_BtInfoNotify()
H A Drtl8723b_hal_init.c3215 u8 *tmpBuf = NULL; in C2HPacketHandler_8723B() local
3219 tmpBuf = pbuffer+2; in C2HPacketHandler_8723B()
3221 process_c2h_event(padapter, &C2hEvent, tmpBuf); in C2HPacketHandler_8723B()
/linux/drivers/staging/rtl8723bs/include/
H A Dhal_btcoex.h40 void hal_btcoex_BtInfoNotify(struct adapter *padapter, u8 length, u8 *tmpBuf);