Home
last modified time | relevance | path

Searched refs:prptbuf (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/
H A Dhalbtc_fw.c191 u8 *prptbuf, u32 index) in _chk_btc_report() argument
204 if (!prptbuf) { in _chk_btc_report()
209 rpt_type = prptbuf[index]; in _chk_btc_report()
210 rpt_len = (prptbuf[index+2] << 8) + prptbuf[index+1]; in _chk_btc_report()
211 rpt_content = &prptbuf[index+3]; in _chk_btc_report()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/
H A Dhalbtc_fw.c191 u8 *prptbuf, u32 index) in _chk_btc_report() argument
204 if (!prptbuf) { in _chk_btc_report()
209 rpt_type = prptbuf[index]; in _chk_btc_report()
210 rpt_len = (prptbuf[index+2] << 8) + prptbuf[index+1]; in _chk_btc_report()
211 rpt_content = &prptbuf[index+3]; in _chk_btc_report()