Home
last modified time | relevance | path

Searched refs:hw_protection_action (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/
H A Dreboot.c39 static enum hw_protection_action hw_protection_action = HWPROT_ACT_SHUTDOWN; variable
941 static const char *hw_protection_action_str(enum hw_protection_action action) in hw_protection_action_str()
953 static enum hw_protection_action hw_failure_emergency_action;
1003 static void hw_failure_emergency_schedule(enum hw_protection_action action, in hw_failure_emergency_schedule()
1029 enum hw_protection_action action) in __hw_protection_trigger()
1034 action = hw_protection_action; in __hw_protection_trigger()
1056 enum hw_protection_action *action) in hw_protection_action_parse()
1070 hw_protection_action_parse(str, &hw_protection_action); in hw_protection_setup()
1080 hw_protection_action_str(hw_protection_action)); in hw_protection_show()
1089 if (!hw_protection_action_parse(buf, &hw_protection_action)) in hw_protection_store()
/linux/drivers/thermal/
H A Dthermal_core.c375 enum hw_protection_action action) in thermal_zone_device_halt()