Searched refs:get_crit_temp (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/thermal/ |
D | thermal_hwmon.c | 146 return tz->ops->get_crit_temp && !tz->ops->get_crit_temp(tz, &temp); in thermal_zone_crit_temp_valid()
|
D | intel_quark_dts_thermal.c | 343 .get_crit_temp = sys_get_crit_temp,
|
D | db8500_thermal.c | 222 .get_crit_temp = db8500_sys_get_crit_temp,
|
D | imx_thermal.c | 343 .get_crit_temp = imx_get_crit_temp,
|
D | of-thermal.c | 391 .get_crit_temp = of_thermal_get_crit_temp,
|
/linux-4.4.14/include/linux/ |
D | thermal.h | 111 int (*get_crit_temp) (struct thermal_zone_device *, int *); member
|
/linux-4.4.14/drivers/thermal/ti-soc-thermal/ |
D | ti-thermal-common.c | 303 .get_crit_temp = ti_thermal_get_crit_temp,
|
/linux-4.4.14/drivers/platform/x86/ |
D | acerhdf.c | 495 .get_crit_temp = acerhdf_get_crit_temp,
|
/linux-4.4.14/drivers/acpi/ |
D | thermal.c | 879 .get_crit_temp = thermal_get_crit_temp,
|
/linux-4.4.14/drivers/thermal/samsung/ |
D | exynos_tmu.c | 641 if (!data->tzd->ops->get_crit_temp(data->tzd, &crit_temp)) { in exynos5440_tmu_initialize()
|