Searched refs:BTC_WRFK_STOP (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/wireless/realtek/rtw89/ |
A D | coex.h | 39 BTC_WRFK_STOP = 0, enumerator
|
A D | coex.c | 2249 wl->rfk_info.state != BTC_WRFK_STOP) { in _set_ant() 3440 if (wl->rfk_info.state != BTC_WRFK_STOP) { in rtw89_coex_rfk_chk_work() 3445 wl->rfk_info.state = BTC_WRFK_STOP; in rtw89_coex_rfk_chk_work() 3627 if (wl->rfk_info.state != BTC_WRFK_STOP) { in _run_coex() 4254 wl->rfk_info.state = result ? BTC_WRFK_START : BTC_WRFK_STOP; in _ntfy_wl_rfk() 4262 if (wl->rfk_info.state == BTC_WRFK_STOP) { in _ntfy_wl_rfk() 4269 case BTC_WRFK_STOP: in _ntfy_wl_rfk() 4271 wl->rfk_info.state = BTC_WRFK_STOP; in _ntfy_wl_rfk() 4284 wl->rfk_info.state == BTC_WRFK_STOP) in _ntfy_wl_rfk() 4317 state == BTC_WRFK_STOP ? "RFK_STOP" : in rtw89_btc_ntfy_wl_rfk()
|
A D | rtw8852a_rfk.c | 3662 rtw89_btc_ntfy_wl_rfk(rtwdev, phy_map, BTC_WRFKT_DPK, BTC_WRFK_STOP); in _tssi_pre_tx() 3679 rtw89_btc_ntfy_wl_rfk(rtwdev, phy_map, BTC_WRFKT_DACK, BTC_WRFK_STOP); in rtw8852a_dack() 3698 rtw89_btc_ntfy_wl_rfk(rtwdev, phy_map, BTC_WRFKT_IQK, BTC_WRFK_STOP); in rtw8852a_iqk() 3719 rtw89_btc_ntfy_wl_rfk(rtwdev, phy_map, BTC_WRFKT_RXDCK, BTC_WRFK_STOP); in rtw8852a_rx_dck() 3736 rtw89_btc_ntfy_wl_rfk(rtwdev, phy_map, BTC_WRFKT_DPK, BTC_WRFK_STOP); in rtw8852a_dpk()
|
Completed in 24 milliseconds