Searched refs:thermal_params (Results 1 – 5 of 5) sorted by relevance
93 .thermal_params = &iwl8000_tt_params, \
88 .thermal_params = &iwl9000_tt_params, \
141 .thermal_params = &iwl7000_high_temp_tt_params,
873 if (mvm->cfg->thermal_params) in iwl_mvm_thermal_initialize()874 tt->params = *mvm->cfg->thermal_params; in iwl_mvm_thermal_initialize()
364 const struct iwl_tt_params *thermal_params; member