Searched refs:tmpBuf (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/staging/rtl8723bs/hal/ |
H A D | hal_btcoex.c | 1050 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 D | HalBtc8723b2Ant.h | 142 struct btc_coexist *pBtCoexist, u8 *tmpBuf, u8 length
|
H A D | HalBtc8723b1Ant.h | 180 struct btc_coexist *pBtCoexist, u8 *tmpBuf, u8 length
|
H A D | HalBtcOutSrc.h | 417 struct btc_coexist *pBtCoexist, u8 *tmpBuf, u8 length
|
H A 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()
|
H A 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()
|
H A D | rtl8723b_hal_init.c | 3215 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 D | hal_btcoex.h | 40 void hal_btcoex_BtInfoNotify(struct adapter *padapter, u8 length, u8 *tmpBuf);
|