Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/rtl8723bs/include/
Dhal_btcoex.h41 void hal_btcoex_BtInfoNotify(struct adapter *padapter, u8 length, u8 *tmpBuf);
/linux-5.19.10/drivers/staging/rtl8723bs/hal/
Dhal_btcoex.c1051 void EXhalbtcoutsrc_BtInfoNotify(struct btc_coexist *pBtCoexist, u8 *tmpBuf, u8 length) in EXhalbtcoutsrc_BtInfoNotify() argument
1062 EXhalbtc8723b2ant_BtInfoNotify(pBtCoexist, tmpBuf, length); in EXhalbtcoutsrc_BtInfoNotify()
1064 EXhalbtc8723b1ant_BtInfoNotify(pBtCoexist, tmpBuf, length); in EXhalbtcoutsrc_BtInfoNotify()
1253 void hal_btcoex_BtInfoNotify(struct adapter *padapter, u8 length, u8 *tmpBuf) in hal_btcoex_BtInfoNotify() argument
1258 EXhalbtcoutsrc_BtInfoNotify(&GLBtCoexist, tmpBuf, length); in hal_btcoex_BtInfoNotify()
DHalBtc8723b2Ant.h142 struct btc_coexist *pBtCoexist, u8 *tmpBuf, u8 length
DHalBtc8723b1Ant.h180 struct btc_coexist *pBtCoexist, u8 *tmpBuf, u8 length
DHalBtcOutSrc.h417 struct btc_coexist *pBtCoexist, u8 *tmpBuf, u8 length
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()
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()
Drtl8723b_hal_init.c3224 u8 *tmpBuf = NULL; in C2HPacketHandler_8723B() local
3228 tmpBuf = pbuffer+2; in C2HPacketHandler_8723B()
3230 process_c2h_event(padapter, &C2hEvent, tmpBuf); in C2HPacketHandler_8723B()