Home
last modified time | relevance | path

Searched refs:power_scheme (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dpower.c91 cmd->id_and_color, iwlmvm_mod_params.power_scheme, in iwl_mvm_power_log()
315 if (iwlmvm_mod_params.power_scheme != IWL_POWER_SCHEME_LP) in iwl_mvm_power_config_skip_dtim()
471 if (iwlmvm_mod_params.power_scheme == IWL_POWER_SCHEME_CAM) in iwl_mvm_power_update_device()
692 iwlmvm_mod_params.power_scheme); in iwl_mvm_power_mac_dbgfs_read()
854 disable_ps = (iwlmvm_mod_params.power_scheme == IWL_POWER_SCHEME_CAM); in iwl_mvm_power_set_ps()
Dops.c42 .power_scheme = IWL_POWER_SCHEME_BPS,
49 module_param_named(power_scheme, iwlmvm_mod_params.power_scheme, int, 0444);
50 MODULE_PARM_DESC(power_scheme,
Ddebugfs-vif.c730 if (iwlmvm_mod_params.power_scheme != IWL_POWER_SCHEME_CAM && in iwl_mvm_vif_dbgfs_register()
Dutils.c417 if (iwlmvm_mod_params.power_scheme != IWL_POWER_SCHEME_CAM) in iwl_mvm_rx_diversity_allowed()
Dmvm.h86 int power_scheme; member
Drs.c1862 bool cam = (iwlmvm_mod_params.power_scheme == IWL_POWER_SCHEME_CAM); in rs_tpc_allowed()
Dmac80211.c490 if (iwlmvm_mod_params.power_scheme != IWL_POWER_SCHEME_CAM) in iwl_mvm_mac_setup_register()