Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dthermal.h324 int thermal_zone_device_id(struct thermal_zone_device *tzd);
424 static inline int thermal_zone_device_id(struct thermal_zone_device *tzd) in thermal_zone_device_id() function
/linux-6.6.21/drivers/hwmon/
Dscmi-hwmon.c223 sensor->name, thermal_zone_device_id(tzd)); in scmi_thermal_sensor_register()
/linux-6.6.21/drivers/thermal/
Dthermal_core.c1421 int thermal_zone_device_id(struct thermal_zone_device *tzd) in thermal_zone_device_id() function
1425 EXPORT_SYMBOL_GPL(thermal_zone_device_id);
/linux-6.6.21/drivers/acpi/
Dthermal.c765 thermal_zone_device_id(tz->thermal_zone)); in acpi_thermal_register_thermal_zone()