Home
last modified time | relevance | path

Searched refs:disable_ps (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/
Dpower.c553 bool *disable_ps = _data; in iwl_mvm_power_ps_disabled_iterator() local
556 *disable_ps |= mvmvif->ps_disabled; in iwl_mvm_power_ps_disabled_iterator()
850 bool disable_ps; in iwl_mvm_power_set_ps() local
854 disable_ps = (iwlmvm_mod_params.power_scheme == IWL_POWER_SCHEME_CAM); in iwl_mvm_power_set_ps()
859 &disable_ps); in iwl_mvm_power_set_ps()
862 if (mvm->ps_disabled != disable_ps) { in iwl_mvm_power_set_ps()
865 mvm->ps_disabled = disable_ps; in iwl_mvm_power_set_ps()
/linux-6.1.9/drivers/net/wireless/ti/wl12xx/
Ddebugfs.c72 WL12XX_DEBUGFS_FWSTATS_FILE(pwr, disable_ps, "%u");
172 DEBUGFS_FWSTATS_ADD(pwr, disable_ps); in wl12xx_debugfs_add_files()
Dacx.h175 __le16 disable_ps; member
/linux-6.1.9/drivers/net/wireless/ti/wl1251/
Ddebugfs.c154 DEBUGFS_FWSTATS_FILE(pwr, disable_ps, 20, "%u");
294 DEBUGFS_FWSTATS_DEL(pwr, disable_ps); in wl1251_debugfs_delete_files()
393 DEBUGFS_FWSTATS_ADD(pwr, disable_ps); in wl1251_debugfs_add_files()
Dacx.h994 u16 disable_ps; member