Searched refs:rtw_coex_switchband_notify (Results 1 – 4 of 4) sorted by relevance
408 void rtw_coex_switchband_notify(struct rtw_dev *rtwdev, u8 type);
799 rtw_coex_switchband_notify(rtwdev, COEX_SWITCH_TO_5G); in rtw_set_channel()802 rtw_coex_switchband_notify(rtwdev, COEX_SWITCH_TO_24G); in rtw_set_channel()804 rtw_coex_switchband_notify(rtwdev, COEX_SWITCH_TO_24G_NOFORSCAN); in rtw_set_channel()
2213 rtw_coex_switchband_notify(rtwdev, COEX_SWITCH_TO_5G); in rtw_hw_scan_chan_switch()2221 rtw_coex_switchband_notify(rtwdev, chan_type); in rtw_hw_scan_chan_switch()
2885 void rtw_coex_switchband_notify(struct rtw_dev *rtwdev, u8 type) in rtw_coex_switchband_notify() function