Searched refs:rpt_content (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/ |
| H A D | halbtc_fw.c | 200 u8 rpt_type = 0, *rpt_content = NULL, *pfinfo = NULL; in _chk_btc_report() local 211 rpt_content = &prptbuf[index+3]; in _chk_btc_report() 219 pcinfo->rsp_fver = *rpt_content; in _chk_btc_report() 293 pcinfo->rsp_fver = *rpt_content; in _chk_btc_report() 312 } else if (!pfinfo || !rpt_content || !pcinfo->req_len) { in _chk_btc_report() 319 hal_mem_cpy(hal, (void *)pfinfo, (void *)rpt_content, pcinfo->req_len); in _chk_btc_report()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/ |
| H A D | halbtc_fw.c | 200 u8 rpt_type = 0, *rpt_content = NULL, *pfinfo = NULL; in _chk_btc_report() local 211 rpt_content = &prptbuf[index+3]; in _chk_btc_report() 219 pcinfo->rsp_fver = *rpt_content; in _chk_btc_report() 293 pcinfo->rsp_fver = *rpt_content; in _chk_btc_report() 312 } else if (!pfinfo || !rpt_content || !pcinfo->req_len) { in _chk_btc_report() 319 hal_mem_cpy(hal, (void *)pfinfo, (void *)rpt_content, pcinfo->req_len); in _chk_btc_report()
|