Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thermal/
Dthermal_hwmon.c78 ret = tz->ops->get_crit_temp(tz, &temperature); in temp_crit_show()
127 return tz->ops->get_crit_temp && !tz->ops->get_crit_temp(tz, &temp); in thermal_zone_crit_temp_valid()
Dof-thermal.c404 .get_crit_temp = of_thermal_get_crit_temp,
Dimx_thermal.c481 .get_crit_temp = imx_get_crit_temp,
/Linux-v5.4/drivers/thermal/st/
Dstm_thermal.c664 if (!sensor->th_dev->ops->get_crit_temp) { in stm_thermal_probe()
670 ret = sensor->th_dev->ops->get_crit_temp(sensor->th_dev, in stm_thermal_probe()
/Linux-v5.4/drivers/thermal/intel/
Dintel_quark_dts_thermal.c343 .get_crit_temp = sys_get_crit_temp,
/Linux-v5.4/include/linux/
Dthermal.h110 int (*get_crit_temp) (struct thermal_zone_device *, int *); member
/Linux-v5.4/drivers/platform/x86/
Dacerhdf.c494 .get_crit_temp = acerhdf_get_crit_temp,
/Linux-v5.4/drivers/thermal/samsung/
Dexynos_tmu.c272 ret = tzd->ops->get_crit_temp(tzd, &temp); in exynos_tmu_initialize()
/Linux-v5.4/drivers/acpi/
Dthermal.c861 .get_crit_temp = thermal_get_crit_temp,
/Linux-v5.4/drivers/thermal/tegra/
Dsoctherm.c780 if (tz->ops->get_crit_temp(tz, &temperature)) in tegra_soctherm_set_hwtrips()