Home
last modified time | relevance | path

Searched refs:rtw_coex_switchband_notify (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw88/
H A Dcoex.h408 void rtw_coex_switchband_notify(struct rtw_dev *rtwdev, u8 type);
H A Dmain.c876 rtw_coex_switchband_notify(rtwdev, COEX_SWITCH_TO_5G); in rtw_set_channel()
879 rtw_coex_switchband_notify(rtwdev, COEX_SWITCH_TO_24G); in rtw_set_channel()
881 rtw_coex_switchband_notify(rtwdev, COEX_SWITCH_TO_24G_NOFORSCAN); in rtw_set_channel()
H A Dfw.c2415 rtw_coex_switchband_notify(rtwdev, COEX_SWITCH_TO_5G); in rtw_hw_scan_chan_switch()
2423 rtw_coex_switchband_notify(rtwdev, chan_type); in rtw_hw_scan_chan_switch()
H A Dcoex.c2866 void rtw_coex_switchband_notify(struct rtw_dev *rtwdev, u8 type) in rtw_coex_switchband_notify() function