Home
last modified time | relevance | path

Searched refs:thermal_zone_device_critical (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dthermal.h361 void thermal_zone_device_critical(struct thermal_zone_device *tz);
/openbmc/linux/drivers/thermal/
H A Dthermal_core.c314 void thermal_zone_device_critical(struct thermal_zone_device *tz) in thermal_zone_device_critical() function
327 EXPORT_SYMBOL(thermal_zone_device_critical);
1314 ops->critical = thermal_zone_device_critical; in thermal_zone_device_register_with_trips()
/openbmc/linux/drivers/acpi/
H A Dthermal.c557 thermal_zone_device_critical(thermal); in acpi_thermal_zone_device_critical()