Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/realtek/rtw89/
Dcoex.c786 static void _update_bt_report(struct rtw89_dev *rtwdev, u8 rpt_type, u8 *pfinfo) in _update_bt_report() argument
804 __func__, rpt_type); in _update_bt_report()
806 switch (rpt_type) { in _update_bt_report()
927 u8 rpt_type = 0; in _chk_btc_report() local
943 rpt_type = btc_prpt->type; in _chk_btc_report()
949 __func__, rpt_type); in _chk_btc_report()
951 switch (rpt_type) { in _chk_btc_report()
1086 if (rpt_type < BTC_RPT_TYPE_MAX) in _chk_btc_report()
1087 pfwinfo->len_mismch |= (0x1 << rpt_type); in _chk_btc_report()
1092 __func__, rpt_type, rpt_len, pcinfo->req_len); in _chk_btc_report()
[all …]