Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A 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()
/openbmc/linux/include/linux/
H A Dreboot.h177 void hw_protection_shutdown(const char *reason, int ms_until_forced);
/openbmc/linux/kernel/
H A Dreboot.c971 void hw_protection_shutdown(const char *reason, int ms_until_forced) in hw_protection_shutdown() function
988 EXPORT_SYMBOL_GPL(hw_protection_shutdown);
/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_lpc.c331 hw_protection_shutdown("CrOS EC Panic", -1); in cros_ec_lpc_acpi_notify()
/openbmc/linux/Documentation/driver-api/thermal/
H A Dsysfs-api.rst485 shuts down the system by calling hw_protection_shutdown(). The
486 hw_protection_shutdown() first attempts to perform an orderly shutdown
/openbmc/linux/drivers/thermal/
H A Dthermal_core.c325 hw_protection_shutdown("Temperature too high", poweroff_delay_ms); in thermal_zone_device_critical()