Searched refs:get_crit_temp (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/thermal/ |
D | thermal_hwmon.c | 78 ret = tz->ops->get_crit_temp(tz, &temperature); in temp_crit_show() 123 return tz->ops->get_crit_temp && !tz->ops->get_crit_temp(tz, &temp); in thermal_zone_crit_temp_valid()
|
D | intel_quark_dts_thermal.c | 343 .get_crit_temp = sys_get_crit_temp,
|
D | db8500_thermal.c | 222 .get_crit_temp = db8500_sys_get_crit_temp,
|
D | of-thermal.c | 378 .get_crit_temp = of_thermal_get_crit_temp,
|
D | imx_thermal.c | 481 .get_crit_temp = imx_get_crit_temp,
|
/Linux-v4.19/include/linux/ |
D | thermal.h | 110 int (*get_crit_temp) (struct thermal_zone_device *, int *); member
|
/Linux-v4.19/drivers/platform/x86/ |
D | acerhdf.c | 495 .get_crit_temp = acerhdf_get_crit_temp,
|
/Linux-v4.19/drivers/thermal/samsung/ |
D | exynos_tmu.c | 286 ret = tzd->ops->get_crit_temp(tzd, &temp); in exynos_tmu_initialize()
|
/Linux-v4.19/drivers/acpi/ |
D | thermal.c | 880 .get_crit_temp = thermal_get_crit_temp,
|
/Linux-v4.19/drivers/thermal/tegra/ |
D | soctherm.c | 551 ret = tz->ops->get_crit_temp(tz, &temperature); in tegra_soctherm_set_hwtrips()
|