Searched refs:tmpBuf (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/drivers/staging/rtl8723bs/include/ |
D | hal_btcoex.h | 41 void hal_btcoex_BtInfoNotify(struct adapter *padapter, u8 length, u8 *tmpBuf);
|
/linux-5.19.10/drivers/staging/rtl8723bs/hal/ |
D | hal_btcoex.c | 1051 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()
|
D | HalBtc8723b2Ant.h | 142 struct btc_coexist *pBtCoexist, u8 *tmpBuf, u8 length
|
D | HalBtc8723b1Ant.h | 180 struct btc_coexist *pBtCoexist, u8 *tmpBuf, u8 length
|
D | HalBtcOutSrc.h | 417 struct btc_coexist *pBtCoexist, u8 *tmpBuf, u8 length
|
D | HalBtc8723b1Ant.c | 2480 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()
|
D | HalBtc8723b2Ant.c | 2466 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()
|
D | rtl8723b_hal_init.c | 3224 u8 *tmpBuf = NULL; in C2HPacketHandler_8723B() local 3228 tmpBuf = pbuffer+2; in C2HPacketHandler_8723B() 3230 process_c2h_event(padapter, &C2hEvent, tmpBuf); in C2HPacketHandler_8723B()
|