Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dthermal.h395 void thermal_zone_device_critical(struct thermal_zone_device *tz);
/Linux-v5.15/drivers/thermal/
Dthermal_core.c327 void thermal_zone_device_critical(struct thermal_zone_device *tz) in thermal_zone_device_critical() function
340 EXPORT_SYMBOL(thermal_zone_device_critical);
1231 ops->critical = thermal_zone_device_critical; in thermal_zone_device_register()
/Linux-v5.15/drivers/acpi/
Dthermal.c690 thermal_zone_device_critical(thermal); in acpi_thermal_zone_device_critical()