Symbol: thermal_data
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
5458
struct PP_TemperatureRange *thermal_data)
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
5464
memcpy(thermal_data, &SMU7ThermalPolicy[0], sizeof(struct PP_TemperatureRange));
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
5467
thermal_data->max = table_info->cac_dtp_table->usSoftwareShutdownTemp *
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
5470
thermal_data->max = data->thermal_temp_setting.temperature_shutdown;
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
5472
thermal_data->sw_ctf_threshold = thermal_data->max;
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu8_hwmgr.c
1873
struct PP_TemperatureRange *thermal_data)
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu8_hwmgr.c
1877
memcpy(thermal_data, &SMU7ThermalPolicy[0], sizeof(struct PP_TemperatureRange));
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu8_hwmgr.c
1879
thermal_data->max = (data->thermal_auto_throttling_treshold +
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
5147
struct PP_TemperatureRange *thermal_data)
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
5155
memcpy(thermal_data, &SMU7ThermalWithDelayPolicy[0], sizeof(struct PP_TemperatureRange));
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
5157
thermal_data->max = pp_table->TedgeLimit *
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
5159
thermal_data->edge_emergency_max = (pp_table->TedgeLimit + CTF_OFFSET_EDGE) *
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
5161
thermal_data->hotspot_crit_max = pp_table->ThotspotLimit *
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
5163
thermal_data->hotspot_emergency_max = (pp_table->ThotspotLimit + CTF_OFFSET_HOTSPOT) *
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
5165
thermal_data->mem_crit_max = pp_table->ThbmLimit *
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
5167
thermal_data->mem_emergency_max = (pp_table->ThbmLimit + CTF_OFFSET_HBM)*
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
5172
thermal_data->sw_ctf_threshold = tdp_table->usSoftwareShutdownTemp;
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
5174
thermal_data->sw_ctf_threshold = VEGA10_THERMAL_MAXIMUM_ALERT_TEMP;
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
5175
thermal_data->sw_ctf_threshold *= PP_TEMPERATURE_UNITS_PER_CENTIGRADES;
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
2792
struct PP_TemperatureRange *thermal_data)
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
2800
memcpy(thermal_data, &SMU7ThermalWithDelayPolicy[0], sizeof(struct PP_TemperatureRange));
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
2802
thermal_data->max = pp_table->TedgeLimit *
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
2804
thermal_data->edge_emergency_max = (pp_table->TedgeLimit + CTF_OFFSET_EDGE) *
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
2806
thermal_data->hotspot_crit_max = pp_table->ThotspotLimit *
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
2808
thermal_data->hotspot_emergency_max = (pp_table->ThotspotLimit + CTF_OFFSET_HOTSPOT) *
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
2810
thermal_data->mem_crit_max = pp_table->ThbmLimit *
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
2812
thermal_data->mem_emergency_max = (pp_table->ThbmLimit + CTF_OFFSET_HBM)*
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
2814
thermal_data->sw_ctf_threshold = pptable_information->us_software_shutdown_temp *
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c
4283
struct PP_TemperatureRange *thermal_data)
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c
4291
memcpy(thermal_data, &SMU7ThermalWithDelayPolicy[0], sizeof(struct PP_TemperatureRange));
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c
4293
thermal_data->max = pp_table->TedgeLimit *
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c
4295
thermal_data->edge_emergency_max = (pp_table->TedgeLimit + CTF_OFFSET_EDGE) *
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c
4297
thermal_data->hotspot_crit_max = pp_table->ThotspotLimit *
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c
4299
thermal_data->hotspot_emergency_max = (pp_table->ThotspotLimit + CTF_OFFSET_HOTSPOT) *
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c
4301
thermal_data->mem_crit_max = pp_table->ThbmLimit *
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c
4303
thermal_data->mem_emergency_max = (pp_table->ThbmLimit + CTF_OFFSET_HBM)*
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c
4305
thermal_data->sw_ctf_threshold = pptable_information->us_software_shutdown_temp *
drivers/hwmon/emc1403.c
269
static int emc1403_get_temp(struct thermal_data *data, int channel,
drivers/hwmon/emc1403.c
296
static int emc1403_get_hyst(struct thermal_data *data, int channel,
drivers/hwmon/emc1403.c
315
static int emc1403_temp_read(struct thermal_data *data, u32 attr, int channel, long *val)
drivers/hwmon/emc1403.c
36
struct thermal_data *data = dev_get_drvdata(dev);
drivers/hwmon/emc1403.c
387
static int emc1403_get_convrate(struct thermal_data *data, long *val)
drivers/hwmon/emc1403.c
402
static int emc1403_chip_read(struct thermal_data *data, u32 attr, long *val)
drivers/hwmon/emc1403.c
415
struct thermal_data *data = dev_get_drvdata(dev);
drivers/hwmon/emc1403.c
427
static int emc1403_set_hyst(struct thermal_data *data, long val)
drivers/hwmon/emc1403.c
449
static int emc1403_set_temp(struct thermal_data *data, int channel,
drivers/hwmon/emc1403.c
481
static int emc1403_temp_write(struct thermal_data *data, u32 attr, int channel, long val)
drivers/hwmon/emc1403.c
49
struct thermal_data *data = dev_get_drvdata(dev);
drivers/hwmon/emc1403.c
500
static int emc1403_set_convrate(struct thermal_data *data, unsigned int interval)
drivers/hwmon/emc1403.c
509
static int emc1403_chip_write(struct thermal_data *data, u32 attr, long val)
drivers/hwmon/emc1403.c
522
struct thermal_data *data = dev_get_drvdata(dev);
drivers/hwmon/emc1403.c
536
const struct thermal_data *data = _data;
drivers/hwmon/emc1403.c
660
struct thermal_data *data;
drivers/hwmon/emc1403.c
664
data = devm_kzalloc(&client->dev, sizeof(struct thermal_data),
drivers/thermal/intel/intel_bxt_pmic_thermal.c
211
struct pmic_thermal_data *thermal_data;
drivers/thermal/intel/intel_bxt_pmic_thermal.c
226
thermal_data = (struct pmic_thermal_data *)
drivers/thermal/intel/intel_bxt_pmic_thermal.c
228
if (!thermal_data) {
drivers/thermal/intel/intel_bxt_pmic_thermal.c
256
for (i = 0; i < thermal_data->num_maps; i++) {
drivers/thermal/intel/intel_bxt_pmic_thermal.c
257
for (j = 0; j < thermal_data->maps[i].num_trips; j++) {
drivers/thermal/intel/intel_bxt_pmic_thermal.c
258
reg = thermal_data->maps[i].trip_config[j].irq_en;
drivers/thermal/intel/intel_bxt_pmic_thermal.c
259
mask = thermal_data->maps[i].trip_config[j].irq_en_mask;
tools/thermal/thermal-engine/thermal-engine.c
130
struct thermal_data *td = arg;
tools/thermal/thermal-engine/thermal-engine.c
140
struct thermal_data *td = arg;
tools/thermal/thermal-engine/thermal-engine.c
150
struct thermal_data *td = arg;
tools/thermal/thermal-engine/thermal-engine.c
161
struct thermal_data *td = arg;
tools/thermal/thermal-engine/thermal-engine.c
188
struct thermal_data *td = arg;
tools/thermal/thermal-engine/thermal-engine.c
224
struct thermal_data *td = arg;
tools/thermal/thermal-engine/thermal-engine.c
294
struct thermal_data *td = arg;
tools/thermal/thermal-engine/thermal-engine.c
365
struct thermal_data td;