Home
last modified time | relevance | path

Searched refs:get_crit_temp (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/drivers/thermal/
Dthermal_hwmon.c78 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()
Dintel_quark_dts_thermal.c343 .get_crit_temp = sys_get_crit_temp,
Ddb8500_thermal.c222 .get_crit_temp = db8500_sys_get_crit_temp,
Dof-thermal.c378 .get_crit_temp = of_thermal_get_crit_temp,
Dimx_thermal.c481 .get_crit_temp = imx_get_crit_temp,
/Linux-v4.19/include/linux/
Dthermal.h110 int (*get_crit_temp) (struct thermal_zone_device *, int *); member
/Linux-v4.19/drivers/platform/x86/
Dacerhdf.c495 .get_crit_temp = acerhdf_get_crit_temp,
/Linux-v4.19/drivers/thermal/samsung/
Dexynos_tmu.c286 ret = tzd->ops->get_crit_temp(tzd, &temp); in exynos_tmu_initialize()
/Linux-v4.19/drivers/acpi/
Dthermal.c880 .get_crit_temp = thermal_get_crit_temp,
/Linux-v4.19/drivers/thermal/tegra/
Dsoctherm.c551 ret = tz->ops->get_crit_temp(tz, &temperature); in tegra_soctherm_set_hwtrips()