Searched refs:get_crit_temp (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/drivers/thermal/ |
D | thermal_hwmon.c | 80 ret = tz->ops->get_crit_temp(tz, &temperature); in temp_crit_show() 129 return tz->ops->get_crit_temp && !tz->ops->get_crit_temp(tz, &temp); in thermal_zone_crit_temp_valid()
|
D | thermal_of.c | 366 .get_crit_temp = of_thermal_get_crit_temp,
|
D | imx_thermal.c | 454 .get_crit_temp = imx_get_crit_temp,
|
/Linux-v5.10/include/linux/ |
D | thermal.h | 76 int (*get_crit_temp) (struct thermal_zone_device *, int *); member
|
/Linux-v5.10/drivers/thermal/intel/ |
D | intel_quark_dts_thermal.c | 321 .get_crit_temp = sys_get_crit_temp,
|
/Linux-v5.10/drivers/platform/x86/ |
D | acerhdf.c | 480 .get_crit_temp = acerhdf_get_crit_temp,
|
/Linux-v5.10/drivers/acpi/ |
D | thermal.c | 813 .get_crit_temp = thermal_get_crit_temp,
|
/Linux-v5.10/drivers/thermal/samsung/ |
D | exynos_tmu.c | 275 ret = tzd->ops->get_crit_temp(tzd, &temp); in exynos_tmu_initialize()
|
/Linux-v5.10/drivers/thermal/tegra/ |
D | soctherm.c | 783 if (tz->ops->get_crit_temp(tz, &temperature)) in tegra_soctherm_set_hwtrips()
|