Home
last modified time | relevance | path

Searched refs:thermal_zone_device_type (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/
H A Dthermal.h323 const char *thermal_zone_device_type(struct thermal_zone_device *tzd);
419 static inline const char *thermal_zone_device_type(struct thermal_zone_device *tzd) in thermal_zone_device_type() function
/openbmc/linux/drivers/thermal/ti-soc-thermal/
H A Dti-thermal-common.c49 thermal_zone_device_type(data->ti_thermal)); in ti_thermal_work()
/openbmc/linux/drivers/thermal/intel/
H A Dintel_pch_thermal.c131 thermal_zone_device_type(tzd)); in pch_critical()
/openbmc/linux/drivers/thermal/mediatek/
H A Dlvts_thermal.c380 thermal_zone_device_type(tz), low); in lvts_set_trips()
393 thermal_zone_device_type(tz), high); in lvts_set_trips()
/openbmc/linux/drivers/thermal/
H A Dthermal_core.c1415 const char *thermal_zone_device_type(struct thermal_zone_device *tzd) in thermal_zone_device_type() function
1419 EXPORT_SYMBOL_GPL(thermal_zone_device_type);
/openbmc/linux/drivers/thermal/intel/int340x_thermal/
H A Dint3400_thermal.c482 thermal_prop[0] = kasprintf(GFP_KERNEL, "NAME=%s", thermal_zone_device_type(priv->thermal)); in int3400_notify()