Home
last modified time | relevance | path

Searched refs:thermal_zone_get_temp (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/linux/
Dthermal.h416 int thermal_zone_get_temp(struct thermal_zone_device *tz, int *temp);
471 static inline int thermal_zone_get_temp( in thermal_zone_get_temp() function
/linux-4.4.14/drivers/thermal/
Dthermal_hwmon.c81 ret = thermal_zone_get_temp(tz, &temperature); in temp_input_show()
Dthermal_core.c484 int thermal_zone_get_temp(struct thermal_zone_device *tz, int *temp) in thermal_zone_get_temp() function
521 EXPORT_SYMBOL_GPL(thermal_zone_get_temp);
527 ret = thermal_zone_get_temp(tz, &temp); in update_temperature()
604 ret = thermal_zone_get_temp(tz, &temperature); in temp_show()
/linux-4.4.14/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c105 ret = thermal_zone_get_temp(pcb_tz, &pcb_temp); in __ti_thermal_get_temp()
/linux-4.4.14/drivers/power/
Dcharger-manager.c622 ret = thermal_zone_get_temp(cm->tzd_batt, temp); in cm_get_battery_temperature()