Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dthermal.h275 void thermal_zone_device_critical(struct thermal_zone_device *tz);
/linux-6.15/drivers/thermal/
H A Dthermal_core.c387 void thermal_zone_device_critical(struct thermal_zone_device *tz) in thermal_zone_device_critical() function
391 EXPORT_SYMBOL(thermal_zone_device_critical);
1572 tz->ops.critical = thermal_zone_device_critical; in thermal_zone_device_register_with_trips()
/linux-6.15/drivers/acpi/
H A Dthermal.c558 thermal_zone_device_critical(thermal); in acpi_thermal_zone_device_critical()