Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/realtek/rtw88/
Dcoex.h405 void rtw_coex_switchband_notify(struct rtw_dev *rtwdev, u8 type);
Dmain.c737 rtw_coex_switchband_notify(rtwdev, COEX_SWITCH_TO_5G); in rtw_set_channel()
740 rtw_coex_switchband_notify(rtwdev, COEX_SWITCH_TO_24G); in rtw_set_channel()
742 rtw_coex_switchband_notify(rtwdev, COEX_SWITCH_TO_24G_NOFORSCAN); in rtw_set_channel()
Dcoex.c2760 void rtw_coex_switchband_notify(struct rtw_dev *rtwdev, u8 type) in rtw_coex_switchband_notify() function