Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Dthermal_helpers.c234 int thermal_zone_get_offset(struct thermal_zone_device *tz) in thermal_zone_get_offset() function
240 EXPORT_SYMBOL_GPL(thermal_zone_get_offset);
/linux/drivers/thermal/broadcom/
H A Dbcm2835_thermal.c103 thermal_zone_get_offset(data->tz), in bcm2835_thermal_get_temp()
214 offset = thermal_zone_get_offset(tz); in bcm2835_thermal_probe()
H A Dbcm2711_thermal.c38 int offset = thermal_zone_get_offset(tz); in bcm2711_get_temp()
/linux/drivers/thermal/ti-soc-thermal/
H A Dti-thermal-common.c91 constant = thermal_zone_get_offset(tz); in __ti_thermal_get_temp()