Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dreboot.h194 void __hw_protection_trigger(const char *reason, int ms_until_forced,
211 __hw_protection_trigger(reason, ms_until_forced, HWPROT_ACT_DEFAULT); in hw_protection_trigger()
/linux-6.15/kernel/
H A Dreboot.c1028 void __hw_protection_trigger(const char *reason, int ms_until_forced, in __hw_protection_trigger() function
1053 EXPORT_SYMBOL_GPL(__hw_protection_trigger);
/linux-6.15/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-6.15/drivers/thermal/
H A Dthermal_core.c384 __hw_protection_trigger(msg, poweroff_delay_ms, action); in thermal_zone_device_halt()