Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dthermal.h345 int thermal_zone_get_temp(struct thermal_zone_device *tz, unsigned long *temp);
387 static inline int thermal_zone_get_temp( in thermal_zone_get_temp() function
/linux-4.1.27/drivers/thermal/
Dthermal_hwmon.c81 ret = thermal_zone_get_temp(tz, &temperature); in temp_input_show()
Dthermal_core.c421 int thermal_zone_get_temp(struct thermal_zone_device *tz, unsigned long *temp) in thermal_zone_get_temp() function
459 EXPORT_SYMBOL_GPL(thermal_zone_get_temp);
466 ret = thermal_zone_get_temp(tz, &temp); in update_temperature()
544 ret = thermal_zone_get_temp(tz, &temperature); in temp_show()
/linux-4.1.27/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.1.27/drivers/power/
Dcharger-manager.c622 ret = thermal_zone_get_temp(cm->tzd_batt, (unsigned long *)temp); in cm_get_battery_temperature()