Symbol: thermal_data
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
5550
struct PP_TemperatureRange *thermal_data)
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
5556
memcpy(thermal_data, &SMU7ThermalPolicy[0], sizeof(struct PP_TemperatureRange));
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
5559
thermal_data->max = table_info->cac_dtp_table->usSoftwareShutdownTemp *
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
5562
thermal_data->max = data->thermal_temp_setting.temperature_shutdown;
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
5564
thermal_data->sw_ctf_threshold = thermal_data->max;
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu8_hwmgr.c
1811
struct PP_TemperatureRange *thermal_data)
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu8_hwmgr.c
1815
memcpy(thermal_data, &SMU7ThermalPolicy[0], sizeof(struct PP_TemperatureRange));
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu8_hwmgr.c
1817
thermal_data->max = (data->thermal_auto_throttling_treshold +
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
5130
struct PP_TemperatureRange *thermal_data)
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
5138
memcpy(thermal_data, &SMU7ThermalWithDelayPolicy[0], sizeof(struct PP_TemperatureRange));
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
5140
thermal_data->max = pp_table->TedgeLimit *
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
5142
thermal_data->edge_emergency_max = (pp_table->TedgeLimit + CTF_OFFSET_EDGE) *
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
5144
thermal_data->hotspot_crit_max = pp_table->ThotspotLimit *
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
5146
thermal_data->hotspot_emergency_max = (pp_table->ThotspotLimit + CTF_OFFSET_HOTSPOT) *
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
5148
thermal_data->mem_crit_max = pp_table->ThbmLimit *
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
5150
thermal_data->mem_emergency_max = (pp_table->ThbmLimit + CTF_OFFSET_HBM)*
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
5155
thermal_data->sw_ctf_threshold = tdp_table->usSoftwareShutdownTemp;
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
5157
thermal_data->sw_ctf_threshold = VEGA10_THERMAL_MAXIMUM_ALERT_TEMP;
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
5158
thermal_data->sw_ctf_threshold *= PP_TEMPERATURE_UNITS_PER_CENTIGRADES;
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
2777
struct PP_TemperatureRange *thermal_data)
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
2785
memcpy(thermal_data, &SMU7ThermalWithDelayPolicy[0], sizeof(struct PP_TemperatureRange));
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
2787
thermal_data->max = pp_table->TedgeLimit *
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
2789
thermal_data->edge_emergency_max = (pp_table->TedgeLimit + CTF_OFFSET_EDGE) *
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
2791
thermal_data->hotspot_crit_max = pp_table->ThotspotLimit *
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
2793
thermal_data->hotspot_emergency_max = (pp_table->ThotspotLimit + CTF_OFFSET_HOTSPOT) *
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
2795
thermal_data->mem_crit_max = pp_table->ThbmLimit *
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
2797
thermal_data->mem_emergency_max = (pp_table->ThbmLimit + CTF_OFFSET_HBM)*
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c
2799
thermal_data->sw_ctf_threshold = pptable_information->us_software_shutdown_temp *
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c
4268
struct PP_TemperatureRange *thermal_data)
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c
4276
memcpy(thermal_data, &SMU7ThermalWithDelayPolicy[0], sizeof(struct PP_TemperatureRange));
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c
4278
thermal_data->max = pp_table->TedgeLimit *
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c
4280
thermal_data->edge_emergency_max = (pp_table->TedgeLimit + CTF_OFFSET_EDGE) *
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c
4282
thermal_data->hotspot_crit_max = pp_table->ThotspotLimit *
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c
4284
thermal_data->hotspot_emergency_max = (pp_table->ThotspotLimit + CTF_OFFSET_HOTSPOT) *
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c
4286
thermal_data->mem_crit_max = pp_table->ThbmLimit *
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c
4288
thermal_data->mem_emergency_max = (pp_table->ThbmLimit + CTF_OFFSET_HBM)*
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c
4290
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;