Searched refs:enable_wow (Results 1 – 6 of 6) sorted by relevance
| /drivers/net/wireless/realtek/rtw89/ |
| A D | wow.c | 710 static void rtw89_wow_leave_ps(struct rtw89_dev *rtwdev, bool enable_wow) in rtw89_wow_leave_ps() argument 717 if (enable_wow) in rtw89_wow_leave_ps() 724 static int rtw89_wow_config_mac(struct rtw89_dev *rtwdev, bool enable_wow) in rtw89_wow_config_mac() argument 728 return mac->wow_config_mac(rtwdev, enable_wow); in rtw89_wow_config_mac()
|
| A D | mac_be.c | 2349 static int rtw89_wow_config_mac_be(struct rtw89_dev *rtwdev, bool enable_wow) in rtw89_wow_config_mac_be() argument 2351 if (enable_wow) { in rtw89_wow_config_mac_be() 2354 rtw89_mac_cpu_io_rx(rtwdev, enable_wow); in rtw89_wow_config_mac_be() 2366 rtw89_mac_cpu_io_rx(rtwdev, enable_wow); in rtw89_wow_config_mac_be()
|
| A D | mac.h | 1073 int (*wow_config_mac)(struct rtw89_dev *rtwdev, bool enable_wow);
|
| A D | mac.c | 6884 static int rtw89_wow_config_mac_ax(struct rtw89_dev *rtwdev, bool enable_wow) in rtw89_wow_config_mac_ax() argument 6890 if (enable_wow) { in rtw89_wow_config_mac_ax() 6898 rtw89_mac_cpu_io_rx(rtwdev, enable_wow); in rtw89_wow_config_mac_ax() 6921 rtw89_mac_cpu_io_rx(rtwdev, enable_wow); in rtw89_wow_config_mac_ax()
|
| /drivers/net/wireless/ath/ath6kl/ |
| A D | wmi.h | 2121 __le32 enable_wow; member
|
| A D | wmi.c | 2930 cmd->enable_wow = cpu_to_le32(wow_mode); in ath6kl_wmi_set_wow_mode_cmd()
|
Completed in 55 milliseconds