Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dthermal.h326 int thermal_zone_device_id(struct thermal_zone_device *tzd);
426 static inline int thermal_zone_device_id(struct thermal_zone_device *tzd) in thermal_zone_device_id() function
/openbmc/linux/drivers/hwmon/
H A Dscmi-hwmon.c223 sensor->name, thermal_zone_device_id(tzd)); in scmi_thermal_sensor_register()
/openbmc/linux/drivers/thermal/
H A Dthermal_core.c1430 int thermal_zone_device_id(struct thermal_zone_device *tzd) in thermal_zone_device_id() function
1434 EXPORT_SYMBOL_GPL(thermal_zone_device_id);
/openbmc/linux/drivers/acpi/
H A Dthermal.c765 thermal_zone_device_id(tz->thermal_zone)); in acpi_thermal_register_thermal_zone()