Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thermal/
Dthermal_hwmon.c146 return tz->ops->get_crit_temp && !tz->ops->get_crit_temp(tz, &temp); in thermal_zone_crit_temp_valid()
Dintel_quark_dts_thermal.c343 .get_crit_temp = sys_get_crit_temp,
Ddb8500_thermal.c222 .get_crit_temp = db8500_sys_get_crit_temp,
Dimx_thermal.c343 .get_crit_temp = imx_get_crit_temp,
Dof-thermal.c391 .get_crit_temp = of_thermal_get_crit_temp,
/linux-4.4.14/include/linux/
Dthermal.h111 int (*get_crit_temp) (struct thermal_zone_device *, int *); member
/linux-4.4.14/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c303 .get_crit_temp = ti_thermal_get_crit_temp,
/linux-4.4.14/drivers/platform/x86/
Dacerhdf.c495 .get_crit_temp = acerhdf_get_crit_temp,
/linux-4.4.14/drivers/acpi/
Dthermal.c879 .get_crit_temp = thermal_get_crit_temp,
/linux-4.4.14/drivers/thermal/samsung/
Dexynos_tmu.c641 if (!data->tzd->ops->get_crit_temp(data->tzd, &crit_temp)) { in exynos5440_tmu_initialize()