Searched refs:thermal_zone_get_temp (Results 1 - 4 of 4) sorted by relevance

/drivers/thermal/
H A Dthermal_hwmon.c81 ret = thermal_zone_get_temp(tz, &temperature);
H A Dthermal_core.c405 * thermal_zone_get_temp() - returns its the temperature of thermal zone
414 int thermal_zone_get_temp(struct thermal_zone_device *tz, unsigned long *temp) function
452 EXPORT_SYMBOL_GPL(thermal_zone_get_temp); variable
459 ret = thermal_zone_get_temp(tz, &temp);
518 ret = thermal_zone_get_temp(tz, &temperature);
/drivers/thermal/ti-soc-thermal/
H A Dti-thermal-common.c106 ret = thermal_zone_get_temp(pcb_tz, &pcb_temp);
/drivers/power/
H A Dcharger-manager.c607 ret = thermal_zone_get_temp(cm->tzd_batt, (unsigned long *)temp);

Completed in 72 milliseconds