Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Dthermal_helpers.c127 int thermal_zone_get_temp(struct thermal_zone_device *tz, int *temp) in thermal_zone_get_temp() function
145 EXPORT_SYMBOL_GPL(thermal_zone_get_temp);
H A Dthermal_sysfs.c41 ret = thermal_zone_get_temp(tz, &temperature); in temp_show()
H A Dthermal_netlink.c578 ret = thermal_zone_get_temp(tz, &temp); in thermal_genl_cmd_tz_get_temp()
/linux/drivers/platform/x86/
H A Dgpd-pocket-fan.c80 if (thermal_zone_get_temp(fan->dts0, &t0) || in gpd_pocket_fan_worker()
81 thermal_zone_get_temp(fan->dts1, &t1)) { in gpd_pocket_fan_worker()
/linux/drivers/thermal/ti-soc-thermal/
H A Dti-thermal-common.c96 ret = thermal_zone_get_temp(pcb_tz, &pcb_temp); in __ti_thermal_get_temp()