/linux-4.4.14/arch/arm/mach-omap2/ |
D | common.h | 151 void omap2xxx_restart(enum reboot_mode mode, const char *cmd); 153 static inline void omap2xxx_restart(enum reboot_mode mode, const char *cmd) in omap2xxx_restart() 159 void am33xx_restart(enum reboot_mode mode, const char *cmd); 161 static inline void am33xx_restart(enum reboot_mode mode, const char *cmd) in am33xx_restart() 167 void omap3xxx_restart(enum reboot_mode mode, const char *cmd); 169 static inline void omap3xxx_restart(enum reboot_mode mode, const char *cmd) in omap3xxx_restart() 175 void ti81xx_restart(enum reboot_mode mode, const char *cmd); 177 static inline void ti81xx_restart(enum reboot_mode mode, const char *cmd) in ti81xx_restart() 184 void omap44xx_restart(enum reboot_mode mode, const char *cmd); 186 static inline void omap44xx_restart(enum reboot_mode mode, const char *cmd) in omap44xx_restart()
|
D | am33xx-restart.c | 22 void am33xx_restart(enum reboot_mode mode, const char *cmd) in am33xx_restart()
|
D | omap4-restart.c | 23 void omap44xx_restart(enum reboot_mode mode, const char *cmd) in omap44xx_restart()
|
D | omap3-restart.c | 31 void omap3xxx_restart(enum reboot_mode mode, const char *cmd) in omap3xxx_restart()
|
D | ti81xx-restart.c | 29 void ti81xx_restart(enum reboot_mode mode, const char *cmd) in ti81xx_restart()
|
D | omap2-restart.c | 34 void omap2xxx_restart(enum reboot_mode mode, const char *cmd) in omap2xxx_restart()
|
/linux-4.4.14/kernel/ |
D | reboot.c | 33 enum reboot_mode reboot_mode DEFAULT_REBOOT_MODE; 185 atomic_notifier_call_chain(&restart_handler_list, reboot_mode, cmd); in do_kernel_restart() 503 reboot_mode = REBOOT_WARM; in reboot_setup() 507 reboot_mode = REBOOT_COLD; in reboot_setup() 511 reboot_mode = REBOOT_HARD; in reboot_setup() 528 reboot_mode = REBOOT_SOFT; in reboot_setup() 532 reboot_mode = REBOOT_GPIO; in reboot_setup()
|
/linux-4.4.14/drivers/firmware/efi/ |
D | reboot.c | 10 void efi_reboot(enum reboot_mode reboot_mode, const char *__unused) in efi_reboot() argument 17 switch (reboot_mode) { in efi_reboot()
|
/linux-4.4.14/include/linux/ |
D | reboot.h | 13 enum reboot_mode { enum 20 extern enum reboot_mode reboot_mode;
|
D | efi.h | 992 extern void efi_reboot(enum reboot_mode reboot_mode, const char *__unused); 999 efi_reboot(enum reboot_mode reboot_mode, const char *__unused) {} in efi_reboot() argument
|
/linux-4.4.14/arch/arm/kernel/ |
D | reboot.c | 23 void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd); 144 arm_pm_restart(reboot_mode, cmd); in machine_restart()
|
D | v7m.c | 13 void armv7m_restart(enum reboot_mode mode, const char *cmd) in armv7m_restart()
|
D | setup.c | 83 extern enum reboot_mode reboot_mode; 947 if (mdesc->reboot_mode != REBOOT_HARD) in setup_arch() 948 reboot_mode = mdesc->reboot_mode; in setup_arch()
|
/linux-4.4.14/arch/arm/include/asm/mach/ |
D | arch.h | 46 enum reboot_mode reboot_mode; /* default restart mode */ member 65 void (*restart)(enum reboot_mode, const char *);
|
/linux-4.4.14/arch/arm/include/asm/ |
D | system_misc.h | 14 extern void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd);
|
D | v7m.h | 52 enum reboot_mode; 54 void armv7m_restart(enum reboot_mode mode, const char *cmd);
|
/linux-4.4.14/arch/arm/mach-ks8695/ |
D | time.c | 156 void ks8695_restart(enum reboot_mode reboot_mode, const char *cmd) in ks8695_restart() argument 160 if (reboot_mode == REBOOT_SOFT) in ks8695_restart()
|
D | generic.h | 15 extern void ks8695_restart(enum reboot_mode, const char *);
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | system_misc.h | 46 extern void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd);
|
/linux-4.4.14/arch/arm64/kernel/ |
D | process.c | 68 void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd); 152 efi_reboot(reboot_mode, NULL); in machine_restart() 156 arm_pm_restart(reboot_mode, cmd); in machine_restart()
|
/linux-4.4.14/arch/arm/mach-socfpga/ |
D | socfpga.c | 64 static void socfpga_cyclone5_restart(enum reboot_mode mode, const char *cmd) in socfpga_cyclone5_restart() 77 static void socfpga_arria10_restart(enum reboot_mode mode, const char *cmd) in socfpga_arria10_restart()
|
/linux-4.4.14/arch/arm/mach-w90x900/ |
D | nuc9xx.h | 26 extern void nuc9xx_restart(enum reboot_mode, const char *);
|
D | cpu.c | 234 void nuc9xx_restart(enum reboot_mode mode, const char *cmd) in nuc9xx_restart()
|
/linux-4.4.14/arch/arm/plat-iop/ |
D | restart.c | 14 void iop3xx_restart(enum reboot_mode mode, const char *cmd) in iop3xx_restart()
|
/linux-4.4.14/arch/arm/mach-netx/ |
D | generic.h | 24 extern void netx_restart(enum reboot_mode, const char *);
|
D | generic.c | 190 void netx_restart(enum reboot_mode mode, const char *cmd) in netx_restart()
|
/linux-4.4.14/arch/arm/mach-highbank/ |
D | system.c | 23 void highbank_restart(enum reboot_mode mode, const char *cmd) in highbank_restart()
|
D | core.h | 6 extern void highbank_restart(enum reboot_mode, const char *);
|
/linux-4.4.14/arch/arm/mach-footbridge/ |
D | common.h | 12 extern void footbridge_restart(enum reboot_mode, const char *);
|
D | cats-hw.c | 91 .reboot_mode = REBOOT_SOFT,
|
D | common.c | 199 void footbridge_restart(enum reboot_mode mode, const char *cmd) in footbridge_restart()
|
D | netwinder-hw.c | 637 static void netwinder_restart(enum reboot_mode mode, const char *cmd) in netwinder_restart()
|
/linux-4.4.14/arch/arm/mach-gemini/ |
D | reset.c | 19 void gemini_restart(enum reboot_mode mode, const char *cmd) in gemini_restart()
|
D | common.h | 31 extern void gemini_restart(enum reboot_mode mode, const char *cmd);
|
/linux-4.4.14/arch/arm/mach-ux500/ |
D | setup.h | 19 void ux500_restart(enum reboot_mode mode, const char *cmd);
|
D | cpu.c | 34 void ux500_restart(enum reboot_mode mode, const char *cmd) in ux500_restart()
|
/linux-4.4.14/arch/arm/mach-mmp/ |
D | common.h | 7 extern void mmp_restart(enum reboot_mode, const char *);
|
D | common.c | 50 void mmp_restart(enum reboot_mode mode, const char *cmd) in mmp_restart()
|
D | pxa168.c | 175 void pxa168_restart(enum reboot_mode mode, const char *cmd) in pxa168_restart()
|
/linux-4.4.14/arch/arm/mach-spear/ |
D | restart.c | 21 void spear_restart(enum reboot_mode mode, const char *cmd) in spear_restart()
|
D | generic.h | 37 void spear_restart(enum reboot_mode, const char *);
|
/linux-4.4.14/arch/arm/mach-cns3xxx/ |
D | core.h | 33 void cns3xxx_restart(enum reboot_mode, const char *);
|
D | pm.c | 91 void cns3xxx_restart(enum reboot_mode mode, const char *cmd) in cns3xxx_restart()
|
/linux-4.4.14/arch/arm/mach-clps711x/ |
D | common.h | 15 extern void clps711x_restart(enum reboot_mode mode, const char *cmd);
|
D | common.c | 62 void clps711x_restart(enum reboot_mode mode, const char *cmd) in clps711x_restart()
|
/linux-4.4.14/arch/arm/mach-mvebu/ |
D | common.h | 20 void mvebu_restart(enum reboot_mode mode, const char *cmd);
|
D | system-controller.c | 94 void mvebu_restart(enum reboot_mode mode, const char *cmd) in mvebu_restart()
|
/linux-4.4.14/arch/arm/mach-dove/ |
D | common.h | 47 void dove_restart(enum reboot_mode, const char *);
|
D | common.c | 397 void dove_restart(enum reboot_mode mode, const char *cmd) in dove_restart()
|
/linux-4.4.14/arch/arm/mach-lpc32xx/ |
D | common.h | 33 extern void lpc23xx_restart(enum reboot_mode, const char *);
|
D | common.c | 197 void lpc23xx_restart(enum reboot_mode mode, const char *cmd) in lpc23xx_restart()
|
/linux-4.4.14/drivers/power/reset/ |
D | restart-poweroff.c | 22 reboot_mode = REBOOT_HARD; in restart_poweroff_do_poweroff()
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | common.h | 82 void omap1_restart(enum reboot_mode, const char *);
|
D | reset.c | 26 void omap1_restart(enum reboot_mode mode, const char *cmd) in omap1_restart()
|
/linux-4.4.14/arch/arm/mach-versatile/ |
D | core.h | 34 extern void versatile_restart(enum reboot_mode, const char *);
|
D | core.c | 731 void versatile_restart(enum reboot_mode mode, const char *cmd) in versatile_restart()
|
/linux-4.4.14/arch/x86/kernel/ |
D | reboot.c | 535 mode = reboot_mode == REBOOT_WARM ? 0x1234 : 0; in native_machine_emergency_restart() 564 efi_reboot(reboot_mode, NULL); in native_machine_emergency_restart() 581 u8 reboot_code = reboot_mode == REBOOT_WARM ? 0x06 : 0x0E; in native_machine_emergency_restart()
|
/linux-4.4.14/arch/arm/mach-s3c64xx/ |
D | common.h | 25 void s3c64xx_restart(enum reboot_mode mode, const char *cmd);
|
D | mach-s3c64xx-dt.c | 54 static void s3c64xx_dt_restart(enum reboot_mode mode, const char *cmd) in s3c64xx_dt_restart()
|
D | common.c | 434 void s3c64xx_restart(enum reboot_mode mode, const char *cmd) in s3c64xx_restart()
|
/linux-4.4.14/arch/arm/mach-sa1100/ |
D | generic.h | 13 extern void sa11x0_restart(enum reboot_mode, const char *);
|
D | generic.c | 96 void sa11x0_restart(enum reboot_mode mode, const char *cmd) in sa11x0_restart()
|
/linux-4.4.14/arch/arm/mach-bcm/ |
D | board_bcm21664.c | 31 static void bcm21664_restart(enum reboot_mode mode, const char *cmd) in bcm21664_restart()
|
D | board_bcm281xx.c | 30 static void bcm281xx_restart(enum reboot_mode mode, const char *cmd) in bcm281xx_restart()
|
/linux-4.4.14/arch/arm/mach-nspire/ |
D | nspire.c | 64 static void nspire_restart(enum reboot_mode mode, const char *cmd) in nspire_restart()
|
/linux-4.4.14/arch/arm/mach-mv78xx0/ |
D | common.h | 50 void mv78xx0_restart(enum reboot_mode, const char *);
|
D | common.c | 416 void mv78xx0_restart(enum reboot_mode mode, const char *cmd) in mv78xx0_restart()
|
/linux-4.4.14/arch/arm/mach-s5pv210/ |
D | s5pv210.c | 55 static void s5pv210_dt_restart(enum reboot_mode mode, const char *cmd) in s5pv210_dt_restart()
|
/linux-4.4.14/arch/arm/mach-picoxcell/ |
D | common.c | 67 static void picoxcell_wdt_restart(enum reboot_mode mode, const char *cmd) in picoxcell_wdt_restart()
|
/linux-4.4.14/arch/arm/xen/ |
D | enlighten.c | 112 static void xen_restart(enum reboot_mode reboot_mode, const char *cmd) in xen_restart() argument
|
/linux-4.4.14/arch/arm/mach-pxa/ |
D | reset.c | 93 void pxa_restart(enum reboot_mode mode, const char *cmd) in pxa_restart()
|
D | generic.h | 56 void pxa_restart(enum reboot_mode, const char *);
|
D | corgi.c | 711 static void corgi_restart(enum reboot_mode mode, const char *cmd) in corgi_restart()
|
D | mioa701.c | 711 static void mioa701_restart(enum reboot_mode c, const char *cmd) in mioa701_restart()
|
D | spitz.c | 942 static void spitz_restart(enum reboot_mode mode, const char *cmd) in spitz_restart()
|
D | tosa.c | 892 static void tosa_restart(enum reboot_mode mode, const char *cmd) in tosa_restart()
|
/linux-4.4.14/arch/arm/mach-nomadik/ |
D | cpu-8815.c | 100 static void cpu8815_restart(enum reboot_mode mode, const char *cmd) in cpu8815_restart()
|
/linux-4.4.14/arch/arm/mach-ep93xx/include/mach/ |
D | platform.h | 61 void ep93xx_restart(enum reboot_mode, const char *);
|
/linux-4.4.14/arch/arm/mach-imx/ |
D | system.c | 41 void mxc_restart(enum reboot_mode mode, const char *cmd) in mxc_restart()
|
D | common.h | 56 void mxc_restart(enum reboot_mode, const char *);
|
/linux-4.4.14/arch/arm/mach-davinci/include/mach/ |
D | common.h | 84 void davinci_restart(enum reboot_mode mode, const char *cmd);
|
D | da8xx.h | 111 void da8xx_restart(enum reboot_mode mode, const char *cmd);
|
/linux-4.4.14/arch/arm/mach-prima2/ |
D | rstc.c | 68 static void sirfsoc_restart(enum reboot_mode mode, const char *cmd) in sirfsoc_restart()
|
/linux-4.4.14/arch/arm/mach-orion5x/ |
D | common.h | 51 void orion5x_restart(enum reboot_mode, const char *);
|
D | common.c | 353 void orion5x_restart(enum reboot_mode mode, const char *cmd) in orion5x_restart()
|
/linux-4.4.14/arch/arm/mach-ixp4xx/include/mach/ |
D | platform.h | 128 extern void ixp4xx_restart(enum reboot_mode, const char *);
|
/linux-4.4.14/drivers/firmware/ |
D | psci.c | 212 static void psci_sys_reset(enum reboot_mode reboot_mode, const char *cmd) in psci_sys_reset() argument
|
/linux-4.4.14/arch/arm/mach-mmp/include/mach/ |
D | pxa168.h | 9 extern void pxa168_restart(enum reboot_mode, const char *);
|
/linux-4.4.14/arch/arm/mach-vt8500/ |
D | vt8500.c | 47 static void vt8500_restart(enum reboot_mode mode, const char *cmd) in vt8500_restart()
|
/linux-4.4.14/arch/arm/mach-rpc/ |
D | riscpc.c | 205 static void rpc_restart(enum reboot_mode mode, const char *cmd) in rpc_restart()
|
/linux-4.4.14/arch/arm/mach-iop13xx/include/mach/ |
D | iop13xx.h | 6 enum reboot_mode; 17 void iop13xx_restart(enum reboot_mode, const char *);
|
/linux-4.4.14/arch/arm/mach-ebsa110/ |
D | core.c | 314 static void ebsa110_restart(enum reboot_mode mode, const char *cmd) in ebsa110_restart()
|
/linux-4.4.14/arch/arm/mach-iop32x/ |
D | n2100.c | 291 static void n2100_restart(enum reboot_mode mode, const char *cmd) in n2100_restart()
|
/linux-4.4.14/arch/arm/mach-u300/ |
D | core.c | 303 static void u300_restart(enum reboot_mode mode, const char *cmd) in u300_restart()
|
/linux-4.4.14/arch/arm/mach-davinci/ |
D | devices.c | 311 void davinci_restart(enum reboot_mode mode, const char *cmd) in davinci_restart()
|
D | devices-da8xx.c | 335 void da8xx_restart(enum reboot_mode mode, const char *cmd) in da8xx_restart()
|
/linux-4.4.14/arch/unicore32/kernel/ |
D | process.c | 96 if (reboot_mode == REBOOT_SOFT) { in machine_restart()
|
/linux-4.4.14/arch/arm/mach-realview/ |
D | realview_pba8.c | 268 static void realview_pba8_restart(enum reboot_mode mode, const char *cmd) in realview_pba8_restart()
|
D | realview_pb1176.c | 334 static void realview_pb1176_restart(enum reboot_mode mode, const char *cmd) in realview_pb1176_restart()
|
D | realview_pb11mp.c | 320 static void realview_pb11mp_restart(enum reboot_mode mode, const char *cmd) in realview_pb11mp_restart()
|
D | realview_pbx.c | 345 static void realview_pbx_restart(enum reboot_mode mode, const char *cmd) in realview_pbx_restart()
|
D | realview_eb.c | 422 static void realview_eb_restart(enum reboot_mode mode, const char *cmd) in realview_eb_restart()
|
/linux-4.4.14/arch/arm/include/asm/hardware/ |
D | iop3xx.h | 219 void iop3xx_restart(enum reboot_mode, const char *);
|
/linux-4.4.14/arch/arm/mach-mxs/ |
D | mach-mxs.c | 515 static void mxs_restart(enum reboot_mode mode, const char *cmd) in mxs_restart()
|
/linux-4.4.14/arch/arm/mach-ixp4xx/ |
D | common.c | 582 void ixp4xx_restart(enum reboot_mode mode, const char *cmd) in ixp4xx_restart()
|
/linux-4.4.14/arch/arm/mach-iop13xx/ |
D | setup.c | 599 void iop13xx_restart(enum reboot_mode mode, const char *cmd) in iop13xx_restart()
|
/linux-4.4.14/arch/arm/mach-ep93xx/ |
D | core.c | 959 void ep93xx_restart(enum reboot_mode mode, const char *cmd) in ep93xx_restart()
|
/linux-4.4.14/Documentation/ |
D | kernel-parameters.txt | 3337 Where reboot_mode is one of warm (soft) or cold (hard) or gpio,
|