get_crit_temp     861 drivers/acpi/thermal.c 	.get_crit_temp = thermal_get_crit_temp,
get_crit_temp     494 drivers/platform/x86/acerhdf.c 	.get_crit_temp = acerhdf_get_crit_temp,
get_crit_temp     481 drivers/thermal/imx_thermal.c 	.get_crit_temp = imx_get_crit_temp,
get_crit_temp     343 drivers/thermal/intel/intel_quark_dts_thermal.c 	.get_crit_temp = sys_get_crit_temp,
get_crit_temp     404 drivers/thermal/of-thermal.c 	.get_crit_temp = of_thermal_get_crit_temp,
get_crit_temp     272 drivers/thermal/samsung/exynos_tmu.c 		ret = tzd->ops->get_crit_temp(tzd, &temp);
get_crit_temp     664 drivers/thermal/st/stm_thermal.c 	if (!sensor->th_dev->ops->get_crit_temp) {
get_crit_temp     670 drivers/thermal/st/stm_thermal.c 	ret = sensor->th_dev->ops->get_crit_temp(sensor->th_dev,
get_crit_temp     780 drivers/thermal/tegra/soctherm.c 		if (tz->ops->get_crit_temp(tz, &temperature))
get_crit_temp      78 drivers/thermal/thermal_hwmon.c 	ret = tz->ops->get_crit_temp(tz, &temperature);
get_crit_temp     127 drivers/thermal/thermal_hwmon.c 	return tz->ops->get_crit_temp && !tz->ops->get_crit_temp(tz, &temp);
get_crit_temp     110 include/linux/thermal.h 	int (*get_crit_temp) (struct thermal_zone_device *, int *);