Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/thermal/
Dthermal_hwmon.c146 return tz->ops->get_crit_temp && !tz->ops->get_crit_temp(tz, &temp); in thermal_zone_crit_temp_valid()
Ddb8500_thermal.c223 .get_crit_temp = db8500_sys_get_crit_temp,
Dimx_thermal.c344 .get_crit_temp = imx_get_crit_temp,
Dof-thermal.c386 .get_crit_temp = of_thermal_get_crit_temp,
/linux-4.1.27/include/linux/
Dthermal.h107 int (*get_crit_temp) (struct thermal_zone_device *, unsigned long *); member
/linux-4.1.27/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c302 .get_crit_temp = ti_thermal_get_crit_temp,
/linux-4.1.27/drivers/platform/x86/
Dacerhdf.c495 .get_crit_temp = acerhdf_get_crit_temp,
/linux-4.1.27/drivers/acpi/
Dthermal.c880 .get_crit_temp = thermal_get_crit_temp,
/linux-4.1.27/drivers/thermal/samsung/
Dexynos_tmu.c521 if (!data->tzd->ops->get_crit_temp(data->tzd, &crit_temp)) { in exynos5440_tmu_initialize()