Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dthermal.h271 void thermal_zone_device_critical(struct thermal_zone_device *tz);
/linux-6.12.1/drivers/thermal/
Dthermal_core.c402 void thermal_zone_device_critical(struct thermal_zone_device *tz) in thermal_zone_device_critical() function
406 EXPORT_SYMBOL(thermal_zone_device_critical);
1435 tz->ops.critical = thermal_zone_device_critical; in thermal_zone_device_register_with_trips()
/linux-6.12.1/drivers/acpi/
Dthermal.c558 thermal_zone_device_critical(thermal); in acpi_thermal_zone_device_critical()