Searched refs:thermal_params (Results 1 – 5 of 5) sorted by relevance
150 .thermal_params = &iwl8000_tt_params, \
136 .thermal_params = &iwl9000_tt_params, \
200 .thermal_params = &iwl7000_high_temp_tt_params,
937 if (mvm->cfg->thermal_params) in iwl_mvm_thermal_initialize()938 tt->params = *mvm->cfg->thermal_params; in iwl_mvm_thermal_initialize()
419 const struct iwl_tt_params *thermal_params; member