Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dpower.c91 cmd->id_and_color, iwlmvm_mod_params.power_scheme, in iwl_mvm_power_log()
322 if (iwlmvm_mod_params.power_scheme != IWL_POWER_SCHEME_LP) in iwl_mvm_power_config_skip_dtim()
477 if (iwlmvm_mod_params.power_scheme == IWL_POWER_SCHEME_CAM) in iwl_mvm_power_update_device()
713 iwlmvm_mod_params.power_scheme); in iwl_mvm_power_mac_dbgfs_read()
875 disable_ps = (iwlmvm_mod_params.power_scheme == IWL_POWER_SCHEME_CAM); in iwl_mvm_power_set_ps()
H A Dops.c43 .power_scheme = IWL_POWER_SCHEME_BPS,
50 module_param_named(power_scheme, iwlmvm_mod_params.power_scheme, int, 0444);
51 MODULE_PARM_DESC(power_scheme,
H A Ddebugfs-vif.c723 if (iwlmvm_mod_params.power_scheme != IWL_POWER_SCHEME_CAM && in iwl_mvm_vif_dbgfs_register()
H A Dutils.c448 if (iwlmvm_mod_params.power_scheme != IWL_POWER_SCHEME_CAM) in iwl_mvm_rx_diversity_allowed()
H A Dmvm.h92 int power_scheme; member
H A Drs.c1866 bool cam = (iwlmvm_mod_params.power_scheme == IWL_POWER_SCHEME_CAM); in rs_tpc_allowed()
H A Dmac80211.c558 if (iwlmvm_mod_params.power_scheme != IWL_POWER_SCHEME_CAM) in iwl_mvm_mac_setup_register()