Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dthermal.h249 int thermal_zone_device_id(struct thermal_zone_device *tzd);
341 static inline int thermal_zone_device_id(struct thermal_zone_device *tzd) in thermal_zone_device_id() function
/linux/drivers/hwmon/
H A Dscmi-hwmon.c223 sensor->name, thermal_zone_device_id(tzd)); in scmi_thermal_sensor_register()
/linux/drivers/thermal/
H A Dthermal_core.c1669 int thermal_zone_device_id(struct thermal_zone_device *tzd) in thermal_zone_device_id() function
1673 EXPORT_SYMBOL_GPL(thermal_zone_device_id);
/linux/drivers/acpi/
H A Dthermal.c646 thermal_zone_device_id(tz->thermal_zone)); in acpi_thermal_register_thermal_zone()