Searched refs:igno_bt (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | coex.c | 3944 if (btc->dm.freerun || btc->ctrl.igno_bt || b->profile_cnt.now == 0 || in _set_wl_tx_limit() 5117 if (btc->ctrl.igno_bt && in _run_coex() 5148 btc->ctrl.igno_bt = true; in _run_coex() 5154 btc->ctrl.igno_bt = true; in _run_coex() 5160 btc->ctrl.igno_bt = true; in _run_coex() 5164 btc->ctrl.igno_bt = false; in _run_coex() 5309 btc->ctrl.igno_bt = true; in rtw89_btc_ntfy_init() 6789 seq_printf(m, " %-15s : wl_only:%d, bt_only:%d, igno_bt:%d, free_run:%d, wl_ps_ctrl:%d, wl_mimo_ps:%d, ", in _show_dm_info() 6790 "[dm_flag]", dm->wl_only, dm->bt_only, btc->ctrl.igno_bt, in _show_dm_info()
|
H A D | fw.c | 2808 RTW89_SET_FWCMD_CXCTRL_IGNORE_BT(cmd, ctrl->igno_bt); in rtw89_fw_h2c_cxdrv_ctrl()
|
H A D | core.h | 2447 u32 igno_bt: 1; member
|
Completed in 30 milliseconds