Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/realtek/rtw88/
Dcoex.c181 if (!coex_stat->wl_gl_busy) { in rtw_coex_wl_noisy_detect()
388 coex_stat->wl_gl_busy = rtw_flag_check(rtwdev, RTW_FLAG_BUSY_TRAFFIC); in rtw_coex_update_wl_link_info()
1273 if (!coex_stat->wl_gl_busy) { in rtw_coex_action_bt_idle()
1285 if (!coex_stat->wl_gl_busy) { in rtw_coex_action_bt_idle()
1416 if (!coex_stat->wl_gl_busy) in rtw_coex_action_bt_hid()
1423 else if (coex_stat->wl_gl_busy) in rtw_coex_action_bt_hid()
1434 coex_stat->wl_gl_busy) in rtw_coex_action_bt_hid()
1450 if (coex_stat->wl_gl_busy) in rtw_coex_action_bt_hid()
1478 if (coex_stat->wl_gl_busy && coex_stat->wl_noisy_level == 0) in rtw_coex_action_bt_a2dp()
1485 if (coex_stat->wl_gl_busy) in rtw_coex_action_bt_a2dp()
[all …]
Dmain.h1011 bool wl_gl_busy; member