Home
last modified time | relevance | path

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

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