Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dpower.c137 cmd->id_and_color, iwlmvm_mod_params.power_scheme, in iwl_mvm_power_log()
332 if (iwlmvm_mod_params.power_scheme != IWL_POWER_SCHEME_LP) in iwl_mvm_power_config_skip_dtim()
490 if (iwlmvm_mod_params.power_scheme == IWL_POWER_SCHEME_CAM) in iwl_mvm_power_update_device()
722 iwlmvm_mod_params.power_scheme); in iwl_mvm_power_mac_dbgfs_read()
900 disable_ps = (iwlmvm_mod_params.power_scheme == IWL_POWER_SCHEME_CAM); in iwl_mvm_power_set_ps()
Dops.c94 struct iwl_mvm_mod_params iwlmvm_mod_params = { variable
100 module_param_named(init_dbg, iwlmvm_mod_params.init_dbg, bool, S_IRUGO);
103 module_param_named(power_scheme, iwlmvm_mod_params.power_scheme, int, S_IRUGO);
106 module_param_named(tfd_q_hang_detect, iwlmvm_mod_params.tfd_q_hang_detect,
565 if (!err || !iwlmvm_mod_params.init_dbg) in iwl_op_mode_mvm_start()
569 if (err < 0 && !iwlmvm_mod_params.init_dbg) { in iwl_op_mode_mvm_start()
Dfw.c747 if (iwlmvm_mod_params.init_dbg && !mvm->nvm_data) { in iwl_run_init_mvm_ucode()
972 if (ret && !iwlmvm_mod_params.init_dbg) { in iwl_mvm_up()
979 if (!iwlmvm_mod_params.init_dbg) { in iwl_mvm_up()
991 if (iwlmvm_mod_params.init_dbg) in iwl_mvm_up()
Dutils.c1027 return iwlmvm_mod_params.tfd_q_hang_detect ? in iwl_mvm_get_wd_timeout()
Dmvm.h132 extern struct iwl_mvm_mod_params iwlmvm_mod_params;
Ddebugfs-vif.c1411 if (iwlmvm_mod_params.power_scheme != IWL_POWER_SCHEME_CAM && in iwl_mvm_vif_dbgfs_register()
Dsta.c649 unsigned int wdg_timeout = iwlmvm_mod_params.tfd_q_hang_detect ? in iwl_mvm_add_aux_sta()
Drs.c1988 bool cam = (iwlmvm_mod_params.power_scheme == IWL_POWER_SCHEME_CAM); in rs_tpc_allowed()
Dmac80211.c564 if (iwlmvm_mod_params.power_scheme != IWL_POWER_SCHEME_CAM) in iwl_mvm_mac_setup_register()