Searched refs:rtw_coex_switchband_notify (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
H A D | coex.h | 378 void rtw_coex_switchband_notify(struct rtw_dev *rtwdev, u8 type);
|
H A D | main.c | 594 rtw_coex_switchband_notify(rtwdev, COEX_SWITCH_TO_5G); in rtw_set_channel() 597 rtw_coex_switchband_notify(rtwdev, COEX_SWITCH_TO_24G); in rtw_set_channel() 599 rtw_coex_switchband_notify(rtwdev, COEX_SWITCH_TO_24G_NOFORSCAN); in rtw_set_channel()
|
H A D | coex.c | 2207 void rtw_coex_switchband_notify(struct rtw_dev *rtwdev, u8 type) in rtw_coex_switchband_notify() function
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
H A D | coex.h | 408 void rtw_coex_switchband_notify(struct rtw_dev *rtwdev, u8 type);
|
H A D | main.c | 877 rtw_coex_switchband_notify(rtwdev, COEX_SWITCH_TO_5G); in rtw_set_channel() 880 rtw_coex_switchband_notify(rtwdev, COEX_SWITCH_TO_24G); in rtw_set_channel() 882 rtw_coex_switchband_notify(rtwdev, COEX_SWITCH_TO_24G_NOFORSCAN); in rtw_set_channel()
|
H A D | fw.c | 2332 rtw_coex_switchband_notify(rtwdev, COEX_SWITCH_TO_5G); in rtw_hw_scan_chan_switch() 2340 rtw_coex_switchband_notify(rtwdev, chan_type); in rtw_hw_scan_chan_switch()
|
H A D | coex.c | 2884 void rtw_coex_switchband_notify(struct rtw_dev *rtwdev, u8 type) in rtw_coex_switchband_notify() function
|
Completed in 22 milliseconds