Home
last modified time | relevance | path

Searched refs:enable_wow (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dwow.c707 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 Dmac_be.c2348 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 Dmac.h1043 int (*wow_config_mac)(struct rtw89_dev *rtwdev, bool enable_wow);
H A Dmac.c6737 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 Dwmi.h2121 __le32 enable_wow; member
H A Dwmi.c2930 cmd->enable_wow = cpu_to_le32(wow_mode); in ath6kl_wmi_set_wow_mode_cmd()