Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dcoex.c131 if (COEX_RSSI_HIGH(coex_dm->wl_rssi_state[1]) && in rtw_coex_freerun_check()
140 if (COEX_RSSI_HIGH(coex_dm->wl_rssi_state[3]) && in rtw_coex_freerun_check()
230 COEX_RSSI_HIGH(coex_dm->wl_rssi_state[3]) && in rtw_coex_wl_ccklock_detect()
567 rssi_state = coex_dm->wl_rssi_state[i]; in rtw_coex_update_wl_link_info()
572 coex_dm->wl_rssi_state[i] = rssi_state; in rtw_coex_update_wl_link_info()
1573 if (COEX_RSSI_HIGH(coex_dm->wl_rssi_state[0])) in rtw_coex_action_freerun()
1700 COEX_RSSI_HIGH(coex_dm->wl_rssi_state[3]) && in rtw_coex_action_bt_idle()
1880 if (COEX_RSSI_HIGH(coex_dm->wl_rssi_state[1])) in rtw_coex_action_bt_game_hid()
2047 if (COEX_RSSI_HIGH(coex_dm->wl_rssi_state[1])) in rtw_coex_action_bt_a2dp()
2176 if (COEX_RSSI_HIGH(coex_dm->wl_rssi_state[1])) in rtw_coex_action_bt_a2dp_hid()
[all …]
H A Dmain.h1327 u8 wl_rssi_state[4]; member