Searched refs:enable_wow (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/net/wireless/realtek/rtw89/ |
| H A D | wow.c | 707 static void rtw89_wow_leave_ps(struct rtw89_dev *rtwdev, bool enable_wow) in rtw89_wow_leave_ps() argument 714 if (enable_wow) in rtw89_wow_leave_ps() 721 static int rtw89_wow_config_mac(struct rtw89_dev *rtwdev, bool enable_wow) in rtw89_wow_config_mac() argument 725 return mac->wow_config_mac(rtwdev, enable_wow); in rtw89_wow_config_mac()
|
| H A D | mac_be.c | 2348 static int rtw89_wow_config_mac_be(struct rtw89_dev *rtwdev, bool enable_wow) in rtw89_wow_config_mac_be() argument 2350 if (enable_wow) { in rtw89_wow_config_mac_be() 2353 rtw89_mac_cpu_io_rx(rtwdev, enable_wow); in rtw89_wow_config_mac_be() 2365 rtw89_mac_cpu_io_rx(rtwdev, enable_wow); in rtw89_wow_config_mac_be()
|
| H A D | mac.h | 1043 int (*wow_config_mac)(struct rtw89_dev *rtwdev, bool enable_wow);
|
| H A D | mac.c | 6737 static int rtw89_wow_config_mac_ax(struct rtw89_dev *rtwdev, bool enable_wow) in rtw89_wow_config_mac_ax() argument 6743 if (enable_wow) { in rtw89_wow_config_mac_ax() 6751 rtw89_mac_cpu_io_rx(rtwdev, enable_wow); in rtw89_wow_config_mac_ax() 6774 rtw89_mac_cpu_io_rx(rtwdev, enable_wow); in rtw89_wow_config_mac_ax()
|
| /linux-6.15/drivers/net/wireless/ath/ath6kl/ |
| H A D | wmi.h | 2121 __le32 enable_wow; member
|
| H A D | wmi.c | 2930 cmd->enable_wow = cpu_to_le32(wow_mode); in ath6kl_wmi_set_wow_mode_cmd()
|