Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/realtek/rtw88/
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()
2313 if (coex_stat->bt_game_hid_exist && coex_stat->wl_linkscan_proc) in rtw_coex_action_wl_under5g()
2613 if (coex_stat->wl_linkscan_proc && !coex->freerun) { in rtw_coex_run_coex()
Dmain.h1449 bool wl_linkscan_proc; member