Searched refs:EFI_RESET_SHUTDOWN (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/arch/loongarch/kernel/ |
H A D | reset.c | 52 efi.reset_system(EFI_RESET_SHUTDOWN, EFI_SUCCESS, 0, NULL); in machine_power_off()
|
/openbmc/linux/drivers/firmware/efi/ |
H A D | reboot.c | 56 efi.reset_system(EFI_RESET_SHUTDOWN, EFI_SUCCESS, 0, NULL); in efi_power_off()
|
/openbmc/u-boot/arch/arm/mach-bcm283x/ |
H A D | reset.c | 66 } else if (reset_type == EFI_RESET_SHUTDOWN) { in efi_reset_system()
|
/openbmc/u-boot/drivers/firmware/ |
H A D | psci.c | 116 } else if (reset_type == EFI_RESET_SHUTDOWN) { in efi_reset_system()
|
/openbmc/linux/drivers/platform/x86/x86-android-tablets/ |
H A D | lenovo.c | 505 efi.reset_system(EFI_RESET_SHUTDOWN, EFI_SUCCESS, 0, NULL); in lenovo_yoga_tab2_830_1050_power_off()
|
/openbmc/linux/drivers/xen/ |
H A D | efi.c | 267 case EFI_RESET_SHUTDOWN: in xen_efi_reset_system()
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_runtime.c | 143 case EFI_RESET_SHUTDOWN: in efi_reset_system_boottime()
|
/openbmc/linux/include/linux/ |
H A D | efi.h | 257 #define EFI_RESET_SHUTDOWN 2 macro
|
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
H A D | cpu.c | 1215 case EFI_RESET_SHUTDOWN: in efi_reset_system()
|
/openbmc/u-boot/include/ |
H A D | efi_api.h | 197 EFI_RESET_SHUTDOWN = 2, enumerator
|