Home
last modified time | relevance | path

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

/drivers/thermal/
Dthermal_helpers.c241 int thermal_zone_get_offset(struct thermal_zone_device *tz) in thermal_zone_get_offset() function
247 EXPORT_SYMBOL_GPL(thermal_zone_get_offset);
/drivers/thermal/broadcom/
Dbcm2835_thermal.c103 thermal_zone_get_offset(data->tz), in bcm2835_thermal_get_temp()
231 offset = thermal_zone_get_offset(tz); in bcm2835_thermal_probe()
Dns-thermal.c25 int offset = thermal_zone_get_offset(ns_thermal->tz); in ns_thermal_get_temp()
Dbcm2711_thermal.c38 int offset = thermal_zone_get_offset(priv->thermal); in bcm2711_get_temp()
/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c88 constant = thermal_zone_get_offset(data->ti_thermal); in __ti_thermal_get_temp()