Home
last modified time | relevance | path

Searched refs:ath6kl_wmi_powermode_cmd (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c1499 if (ath6kl_wmi_powermode_cmd(ar->wmi, vif->fw_vif_idx, in ath6kl_cfg80211_set_power_mgmt()
2365 ret = ath6kl_wmi_powermode_cmd(ar->wmi, 0, REC_POWER); in ath6kl_cfg80211_deepsleep_suspend()
2397 ret = ath6kl_wmi_powermode_cmd(ar->wmi, 0, in ath6kl_cfg80211_deepsleep_resume()
3524 if (ath6kl_wmi_powermode_cmd(ar->wmi, 0, REC_POWER) != 0) in ath6kl_cfg80211_stop_all()
H A Dwmi.h2593 int ath6kl_wmi_powermode_cmd(struct wmi *wmi, u8 if_idx, u8 pwr_mode);
H A Dwmi.c2221 int ath6kl_wmi_powermode_cmd(struct wmi *wmi, u8 if_idx, u8 pwr_mode) in ath6kl_wmi_powermode_cmd() function