Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dcoex.c560 coex_stat->wl_linkscan_proc = true; in rtw_coex_update_wl_link_info()
562 coex_stat->wl_linkscan_proc = false; in rtw_coex_update_wl_link_info()
575 if (coex_stat->wl_linkscan_proc || coex_stat->wl_hi_pri_task1 || in rtw_coex_update_wl_link_info()
1767 if (coex_stat->wl_linkscan_proc || coex_stat->wl_hi_pri_task1 || in rtw_coex_action_bt_inquiry()
1869 else if (coex_stat->wl_linkscan_proc || coex_stat->bt_hid_exist) in rtw_coex_action_bt_game_hid()
2331 if (coex_stat->bt_game_hid_exist && coex_stat->wl_linkscan_proc) in rtw_coex_action_wl_under5g()
2631 if (coex_stat->wl_linkscan_proc && !coex->freerun) { in rtw_coex_run_coex()
H A Dmain.h1437 bool wl_linkscan_proc; member