Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/realtek/rtw89/
Dcoex.c899 static void _update_bt_report(struct rtw89_dev *rtwdev, u8 rpt_type, u8 *pfinfo) in _update_bt_report() argument
920 __func__, rpt_type); in _update_bt_report()
922 switch (rpt_type) { in _update_bt_report()
1002 u8 rpt_type = 0; in _chk_btc_report() local
1018 rpt_type = btc_prpt->type; in _chk_btc_report()
1024 __func__, rpt_type); in _chk_btc_report()
1026 switch (rpt_type) { in _chk_btc_report()
1186 if (rpt_type < BTC_RPT_TYPE_MAX) in _chk_btc_report()
1187 pfwinfo->len_mismch |= (0x1 << rpt_type); in _chk_btc_report()
1192 __func__, rpt_type, rpt_len, pcinfo->req_len); in _chk_btc_report()
[all …]