Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/btc/
H A Dhalbtccommon.c4531 coex_sta->wl_in_lps_enter = TRUE; in rtw_btc_ex_lps_notify()
4537 coex_sta->wl_in_lps_enter = FALSE; in rtw_btc_ex_lps_notify()
4858 if (coex_sta->wl_in_lps_enter) { in rtw_btc_ex_bt_info_notify()
4861 __func__, coex_sta->wl_in_lps_enter); in rtw_btc_ex_bt_info_notify()
5153 if (!coex_sta->wl_in_lps_enter) in rtw_btc_ex_bt_info_notify()
5321 if (coex_sta->wl_in_lps_enter) { in rtw_btc_ex_timerup_notify()
5324 __func__, coex_sta->wl_in_lps_enter); in rtw_btc_ex_timerup_notify()
5433 if (is_change && !coex_sta->wl_in_lps_enter) in rtw_btc_ex_timerup_notify()
H A Dhalbtcoutsrc.h801 boolean wl_in_lps_enter; member