Home
last modified time | relevance | path

Searched refs:HWPROT_ACT_SHUTDOWN (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dreboot.h185 * The default action should be taken. This is HWPROT_ACT_SHUTDOWN
187 * @HWPROT_ACT_SHUTDOWN:
192 enum hw_protection_action { HWPROT_ACT_DEFAULT, HWPROT_ACT_SHUTDOWN, HWPROT_ACT_REBOOT }; enumerator
/linux/kernel/
H A Dreboot.c39 static enum hw_protection_action hw_protection_action = HWPROT_ACT_SHUTDOWN;
944 case HWPROT_ACT_SHUTDOWN: in hw_protection_action_str()
1059 *action = HWPROT_ACT_SHUTDOWN; in hw_protection_action_parse()
/linux/drivers/platform/chrome/
H A Dcros_ec_lpc.c458 __hw_protection_trigger("CrOS EC Panic", -1, HWPROT_ACT_SHUTDOWN); in cros_ec_lpc_acpi_notify()
/linux/drivers/thermal/
H A Dthermal_core.c395 thermal_zone_device_halt(tz, HWPROT_ACT_SHUTDOWN); in thermal_zone_device_critical_shutdown()