Searched refs:restart (Results 26 - 50 of 425) sorted by relevance

1234567891011>>

/linux-master/arch/sh/kernel/
H A Dreboot.c64 .restart = native_machine_restart,
83 machine_ops.restart(cmd);
/linux-master/arch/arm/mach-ep93xx/
H A Dedb93xx.c275 .restart = ep93xx_restart,
288 .restart = ep93xx_restart,
301 .restart = ep93xx_restart,
314 .restart = ep93xx_restart,
327 .restart = ep93xx_restart,
340 .restart = ep93xx_restart,
353 .restart = ep93xx_restart,
366 .restart = ep93xx_restart,
/linux-master/drivers/power/reset/
H A Dlinkstation-poweroff.c3 * LinkStation power off restart driver
37 void (*phy_set_reg)(bool restart);
43 static void linkstation_mvphy_reg_intn(bool restart) argument
48 if (restart)
82 static void readynas_mvphy_set_reg(bool restart) argument
87 if (restart)
H A DMakefile12 obj-$(CONFIG_POWER_RESET_GPIO_RESTART) += gpio-restart.o
24 obj-$(CONFIG_POWER_RESET_RESTART) += restart-poweroff.o
26 obj-$(CONFIG_POWER_RESET_TPS65086) += tps65086-restart.o
/linux-master/arch/nios2/kernel/
H A Dsignal.c237 int restart = 0; local
251 * Prepare for system call restart. We do this here so that a
256 restart = -2;
261 restart++;
272 if (unlikely(restart && regs->ea == restart_addr)) {
289 if (unlikely(restart) && regs->ea == restart_addr) {
299 return restart;
314 int restart = do_signal(regs); local
316 if (unlikely(restart)) {
322 return restart;
[all...]
/linux-master/arch/powerpc/platforms/embedded6xx/
H A Dwii.c131 if (ppc_md.restart)
132 ppc_md.restart(NULL);
174 .restart = wii_restart,
H A Dmvme5100.c38 static u_char *restart; variable
160 restart = ioremap(BOARD_MODRST_REG, 4);
183 out_8((u_char *) restart, 0x01);
206 .restart = mvme5100_restart,
H A Dgamecube.c69 .restart = gamecube_restart,
/linux-master/arch/arm/mach-spear/
H A DMakefile7 obj-y := restart.o time.o
H A Dspear1310.c60 .restart = spear_restart,
/linux-master/arch/arm/mach-bcm/
H A Dboard_bcm281xx.c61 .restart = bcm281xx_restart,
/linux-master/arch/arm/mach-mvebu/
H A Dboard-v7.c161 .restart = mvebu_restart,
177 .restart = mvebu_restart,
191 .restart = mvebu_restart,
205 .restart = mvebu_restart,
/linux-master/arch/powerpc/platforms/44x/
H A Debony.c60 .restart = ppc4xx_reset_system,
H A Dppc44x_simple.c84 .restart = ppc4xx_reset_system,
H A Dsam440ep.c56 .restart = ppc4xx_reset_system,
H A Dppc476.c92 ppc_md.restart = avr_reset_system;
279 .restart = ppc4xx_reset_system,
289 .restart = ppc4xx_reset_system,
/linux-master/arch/powerpc/platforms/512x/
H A Dmpc5121_ads.c70 .restart = mpc512x_restart,
/linux-master/arch/powerpc/platforms/83xx/
H A Dmpc837x_rdb.c71 .restart = mpc83xx_restart,
/linux-master/arch/powerpc/platforms/40x/
H A Dppc40x_simple.c73 .restart = ppc4xx_reset_system,
/linux-master/arch/arm/mach-socfpga/
H A Dsocfpga.c103 .restart = socfpga_cyclone5_restart,
116 .restart = socfpga_arria10_restart,
/linux-master/kernel/time/
H A Dalarmtimer.c202 int restart = ALARMTIMER_NORESTART; local
209 restart = alarm->function(alarm, base->get_ktime());
212 if (restart != ALARMTIMER_NORESTART) {
784 struct restart_block *restart; local
804 restart = &current->restart_block;
805 if (restart->nanosleep.type != TT_NONE) {
815 return nanosleep_copyout(restart, &rmt);
831 * @restart: ptr to restart block
835 static long __sched alarm_timer_nsleep_restart(struct restart_block *restart) argument
858 struct restart_block *restart = &current->restart_block; local
[all...]
/linux-master/arch/arm/mach-omap2/
H A DMakefile57 obj-$(CONFIG_SOC_OMAP2420) += omap2-restart.o
58 obj-$(CONFIG_SOC_OMAP2430) += omap2-restart.o
59 obj-$(CONFIG_SOC_TI81XX) += ti81xx-restart.o
60 obj-$(CONFIG_SOC_AM33XX) += am33xx-restart.o
61 obj-$(CONFIG_SOC_AM43XX) += omap4-restart.o
62 obj-$(CONFIG_ARCH_OMAP3) += omap3-restart.o
63 obj-$(CONFIG_ARCH_OMAP4) += omap4-restart.o
64 obj-$(CONFIG_SOC_OMAP5) += omap4-restart.o
65 obj-$(CONFIG_SOC_DRA7XX) += omap4-restart.o
/linux-master/drivers/watchdog/
H A Drave-sp-wdt.c35 * @restart: Function to send "restart" command
42 int (*restart)(struct watchdog_device *); member in struct:rave_sp_wdt_variant
154 const int ret = sp_wd->variant->restart(&sp_wd->wdd);
158 "Failed to issue restart command (%d)", ret);
224 .restart = rave_sp_wdt_restart,
231 .restart = rave_sp_wdt_legacy_restart,
238 .restart = rave_sp_wdt_rdu_restart,
/linux-master/drivers/net/fddi/skfp/
H A Dsmttimer.c21 static void timer_done(struct s_smc *smc, int restart);
112 static void timer_done(struct s_smc *smc, int restart) argument
145 if (restart && smc->t.st_queue)
/linux-master/drivers/dma-buf/
H A Ddma-fence-unwrap.c112 restart:
140 goto restart;
143 goto restart;

Completed in 164 milliseconds

1234567891011>>