Home
last modified time | relevance | path

Searched refs:hw_protection_shutdown (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/drivers/regulator/
Dirq_helpers.c67 return hw_protection_shutdown("Regulator HW failure? - no IC recovery", in regulator_notifier_isr_work()
75 return hw_protection_shutdown("Regulator HW failure. IC recovery failed", in regulator_notifier_isr_work()
266 hw_protection_shutdown("Regulator failure. Retry count exceeded", in regulator_notifier_isr()
272 hw_protection_shutdown("Regulator failure. Recovery failed", in regulator_notifier_isr()
/Linux-v5.15/include/linux/
Dreboot.h82 void hw_protection_shutdown(const char *reason, int ms_until_forced);
/Linux-v5.15/kernel/
Dreboot.c581 void hw_protection_shutdown(const char *reason, int ms_until_forced) in hw_protection_shutdown() function
598 EXPORT_SYMBOL_GPL(hw_protection_shutdown);
/Linux-v5.15/Documentation/driver-api/thermal/
Dsysfs-api.rst744 shuts down the system by calling hw_protection_shutdown(). The
745 hw_protection_shutdown() first attempts to perform an orderly shutdown
/Linux-v5.15/drivers/thermal/
Dthermal_core.c338 hw_protection_shutdown("Temperature too high", poweroff_delay_ms); in thermal_zone_device_critical()