Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thermal/
Dthermal_hwmon.c80 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()
Dthermal_of.c635 of_ops->get_crit_temp = of_ops->get_crit_temp ? : of_thermal_get_crit_temp; in thermal_of_zone_register()
Dimx_thermal.c428 .get_crit_temp = imx_get_crit_temp,
/linux-6.1.9/include/linux/
Dthermal.h71 int (*get_crit_temp) (struct thermal_zone_device *, int *); member
/linux-6.1.9/drivers/thermal/intel/
Dintel_quark_dts_thermal.c321 .get_crit_temp = sys_get_crit_temp,
/linux-6.1.9/drivers/platform/x86/
Dacerhdf.c480 .get_crit_temp = acerhdf_get_crit_temp,
/linux-6.1.9/drivers/acpi/
Dthermal.c784 .get_crit_temp = thermal_get_crit_temp,
/linux-6.1.9/drivers/thermal/samsung/
Dexynos_tmu.c275 ret = tzd->ops->get_crit_temp(tzd, &temp); in exynos_tmu_initialize()
/linux-6.1.9/drivers/thermal/tegra/
Dsoctherm.c750 if (tz->ops->get_crit_temp(tz, &temperature)) in tegra_soctherm_set_hwtrips()