Home
last modified time | relevance | path

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

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