Searched refs:reset_system (Results 1 – 10 of 10) sorted by relevance
| /arch/mips/loongson64/ |
| A D | env.c | 168 loongson_sysconf.restart_addr = boot_p->reset_system.ResetWarm; in prom_lefi_init_env() 169 loongson_sysconf.poweroff_addr = boot_p->reset_system.Shutdown; in prom_lefi_init_env() 170 loongson_sysconf.suspend_addr = boot_p->reset_system.DoSuspend; in prom_lefi_init_env()
|
| /arch/loongarch/kernel/ |
| A D | reset.c | 52 efi.reset_system(EFI_RESET_SHUTDOWN, EFI_SUCCESS, 0, NULL); in machine_power_off()
|
| /arch/arm/mach-omap2/ |
| A D | prm.h | 145 void (*reset_system)(void); member
|
| A D | prm2xxx.c | 216 .reset_system = &omap2xxx_prm_dpll_reset,
|
| A D | prm_common.c | 469 if (!prm_ll_data->reset_system) { in omap_prm_reset_system() 475 prm_ll_data->reset_system(); in omap_prm_reset_system()
|
| A D | prm33xx.c | 395 .reset_system = am33xx_prm_global_sw_reset,
|
| A D | prm3xxx.c | 668 .reset_system = &omap3xxx_prm_dpll3_reset,
|
| A D | prm44xx.c | 797 .reset_system = omap4_prminst_global_warm_sw_reset,
|
| /arch/mips/include/asm/mach-loongson64/ |
| A D | boot_param.h | 199 struct efi_reset_system_t reset_system; member
|
| /arch/x86/platform/efi/ |
| A D | efi_64.c | 701 efi_thunk(reset_system, reset_type, status, data_size, phys_data); in efi_thunk_reset_system() 798 efi.reset_system = efi_thunk_reset_system; in efi_thunk_runtime_setup()
|
Completed in 18 milliseconds