Home
last modified time | relevance | path

Searched refs:enable_ps (Results 1 – 9 of 9) sorted by relevance

/drivers/net/wireless/silabs/wfx/
A Dsta.c136 static int wfx_get_ps_timeout(struct wfx_vif *wvif, bool *enable_ps) in wfx_get_ps_timeout() argument
142 WARN(!vif->cfg.assoc && enable_ps, in wfx_get_ps_timeout()
159 if (enable_ps) in wfx_get_ps_timeout()
160 *enable_ps = false; in wfx_get_ps_timeout()
166 if (enable_ps) in wfx_get_ps_timeout()
167 *enable_ps = true; in wfx_get_ps_timeout()
173 if (enable_ps) in wfx_get_ps_timeout()
174 *enable_ps = vif->cfg.ps; in wfx_get_ps_timeout()
/drivers/net/wireless/intel/iwlwifi/mld/
A Dpower.c29 bool enable_ps = false; in iwl_mld_update_device_power() local
32 enable_ps = true; in iwl_mld_update_device_power()
40 &enable_ps); in iwl_mld_update_device_power()
43 if (enable_ps) in iwl_mld_update_device_power()
/drivers/net/wireless/ti/wl12xx/
A Ddebugfs.c71 WL12XX_DEBUGFS_FWSTATS_FILE(pwr, enable_ps, "%u");
171 DEBUGFS_FWSTATS_ADD(pwr, enable_ps); in wl12xx_debugfs_add_files()
A Dacx.h169 __le16 enable_ps; member
/drivers/net/wireless/ti/wl1251/
A Ddebugfs.c153 DEBUGFS_FWSTATS_FILE(pwr, enable_ps, 20, "%u");
293 DEBUGFS_FWSTATS_DEL(pwr, enable_ps); in wl1251_debugfs_delete_files()
392 DEBUGFS_FWSTATS_ADD(pwr, enable_ps); in wl1251_debugfs_add_files()
A Dacx.h988 u16 enable_ps; member
/drivers/net/wireless/ath/ath10k/
A Dmac.c1949 bool enable_ps; in ath10k_mac_vif_setup_ps() local
1956 enable_ps = arvif->ps; in ath10k_mac_vif_setup_ps()
1958 if (enable_ps && ath10k_mac_num_vifs_started(ar) > 1 && in ath10k_mac_vif_setup_ps()
1963 enable_ps = false; in ath10k_mac_vif_setup_ps()
1973 } else if (enable_ps) { in ath10k_mac_vif_setup_ps()
/drivers/net/wireless/ath/ath11k/
A Dmac.c1225 bool enable_ps; in ath11k_mac_vif_setup_ps() local
1232 enable_ps = arvif->ps; in ath11k_mac_vif_setup_ps()
1234 if (enable_ps) { in ath11k_mac_vif_setup_ps()
/drivers/net/wireless/ath/ath12k/
A Dmac.c4162 bool enable_ps; in ath12k_mac_vif_setup_ps() local
4169 enable_ps = arvif->ahvif->ps; in ath12k_mac_vif_setup_ps()
4170 if (enable_ps) { in ath12k_mac_vif_setup_ps()

Completed in 63 milliseconds