__hw_protection_trigger
__hw_protection_trigger("CrOS EC Panic", -1, HWPROT_ACT_SHUTDOWN);
__hw_protection_trigger(msg, poweroff_delay_ms, action);
void __hw_protection_trigger(const char *reason, int ms_until_forced,
__hw_protection_trigger(reason, ms_until_forced, HWPROT_ACT_DEFAULT);
EXPORT_SYMBOL_GPL(__hw_protection_trigger);