Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dreboot.h192 enum hw_protection_action { HWPROT_ACT_DEFAULT, HWPROT_ACT_SHUTDOWN, HWPROT_ACT_REBOOT }; enumerator
211 __hw_protection_trigger(reason, ms_until_forced, HWPROT_ACT_DEFAULT); in hw_protection_trigger()
/linux/kernel/
H A Dreboot.c1033 if (action == HWPROT_ACT_DEFAULT) in __hw_protection_trigger()
/linux/drivers/thermal/
H A Dthermal_core.c391 thermal_zone_device_halt(tz, HWPROT_ACT_DEFAULT); in thermal_zone_device_critical()