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

/linux-master/drivers/staging/rtl8723bs/include/
H A Dhal_btcoex.h40 void hal_btcoex_BtInfoNotify(struct adapter *padapter, u8 length, u8 *tmpBuf);
/linux-master/drivers/staging/rtl8723bs/hal/
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 Dhal_btcoex.c1051 void EXhalbtcoutsrc_BtInfoNotify(struct btc_coexist *pBtCoexist, u8 *tmpBuf, u8 length) argument
1062 EXhalbtc8723b2ant_BtInfoNotify(pBtCoexist, tmpBuf, length);
1064 EXhalbtc8723b1ant_BtInfoNotify(pBtCoexist, tmpBuf, length);
1245 void hal_btcoex_BtInfoNotify(struct adapter *padapter, u8 length, u8 *tmpBuf) argument
1250 EXhalbtcoutsrc_BtInfoNotify(&GLBtCoexist, tmpBuf, length);
H A DHalBtcOutSrc.h417 struct btc_coexist *pBtCoexist, u8 *tmpBuf, u8 length
H A DHalBtc8723b1Ant.c2480 struct btc_coexist *pBtCoexist, u8 *tmpBuf, u8 length
2490 rspSource = tmpBuf[0] & 0xf;
2496 pCoexSta->btInfoC2h[rspSource][i] = tmpBuf[i];
2498 btInfo = tmpBuf[i];
2479 EXhalbtc8723b1ant_BtInfoNotify( struct btc_coexist *pBtCoexist, u8 *tmpBuf, u8 length ) argument
H A DHalBtc8723b2Ant.c2466 struct btc_coexist *pBtCoexist, u8 *tmpBuf, u8 length
2476 rspSource = tmpBuf[0] & 0xf;
2483 pCoexSta->btInfoC2h[rspSource][i] = tmpBuf[i];
2485 btInfo = tmpBuf[i];
2465 EXhalbtc8723b2ant_BtInfoNotify( struct btc_coexist *pBtCoexist, u8 *tmpBuf, u8 length ) argument
H A Drtl8723b_hal_init.c3194 /* CCX_FwC2HTxRpt(padapter, QueueID, tmpBuf); */
3198 /* C2HExtRaRptHandler(padapter, tmpBuf, C2hEvent.CmdLen); */
3216 u8 *tmpBuf = NULL; local
3220 tmpBuf = pbuffer+2;
3222 process_c2h_event(padapter, &C2hEvent, tmpBuf);

Completed in 151 milliseconds