Searched refs:get_crit_temp (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/drivers/thermal/ |
| D | thermal_hwmon.c | 78 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()
|
| D | of-thermal.c | 404 .get_crit_temp = of_thermal_get_crit_temp,
|
| D | imx_thermal.c | 481 .get_crit_temp = imx_get_crit_temp,
|
| /Linux-v5.4/drivers/thermal/st/ |
| D | stm_thermal.c | 664 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/ |
| D | intel_quark_dts_thermal.c | 343 .get_crit_temp = sys_get_crit_temp,
|
| /Linux-v5.4/include/linux/ |
| D | thermal.h | 110 int (*get_crit_temp) (struct thermal_zone_device *, int *); member
|
| /Linux-v5.4/drivers/platform/x86/ |
| D | acerhdf.c | 494 .get_crit_temp = acerhdf_get_crit_temp,
|
| /Linux-v5.4/drivers/thermal/samsung/ |
| D | exynos_tmu.c | 272 ret = tzd->ops->get_crit_temp(tzd, &temp); in exynos_tmu_initialize()
|
| /Linux-v5.4/drivers/acpi/ |
| D | thermal.c | 861 .get_crit_temp = thermal_get_crit_temp,
|
| /Linux-v5.4/drivers/thermal/tegra/ |
| D | soctherm.c | 780 if (tz->ops->get_crit_temp(tz, &temperature)) in tegra_soctherm_set_hwtrips()
|