Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/thermal/
A Dthermal_hwmon.c83 ret = tz->ops->get_crit_temp(tz, &temperature); in temp_crit_show()
137 return tz->ops->get_crit_temp && !tz->ops->get_crit_temp(tz, &temp); in thermal_zone_crit_temp_valid()
A Dthermal_core.c1162 if (tz->ops->get_crit_temp) in thermal_zone_get_crit_temp()
1163 return tz->ops->get_crit_temp(tz, temp); in thermal_zone_get_crit_temp()
A Dimx_thermal.c409 .get_crit_temp = imx_get_crit_temp,
/linux-6.3-rc2/include/linux/
A Dthermal.h71 int (*get_crit_temp) (struct thermal_zone_device *, int *); member
/linux-6.3-rc2/drivers/platform/x86/
A Dacerhdf.c460 .get_crit_temp = acerhdf_get_crit_temp,
/linux-6.3-rc2/drivers/acpi/
A Dthermal.c784 .get_crit_temp = thermal_get_crit_temp,

Completed in 13 milliseconds