Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/realtek/rtw88/
Dcoex.c181 if (!coex_stat->wl_gl_busy) { in rtw_coex_wl_noisy_detect()
392 if (wl_busy != coex_stat->wl_gl_busy) { in rtw_coex_update_wl_link_info()
394 coex_stat->wl_gl_busy = true; in rtw_coex_update_wl_link_info()
1295 if (!coex_stat->wl_gl_busy) { in rtw_coex_action_bt_idle()
1307 if (!coex_stat->wl_gl_busy) { in rtw_coex_action_bt_idle()
1351 } else if (coex_stat->wl_gl_busy) { in rtw_coex_action_bt_inquiry()
1385 } else if (coex_stat->wl_gl_busy) { in rtw_coex_action_bt_inquiry()
1455 if (!coex_stat->wl_gl_busy) in rtw_coex_action_bt_hid()
1462 else if (coex_stat->wl_gl_busy) in rtw_coex_action_bt_hid()
1473 coex_stat->wl_gl_busy) in rtw_coex_action_bt_hid()
[all …]
Dmain.h1315 bool wl_gl_busy; member