Searched refs:enable_wow (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | wow.c | 759 static void rtw89_wow_leave_ps(struct rtw89_dev *rtwdev, bool enable_wow) in rtw89_wow_leave_ps() argument 766 if (enable_wow) in rtw89_wow_leave_ps() 773 static int rtw89_wow_config_mac(struct rtw89_dev *rtwdev, bool enable_wow) in rtw89_wow_config_mac() argument 777 return mac->wow_config_mac(rtwdev, enable_wow); in rtw89_wow_config_mac()
|
| H A D | mac_be.c | 2953 static int rtw89_wow_config_mac_be(struct rtw89_dev *rtwdev, bool enable_wow) in rtw89_wow_config_mac_be() argument 2955 if (enable_wow) { in rtw89_wow_config_mac_be() 2958 rtw89_mac_cpu_io_rx(rtwdev, enable_wow); in rtw89_wow_config_mac_be() 2970 rtw89_mac_cpu_io_rx(rtwdev, enable_wow); in rtw89_wow_config_mac_be()
|
| H A D | mac.h | 1126 int (*wow_config_mac)(struct rtw89_dev *rtwdev, bool enable_wow);
|
| H A D | mac.c | 7197 static int rtw89_wow_config_mac_ax(struct rtw89_dev *rtwdev, bool enable_wow) in rtw89_wow_config_mac_ax() argument 7203 if (enable_wow) { in rtw89_wow_config_mac_ax() 7211 rtw89_mac_cpu_io_rx(rtwdev, enable_wow); in rtw89_wow_config_mac_ax() 7234 rtw89_mac_cpu_io_rx(rtwdev, enable_wow); in rtw89_wow_config_mac_ax()
|
| /linux/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()
|