thermal_zone_get_temp  483 drivers/gpu/drm/tiny/repaper.c 	ret = thermal_zone_get_temp(epd->thermal, &temperature);
thermal_zone_get_temp  311 drivers/mmc/host/sdhci-omap.c 	ret = thermal_zone_get_temp(thermal_dev, &temperature);
thermal_zone_get_temp   79 drivers/platform/x86/gpd-pocket-fan.c 	if (thermal_zone_get_temp(fan->dts0, &t0) ||
thermal_zone_get_temp   80 drivers/platform/x86/gpd-pocket-fan.c 	    thermal_zone_get_temp(fan->dts1, &t1)) {
thermal_zone_get_temp  620 drivers/power/supply/charger-manager.c 		ret = thermal_zone_get_temp(cm->tzd_batt, temp);
thermal_zone_get_temp  437 drivers/thermal/thermal_core.c 	ret = thermal_zone_get_temp(tz, &temp);
thermal_zone_get_temp  114 drivers/thermal/thermal_helpers.c EXPORT_SYMBOL_GPL(thermal_zone_get_temp);
thermal_zone_get_temp   58 drivers/thermal/thermal_hwmon.c 	ret = thermal_zone_get_temp(tz, &temperature);
thermal_zone_get_temp   40 drivers/thermal/thermal_sysfs.c 	ret = thermal_zone_get_temp(tz, &temperature);
thermal_zone_get_temp   93 drivers/thermal/ti-soc-thermal/ti-thermal-common.c 		ret = thermal_zone_get_temp(pcb_tz, &pcb_temp);
thermal_zone_get_temp  457 include/linux/thermal.h int thermal_zone_get_temp(struct thermal_zone_device *tz, int *temp);