Home
last modified time | relevance | path

Searched refs:restart (Results 1 – 200 of 730) sorted by relevance

1234

/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dgpio-restart.txt1 Drive a GPIO line that can be used to restart the system from a restart
5 time, the driver will request the given gpio line and install a restart
8 the restart is initiated.
10 When the system is restarted, the restart handler will be invoked in
18 restart handler completes allowing other restart handlers to be attempted.
21 - compatible : should be "gpio-restart".
29 it to when the restart is initiated. If this optional property is not
33 0: Restart handler of last resort, with limited restart
35 128: Default restart handler; use if no other restart handler is
36 expected to be available, and/or if restart functionality is
[all …]
/linux-4.4.14/arch/arm/mach-omap2/
Dboard-generic.c51 .restart = omap2xxx_restart,
68 .restart = omap2xxx_restart,
87 .restart = omap3xxx_restart,
105 .restart = omap3xxx_restart,
122 .restart = omap3xxx_restart,
139 .restart = omap3xxx_restart,
155 .restart = omap3xxx_restart,
174 .restart = ti81xx_restart,
191 .restart = ti81xx_restart,
209 .restart = am33xx_restart,
[all …]
DMakefile56 obj-$(CONFIG_SOC_OMAP2420) += omap2-restart.o
57 obj-$(CONFIG_SOC_OMAP2430) += omap2-restart.o
58 obj-$(CONFIG_SOC_TI81XX) += ti81xx-restart.o
59 obj-$(CONFIG_SOC_AM33XX) += am33xx-restart.o
60 obj-$(CONFIG_SOC_AM43XX) += omap4-restart.o
61 obj-$(CONFIG_ARCH_OMAP3) += omap3-restart.o
62 obj-$(CONFIG_ARCH_OMAP4) += omap4-restart.o
63 obj-$(CONFIG_SOC_OMAP5) += omap4-restart.o
64 obj-$(CONFIG_SOC_DRA7XX) += omap4-restart.o
Dboard-rx51.c140 .restart = omap3xxx_restart,
/linux-4.4.14/arch/powerpc/platforms/85xx/
Dmpc85xx_rdb.c237 .restart = fsl_rstcr_restart, in define_machine()
252 .restart = fsl_rstcr_restart, in define_machine()
267 .restart = fsl_rstcr_restart, in define_machine()
282 .restart = fsl_rstcr_restart, in define_machine()
297 .restart = fsl_rstcr_restart, in define_machine()
312 .restart = fsl_rstcr_restart, in define_machine()
327 .restart = fsl_rstcr_restart, in define_machine()
342 .restart = fsl_rstcr_restart, in define_machine()
357 .restart = fsl_rstcr_restart, in define_machine()
372 .restart = fsl_rstcr_restart, in define_machine()
Dxes_mpc85xx.c176 .restart = fsl_rstcr_restart, in define_machine()
191 .restart = fsl_rstcr_restart, in define_machine()
206 .restart = fsl_rstcr_restart, in define_machine()
Dmpc85xx_ds.c215 .restart = fsl_rstcr_restart, in define_machine()
230 .restart = fsl_rstcr_restart, in define_machine()
245 .restart = fsl_rstcr_restart, in define_machine()
Dcorenet_generic.c190 ppc_md.restart = fsl_hv_restart; in corenet_generic_probe()
229 .restart = fsl_rstcr_restart, in define_machine()
Dmpc85xx_mds.c390 .restart = fsl_rstcr_restart, in define_machine()
412 .restart = fsl_rstcr_restart, in define_machine()
435 .restart = fsl_rstcr_restart, in define_machine()
Dbsc913x_rdb.c64 .restart = fsl_rstcr_restart, in define_machine()
Dbsc913x_qds.c71 .restart = fsl_rstcr_restart, in define_machine()
Dc293pcie.c70 .restart = fsl_rstcr_restart, in define_machine()
Dmvme2500.c71 .restart = fsl_rstcr_restart, in define_machine()
Dmpc8536_ds.c82 .restart = fsl_rstcr_restart, in define_machine()
Dp1010rdb.c84 .restart = fsl_rstcr_restart, in define_machine()
Dsocrates.c96 .restart = fsl_rstcr_restart, in define_machine()
Dqemu_e500.c82 .restart = fsl_rstcr_restart, in define_machine()
Dmpc85xx_cds.c385 .restart = mpc85xx_cds_restart, in define_machine()
389 .restart = fsl_rstcr_restart, in define_machine()
Dstx_gp3.c108 .restart = fsl_rstcr_restart, in define_machine()
Dppa8548.c96 .restart = fsl_rstcr_restart, in define_machine()
Dp1023_rdb.c115 .restart = fsl_rstcr_restart, in define_machine()
Dtqm85xx.c135 .restart = fsl_rstcr_restart, in define_machine()
Dtwr_p102x.c145 .restart = fsl_rstcr_restart, in define_machine()
Dsbc8548.c135 .restart = fsl_rstcr_restart, in define_machine()
/linux-4.4.14/arch/openrisc/kernel/
Dsignal.c237 int restart = 0; in do_signal() local
250 restart = -2; in do_signal()
255 restart++; in do_signal()
269 if (unlikely(restart) && regs->pc == restart_addr) { in do_signal()
287 if (unlikely(restart) && regs->pc == restart_addr) { in do_signal()
289 return restart; in do_signal()
307 int restart = do_signal(regs, syscall); in do_work_pending() local
308 if (unlikely(restart)) { in do_work_pending()
314 return restart; in do_work_pending()
/linux-4.4.14/arch/metag/kernel/
Dsignal.c229 int restart = 0; in do_signal() local
253 restart = -2; in do_signal()
257 ++restart; in do_signal()
275 restart = 0; in do_signal()
277 if (unlikely(restart)) { in do_signal()
293 if (unlikely(restart < 0)) in do_signal()
301 return restart; in do_signal()
315 int restart = do_signal(regs, syscall); in do_work_pending() local
316 if (unlikely(restart)) { in do_work_pending()
322 return restart; in do_work_pending()
Dtraps.c312 TBIRES tail_end_sys(TBIRES State, int syscall, int *restart) in tail_end_sys() argument
323 *restart = 1; in tail_end_sys()
632 int restart; in switch1_handler() local
659 restart = 0; in switch1_handler()
686 State = tail_end_sys(State, sysnumber, &restart); in switch1_handler()
688 if (restart) in switch1_handler()
/linux-4.4.14/arch/arm/mach-ep93xx/
Dedb93xx.c279 .restart = ep93xx_restart,
292 .restart = ep93xx_restart,
305 .restart = ep93xx_restart,
318 .restart = ep93xx_restart,
331 .restart = ep93xx_restart,
344 .restart = ep93xx_restart,
357 .restart = ep93xx_restart,
370 .restart = ep93xx_restart,
Dmicro9.c87 .restart = ep93xx_restart,
100 .restart = ep93xx_restart,
113 .restart = ep93xx_restart,
126 .restart = ep93xx_restart,
Dgesbc9312.c44 .restart = ep93xx_restart,
Dadssphere.c44 .restart = ep93xx_restart,
/linux-4.4.14/arch/arm/mach-ks8695/
Dboard-og.c150 .restart = ks8695_restart,
162 .restart = ks8695_restart,
174 .restart = ks8695_restart,
186 .restart = ks8695_restart,
198 .restart = ks8695_restart,
Dboard-sg.c95 .restart = ks8695_restart,
107 .restart = ks8695_restart,
119 .restart = ks8695_restart,
Dboard-micrel.c61 .restart = ks8695_restart,
Dboard-dsm320.c129 .restart = ks8695_restart,
/linux-4.4.14/Documentation/devicetree/bindings/power/reset/
Dst-reset.txt4 - compatible: should be "st,<chip>-restart".
8 restart {
9 compatible = "st,stih416-restart";
/linux-4.4.14/Documentation/devicetree/bindings/power_supply/
Dmsm-poweroff.txt4 Clearing that bit allows us to restart/poweroff. The difference
5 between poweroff and restart is determined by unique power manager IC
14 restart@fc4ab000 {
Drestart-poweroff.txt8 - compatible: Should be "restart-poweroff"
/linux-4.4.14/drivers/power/reset/
DKconfig30 This driver supports restart for Atmel AT91SAM9 and SAMA5
37 This driver supports restart for Axxia SoC.
47 This driver provides restart support for Broadcom STB boards.
50 to have restart support.
61 bool "GPIO restart driver"
65 If your board needs a GPIO high/low to restart, say Y and
87 Power off and restart support for Qualcomm boards.
109 Instead they restart, and u-boot holds the SoC until the
113 bool "ST restart driver"
124 Power off and restart support for ARM Versatile family of
DMakefile7 obj-$(CONFIG_POWER_RESET_GPIO_RESTART) += gpio-restart.o
13 obj-$(CONFIG_POWER_RESET_RESTART) += restart-poweroff.o
/linux-4.4.14/arch/nios2/kernel/
Dsignal.c235 int restart = 0; in do_signal() local
254 restart = -2; in do_signal()
258 restart++; in do_signal()
268 if (unlikely(restart && regs->ea == restart_addr)) { in do_signal()
285 if (unlikely(restart) && regs->ea == restart_addr) { in do_signal()
295 return restart; in do_signal()
309 int restart = do_signal(regs); in do_notify_resume() local
311 if (unlikely(restart)) { in do_notify_resume()
317 return restart; in do_notify_resume()
/linux-4.4.14/arch/arm/mach-mvebu/
Dboard-v7.c167 .restart = mvebu_restart,
182 .restart = mvebu_restart,
196 .restart = mvebu_restart,
210 .restart = mvebu_restart,
Ddove.c39 .restart = mvebu_restart,
/linux-4.4.14/arch/powerpc/kernel/
Dsignal.c55 int restart = 1; in check_syscall_restart() local
72 restart = !has_handler; in check_syscall_restart()
78 restart = !has_handler || (ka->sa.sa_flags & SA_RESTART) != 0; in check_syscall_restart()
88 if (restart) { in check_syscall_restart()
Deeh_cache.c238 restart: in __eeh_addr_cache_rmv_dev()
247 goto restart; in __eeh_addr_cache_rmv_dev()
/linux-4.4.14/kernel/time/
Dalarmtimer.c181 int restart = ALARMTIMER_NORESTART; in alarmtimer_fired() local
188 restart = alarm->function(alarm, base->gettime()); in alarmtimer_fired()
191 if (restart != ALARMTIMER_NORESTART) { in alarmtimer_fired()
703 static long __sched alarm_timer_nsleep_restart(struct restart_block *restart) in alarm_timer_nsleep_restart() argument
705 enum alarmtimer_type type = restart->nanosleep.clockid; in alarm_timer_nsleep_restart()
711 exp.tv64 = restart->nanosleep.expires; in alarm_timer_nsleep_restart()
720 rmtp = restart->nanosleep.rmtp; in alarm_timer_nsleep_restart()
750 struct restart_block *restart; in alarm_timer_nsleep() local
788 restart = &current->restart_block; in alarm_timer_nsleep()
789 restart->fn = alarm_timer_nsleep_restart; in alarm_timer_nsleep()
[all …]
Dhrtimer.c930 remove_hrtimer(struct hrtimer *timer, struct hrtimer_clock_base *base, bool restart) in remove_hrtimer() argument
948 if (!restart) in remove_hrtimer()
1213 int restart; in __run_hrtimer() local
1248 restart = fn(timer); in __run_hrtimer()
1261 if (restart != HRTIMER_NORESTART && in __run_hrtimer()
1518 long __sched hrtimer_nanosleep_restart(struct restart_block *restart) in hrtimer_nanosleep_restart() argument
1524 hrtimer_init_on_stack(&t.timer, restart->nanosleep.clockid, in hrtimer_nanosleep_restart()
1526 hrtimer_set_expires_tv64(&t.timer, restart->nanosleep.expires); in hrtimer_nanosleep_restart()
1531 rmtp = restart->nanosleep.rmtp; in hrtimer_nanosleep_restart()
1548 struct restart_block *restart; in hrtimer_nanosleep() local
[all …]
/linux-4.4.14/Documentation/mic/mpssd/
Dmpss141 restart() function
186 restart)
187 restart
Dmpssd.h94 int restart; member
/linux-4.4.14/arch/powerpc/platforms/embedded6xx/
Dmvme5100.c43 static u_char *restart; variable
170 restart = ioremap(BOARD_MODRST_REG, 4); in mvme5100_setup_arch()
186 out_8((u_char *) restart, 0x01); in mvme5100_restart()
218 .restart = mvme5100_restart, in define_machine()
Dwii.c190 if (ppc_md.restart) in wii_halt()
191 ppc_md.restart(NULL); in wii_halt()
230 .restart = wii_restart, in define_machine()
Dgamecube.c84 .restart = gamecube_restart, in define_machine()
Dstorcenter.c123 .restart = storcenter_restart, in define_machine()
/linux-4.4.14/drivers/media/i2c/
Dmsp3400-kthreads.c519 restart: in msp3400c_thread()
521 state->restart = 0; in msp3400c_thread()
546 goto restart; in msp3400c_thread()
562 goto restart; in msp3400c_thread()
599 goto restart; in msp3400c_thread()
684 goto restart; in msp3400c_thread()
709 restart: in msp3410d_thread()
711 state->restart = 0; in msp3410d_thread()
740 goto restart; in msp3410d_thread()
755 goto restart; in msp3410d_thread()
[all …]
/linux-4.4.14/drivers/scsi/aacraid/
Dsrc.c638 int restart = 0; in aac_src_init() local
656 ++restart; in aac_src_init()
664 ++restart; in aac_src_init()
689 if ((restart && in aac_src_init()
696 if (!restart && in aac_src_init()
705 ++restart; in aac_src_init()
709 if (restart && aac_commit) in aac_src_init()
783 int restart = 0; in aac_srcv_init() local
801 ++restart; in aac_srcv_init()
831 ++restart; in aac_srcv_init()
[all …]
Drx.c548 int restart = 0; in _aac_rx_init() local
564 while ((++restart < 512) && in _aac_rx_init()
573 ++restart; in _aac_rx_init()
596 if ((restart && in _aac_rx_init()
603 if (!restart && in _aac_rx_init()
611 ++restart; in _aac_rx_init()
615 if (restart && aac_commit) in _aac_rx_init()
/linux-4.4.14/drivers/ps3/
Dsys-manager-core.c60 if (ps3_sys_manager_ops.restart) in ps3_sys_manager_restart()
61 ps3_sys_manager_ops.restart(ps3_sys_manager_ops.dev); in ps3_sys_manager_restart()
/linux-4.4.14/arch/sh/kernel/
Dreboot.c70 .restart = native_machine_restart,
89 machine_ops.restart(cmd); in machine_restart()
/linux-4.4.14/arch/arm/mach-pxa/
Dpxa-dt.c56 .restart = pxa_restart,
72 .restart = pxa_restart,
Deseries.c181 .restart = pxa_restart,
232 .restart = pxa_restart,
356 .restart = pxa_restart,
552 .restart = pxa_restart,
751 .restart = pxa_restart,
966 .restart = pxa_restart,
Dcolibri-pxa270.c320 .restart = pxa_restart,
331 .restart = pxa_restart,
Dezx.c837 .restart = pxa_restart,
905 .restart = pxa_restart,
973 .restart = pxa_restart,
1166 .restart = pxa_restart,
1234 .restart = pxa_restart,
1276 .restart = pxa_restart,
Dmp900.c102 .restart = pxa_restart,
/linux-4.4.14/arch/arm/plat-iop/
DMakefile13 obj-$(CONFIG_ARCH_IOP32X) += restart.o
23 obj-$(CONFIG_ARCH_IOP33X) += restart.o
/linux-4.4.14/kernel/
Dcompat.c216 static long compat_nanosleep_restart(struct restart_block *restart) in compat_nanosleep_restart() argument
223 restart->nanosleep.rmtp = (struct timespec __user *) &rmt; in compat_nanosleep_restart()
226 ret = hrtimer_nanosleep_restart(restart); in compat_nanosleep_restart()
230 rmtp = restart->nanosleep.compat_rmtp; in compat_nanosleep_restart()
279 struct restart_block *restart = &current->restart_block; in COMPAT_SYSCALL_DEFINE2() local
281 restart->fn = compat_nanosleep_restart; in COMPAT_SYSCALL_DEFINE2()
282 restart->nanosleep.compat_rmtp = rmtp; in COMPAT_SYSCALL_DEFINE2()
814 static long compat_clock_nanosleep_restart(struct restart_block *restart) in compat_clock_nanosleep_restart() argument
819 struct compat_timespec __user *rmtp = restart->nanosleep.compat_rmtp; in compat_clock_nanosleep_restart()
821 restart->nanosleep.rmtp = (struct timespec __user *) &tu; in compat_clock_nanosleep_restart()
[all …]
Dfutex.c2090 static long futex_wait_restart(struct restart_block *restart);
2283 struct restart_block *restart; in futex_wait() local
2335 restart = &current->restart_block; in futex_wait()
2336 restart->fn = futex_wait_restart; in futex_wait()
2337 restart->futex.uaddr = uaddr; in futex_wait()
2338 restart->futex.val = val; in futex_wait()
2339 restart->futex.time = abs_time->tv64; in futex_wait()
2340 restart->futex.bitset = bitset; in futex_wait()
2341 restart->futex.flags = flags | FLAGS_HAS_TIMEOUT; in futex_wait()
2354 static long futex_wait_restart(struct restart_block *restart) in futex_wait_restart() argument
[all …]
Dsoftirq.c253 restart: in __do_softirq()
292 goto restart; in __do_softirq()
608 enum hrtimer_restart restart; in __tasklet_hrtimer_trampoline() local
610 restart = ttimer->function(&ttimer->timer); in __tasklet_hrtimer_trampoline()
611 if (restart != HRTIMER_NORESTART) in __tasklet_hrtimer_trampoline()
/linux-4.4.14/arch/arm/kernel/
Dsignal.c506 int restart = 0; in do_signal() local
522 restart -= 2; in do_signal()
526 restart++; in do_signal()
544 if (unlikely(restart) && regs->ARM_pc == restart_addr) { in do_signal()
557 if (unlikely(restart) && regs->ARM_pc == restart_addr) { in do_signal()
559 return restart; in do_signal()
582 int restart = do_signal(regs, syscall); in do_work_pending() local
583 if (unlikely(restart)) { in do_work_pending()
589 return restart; in do_work_pending()
/linux-4.4.14/drivers/net/fddi/skfp/
Dsmttimer.c29 static void timer_done(struct s_smc *smc, int restart);
120 static void timer_done(struct s_smc *smc, int restart) in timer_done() argument
153 if (restart && smc->t.st_queue) in timer_done()
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlovsub_lock.c386 int restart; in lovsub_lock_delete() local
403 restart = 0; in lovsub_lock_delete()
411 restart = lovsub_lock_delete_one(env, child, lov); in lovsub_lock_delete()
414 if (restart) { in lovsub_lock_delete()
419 } while (restart); in lovsub_lock_delete()
/linux-4.4.14/arch/arm/mach-socfpga/
Dsocfpga.c99 .restart = socfpga_cyclone5_restart,
112 .restart = socfpga_arria10_restart,
/linux-4.4.14/arch/um/drivers/
Dubd_kern.c133 struct list_head restart; member
443 static LIST_HEAD(restart);
471 list_for_each_safe(list, next_ele, &restart){ in ubd_handler()
472 ubd = container_of(list, struct ubd, restart); in ubd_handler()
473 list_del_init(&ubd->restart); in ubd_handler()
859 INIT_LIST_HEAD(&ubd_dev->restart); in ubd_add()
1263 else if (list_empty(&dev->restart)) in submit_request()
1264 list_add(&dev->restart, &restart); in submit_request()
1297 if (list_empty(&dev->restart)) in do_ubd_request()
1298 list_add(&dev->restart, &restart); in do_ubd_request()
[all …]
/linux-4.4.14/arch/arm/mach-ixp4xx/
Domixp-setup.c250 .restart = ixp4xx_restart,
265 .restart = ixp4xx_restart,
277 .restart = ixp4xx_restart,
Dcoyote-setup.c121 .restart = ixp4xx_restart,
138 .restart = ixp4xx_restart,
Davila-setup.c176 .restart = ixp4xx_restart,
196 .restart = ixp4xx_restart,
Dgateway7001-setup.c108 .restart = ixp4xx_restart,
Dwg302v2-setup.c109 .restart = ixp4xx_restart,
Dgtwx5715-setup.c176 .restart = ixp4xx_restart,
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_legacy_tv.c428 int restart; in radeon_legacy_tv_init_restarts() local
484 restart = const_ptr->def_restart; in radeon_legacy_tv_init_restarts()
497 restart -= v_offset + h_offset; in radeon_legacy_tv_init_restarts()
500 const_ptr->def_restart, tv_dac->h_pos, tv_dac->v_pos, p1, p2, restart); in radeon_legacy_tv_init_restarts()
502 tv_dac->tv.hrestart = restart % h_total; in radeon_legacy_tv_init_restarts()
503 restart /= h_total; in radeon_legacy_tv_init_restarts()
504 tv_dac->tv.vrestart = restart % v_total; in radeon_legacy_tv_init_restarts()
505 restart /= v_total; in radeon_legacy_tv_init_restarts()
506 tv_dac->tv.frestart = restart % f_total; in radeon_legacy_tv_init_restarts()
/linux-4.4.14/arch/arm/mach-omap1/
Dams-delta-fiq-handler.S129 restart: label
170 b restart @ restart
183 bne restart @ and restart
Dboard-generic.c89 .restart = omap1_restart,
/linux-4.4.14/sound/pci/rme9652/
Drme9652.c451 int restart = 0; in rme9652_set_interrupt_interval() local
456 if ((restart = s->running)) { in rme9652_set_interrupt_interval()
474 if (restart) in rme9652_set_interrupt_interval()
484 int restart; in rme9652_set_rate() local
541 if ((restart = rme9652->running)) { in rme9652_set_rate()
548 if (restart) { in rme9652_set_rate()
898 int restart = 0; in rme9652_set_adat1_input() local
908 if ((restart = rme9652->running)) { in rme9652_set_adat1_input()
914 if (restart) { in rme9652_set_adat1_input()
968 int restart = 0; in rme9652_set_spdif_input() local
[all …]
/linux-4.4.14/fs/nfs/
Ddelegation.c97 restart: in nfs_delegation_claim_locks()
109 goto restart; in nfs_delegation_claim_locks()
475 restart: in nfs_client_return_marked_delegations()
488 goto restart; in nfs_client_return_marked_delegations()
497 goto restart; in nfs_client_return_marked_delegations()
819 restart: in nfs_delegation_reap_unclaimed()
836 goto restart; in nfs_delegation_reap_unclaimed()
848 goto restart; in nfs_delegation_reap_unclaimed()
Dnfs4state.c1400 restart: in nfs4_reclaim_locks()
1435 goto restart; in nfs4_reclaim_locks()
1459 restart: in nfs4_reclaim_open_state()
1487 goto restart; in nfs4_reclaim_open_state()
1521 goto restart; in nfs4_reclaim_open_state()
1715 restart: in nfs4_do_reclaim()
1742 goto restart; in nfs4_do_reclaim()
1967 restart: in nfs4_handle_migration()
1986 goto restart; in nfs4_handle_migration()
2015 restart: in nfs4_handle_lease_moved()
[all …]
/linux-4.4.14/fs/xfs/
Dxfs_extent_busy.c319 restart: in xfs_extent_busy_reuse()
337 goto restart; in xfs_extent_busy_reuse()
364 restart: in xfs_extent_busy_trim()
392 goto restart; in xfs_extent_busy_trim()
Dxfs_log_cil.c602 restart: in xlog_cil_push()
627 goto restart; in xlog_cil_push()
847 restart: in xlog_cil_force_lsn()
873 goto restart; in xlog_cil_force_lsn()
899 goto restart; in xlog_cil_force_lsn()
Dxfs_icache.c526 restart: in xfs_inode_ag_walk()
608 goto restart; in xfs_inode_ag_walk()
903 restart: in xfs_reclaim_inode()
955 goto restart; in xfs_reclaim_inode()
1032 restart: in xfs_reclaim_inodes_ag()
1134 goto restart; in xfs_reclaim_inodes_ag()
/linux-4.4.14/fs/btrfs/tests/
Dbtrfs-tests.c134 restart: in btrfs_free_dummy_fs_info()
144 goto restart; in btrfs_free_dummy_fs_info()
/linux-4.4.14/arch/arm/mach-efm32/
Ddtmachine.c14 .restart = armv7m_restart,
/linux-4.4.14/arch/arm/mach-stm32/
Dboard-dt.c18 .restart = armv7m_restart,
/linux-4.4.14/arch/arm/mach-footbridge/
Dpersonal.c22 .restart = footbridge_restart,
Dcats-hw.c96 .restart = footbridge_restart,
/linux-4.4.14/Documentation/gpio/
Ddrivers-on-gpio.txt40 - restart-gpio: drivers/power/gpio-restart.c is used to restart/reboot the
41 system by pulling a GPIO line and will register a restart handler so
42 userspace can issue the right system call to restart the system.
/linux-4.4.14/net/ipv4/
Dinet_timewait_sock.c272 restart: in inet_twsk_purge()
287 goto restart; in inet_twsk_purge()
301 goto restart; in inet_twsk_purge()
/linux-4.4.14/arch/sh/include/asm/
Dreboot.h9 void (*restart)(char *cmd); member
/linux-4.4.14/arch/arm/mach-versatile/
Dversatile_ab.c43 .restart = versatile_restart,
Dversatile_dt.c49 .restart = versatile_restart,
Dversatile_pb.c90 .restart = versatile_restart,
/linux-4.4.14/arch/arm/mach-imx/
Dimx1-dt.c25 .restart = mxc_restart,
Dmach-bug.c62 .restart = mxc_restart,
Dmach-scb9328.c142 .restart = mxc_restart,
/linux-4.4.14/arch/arm/mach-w90x900/
Dmach-nuc910evb.c41 .restart = nuc9xx_restart,
Dmach-nuc960evb.c41 .restart = nuc9xx_restart,
Dmach-nuc950evb.c44 .restart = nuc9xx_restart,
/linux-4.4.14/arch/arm/mach-clps711x/
Dboard-clep7312.c44 .restart = clps711x_restart,
/linux-4.4.14/arch/arm/mach-iop32x/
Diq31244.c317 .restart = iop3xx_restart,
332 .restart = iop3xx_restart,
/linux-4.4.14/arch/mips/include/asm/
Dabi.h21 const unsigned long restart; member
DKbuild6 generic-y += emergency-restart.h
/linux-4.4.14/arch/powerpc/platforms/512x/
Dmpc512x_generic.c53 .restart = mpc512x_restart, in define_machine()
Dmpc5121_ads.c74 .restart = mpc512x_restart, in define_machine()
Dpdm360ng.c130 .restart = mpc512x_restart, in define_machine()
/linux-4.4.14/arch/x86/include/asm/
Dreboot.h9 void (*restart)(char *cmd); member
/linux-4.4.14/arch/arm/mach-spear/
Dspear1340.c37 .restart = spear_restart,
Dspear1310.c65 .restart = spear_restart,
DMakefile8 obj-y := restart.o time.o
/linux-4.4.14/drivers/net/ethernet/ti/
Dcpmac.c419 struct cpmac_desc *desc, *restart; in cpmac_poll() local
434 restart = NULL; in cpmac_poll()
444 if (unlikely(restart)) { in cpmac_poll()
448 restart, desc); in cpmac_poll()
452 restart = desc->next; in cpmac_poll()
479 if (!restart && in cpmac_poll()
487 restart = priv->rx_head; in cpmac_poll()
490 if (restart) { in cpmac_poll()
496 if (unlikely((restart->dataflags & CPMAC_OWN) == 0)) { in cpmac_poll()
500 "that's not free: %p\n", restart); in cpmac_poll()
[all …]
/linux-4.4.14/arch/powerpc/platforms/44x/
Dppc476.c96 ppc_md.restart = avr_reset_system; in avr_probe()
297 .restart = ppc4xx_reset_system, in define_machine()
Debony.c68 .restart = ppc4xx_reset_system, in define_machine()
Dvirtex.c61 .restart = ppc4xx_reset_system, in define_machine()
Dppc44x_simple.c89 .restart = ppc4xx_reset_system, in define_machine()
Dsam440ep.c65 .restart = ppc4xx_reset_system, in define_machine()
Dcanyonlands.c132 .restart = ppc4xx_reset_system, in define_machine()
/linux-4.4.14/sound/soc/omap/
Domap-mcpdm.c67 bool restart; member
350 mcpdm->restart = true; in omap_mcpdm_dai_hw_params()
365 } else if (mcpdm->restart) { in omap_mcpdm_prepare()
368 mcpdm->restart = false; in omap_mcpdm_prepare()
/linux-4.4.14/arch/cris/arch-v10/drivers/
Deeprom.c513 int i, written, restart=1; in eeprom_write() local
524 for(i = 0; (i < EEPROM_RETRIES) && (restart > 0); i++) in eeprom_write()
526 restart = 0; in eeprom_write()
638 restart=1; in eeprom_write()
/linux-4.4.14/drivers/media/pci/saa7134/
Dsaa7134-tvaudio.c487 restart: in tvaudio_thread()
505 goto restart; in tvaudio_thread()
532 goto restart; in tvaudio_thread()
582 goto restart; in tvaudio_thread()
602 goto restart; in tvaudio_thread()
782 restart: in tvaudio_thread_ddep()
835 goto restart; in tvaudio_thread_ddep()
/linux-4.4.14/arch/arm/mach-mmp/
Davengers_lite.c57 .restart = pxa168_restart,
Daspenite.c272 .restart = pxa168_restart,
281 .restart = pxa168_restart,
Dteton_bga.c102 .restart = pxa168_restart,
Dtavorevb.c115 .restart = mmp_restart,
Dflint.c133 .restart = mmp_restart,
/linux-4.4.14/arch/powerpc/platforms/83xx/
Dasp834x.c56 .restart = mpc83xx_restart, in define_machine()
Dsbc834x.c74 .restart = mpc83xx_restart, in define_machine()
Dmpc836x_rdk.c59 .restart = mpc83xx_restart, in define_machine()
Dmpc831x_rdb.c60 .restart = mpc83xx_restart, in define_machine()
Dmpc830x_rdb.c60 .restart = mpc83xx_restart, in define_machine()
Dmpc834x_itx.c84 .restart = mpc83xx_restart, in define_machine()
Dmpc837x_rdb.c85 .restart = mpc83xx_restart, in define_machine()
Dmpc834x_mds.c105 .restart = mpc83xx_restart, in define_machine()
Dmpc832x_mds.c118 .restart = mpc83xx_restart, in define_machine()
Dmpc837x_mds.c107 .restart = mpc83xx_restart, in define_machine()
/linux-4.4.14/arch/powerpc/platforms/52xx/
Dmpc5200_simple.c83 .restart = mpc52xx_restart, in define_machine()
/linux-4.4.14/fs/gfs2/
Dlock_dlm.c785 restart: in control_mount()
819 goto restart; in control_mount()
889 goto restart; in control_mount()
904 goto restart; in control_mount()
914 goto restart; in control_mount()
923 goto restart; in control_mount()
945 restart: in control_first_done()
974 goto restart; in control_first_done()
/linux-4.4.14/arch/ia64/kernel/
Dsignal.c419 long restart = in_syscall; in ia64_do_signal() local
443 restart = 0; in ia64_do_signal()
448 if (unlikely(restart)) { in ia64_do_signal()
464 restart = 0; /* don't restart twice if handle_signal() fails... */ in ia64_do_signal()
477 if (restart) { in ia64_do_signal()
/linux-4.4.14/arch/powerpc/platforms/40x/
Dwalnut.c65 .restart = ppc4xx_reset_system, in define_machine()
Dvirtex.c54 .restart = ppc4xx_reset_system, in define_machine()
Dppc40x_simple.c80 .restart = ppc4xx_reset_system, in define_machine()
Dep405.c123 .restart = ppc4xx_reset_system, in define_machine()
/linux-4.4.14/arch/xtensa/kernel/
Dplatform.c32 _F(void, restart, (void), { while(1); });
/linux-4.4.14/include/linux/mfd/
Dmax8998.h114 int restart; member
/linux-4.4.14/arch/arm/mach-s3c64xx/
Dmach-s3c64xx-dt.c74 .restart = s3c64xx_dt_restart,
Dmach-smdk6400.c96 .restart = s3c64xx_restart,
Dmach-ncp.c107 .restart = s3c64xx_restart,
/linux-4.4.14/arch/arm/mach-orion5x/
Dboard-dt.c79 .restart = orion5x_restart,
Dkurobox_pro-setup.c392 .restart = orion5x_restart,
406 .restart = orion5x_restart,
Drd88f6183ap-ge-setup.c128 .restart = orion5x_restart,
/linux-4.4.14/arch/arm/mach-mv78xx0/
Drd78x00-masa-setup.c87 .restart = mv78xx0_restart,
Ddb78x00-bp-setup.c102 .restart = mv78xx0_restart,
Dbuffalo-wxl-setup.c154 .restart = mv78xx0_restart,
/linux-4.4.14/arch/arm/mach-bcm/
Dboard_bcm21664.c74 .restart = bcm21664_restart,
Dboard_bcm281xx.c72 .restart = bcm281xx_restart,
/linux-4.4.14/arch/arm/mach-nspire/
Dnspire.c77 .restart = nspire_restart,
/linux-4.4.14/include/linux/
Dconcap.h78 int (*restart)(struct concap_proto *cprot, member
Drhashtable.h543 restart: in rhashtable_lookup_fast()
559 goto restart; in rhashtable_lookup_fast()
581 restart: in __rhashtable_insert_fast()
623 goto restart; in __rhashtable_insert_fast()
/linux-4.4.14/arch/arm/mach-dove/
Ddove-db-setup.c102 .restart = dove_restart,
Dcm-a510.c96 .restart = dove_restart,
/linux-4.4.14/arch/mips/fw/arc/
Dmisc.c49 ARC_CALL0(restart); in ArcRestart()
/linux-4.4.14/arch/arm/mach-s5pv210/
Ds5pv210.c75 .restart = s5pv210_dt_restart,
/linux-4.4.14/arch/arm/mach-iop13xx/
Diq81340mc.c95 .restart = iop13xx_restart,
Diq81340sc.c97 .restart = iop13xx_restart,
/linux-4.4.14/arch/arm/mach-netx/
Dnxdkn.c101 .restart = netx_restart,
/linux-4.4.14/arch/arm/mach-picoxcell/
Dcommon.c85 .restart = picoxcell_wdt_restart,
/linux-4.4.14/arch/arm/mach-gemini/
Dboard-rut1xx.c91 .restart = gemini_restart,
Dboard-nas4220b.c105 .restart = gemini_restart,
Dboard-wbd222.c132 .restart = gemini_restart,
Dboard-wbd111.c132 .restart = gemini_restart,
/linux-4.4.14/arch/arm/mach-davinci/
Dda8xx-dt.c76 .restart = da8xx_restart,
Dboard-sffsdr.c157 .restart = davinci_restart,
/linux-4.4.14/fs/lockd/
Dclntlock.c251 restart: in reclaimer()
278 goto restart; in reclaimer()
/linux-4.4.14/Documentation/device-mapper/
Ddm-raid.txt24 - rotating parity 0 with data restart
26 - rotating parity N with data restart
27 raid6_zr RAID6 zero restart
28 - rotating parity zero (left-to-right) with data restart
29 raid6_nr RAID6 N restart
30 - rotating parity N (right-to-left) with data restart
/linux-4.4.14/arch/arm/boot/dts/
Dbcm47081-buffalo-wzr-900dhp.dts32 restart {
Dbcm4708-luxul-xwc-1000.dts51 restart {
/linux-4.4.14/arch/arm/mach-nomadik/
Dcpu-8815.c120 .restart = cpu8815_restart,
/linux-4.4.14/arch/powerpc/platforms/86xx/
Dsbc8641d.c117 .restart = fsl_rstcr_restart, in define_machine()
/linux-4.4.14/arch/sparc/include/asm/
DKbuild7 generic-y += emergency-restart.h
/linux-4.4.14/arch/arm/include/asm/mach/
Darch.h65 void (*restart)(enum reboot_mode, const char *); member
/linux-4.4.14/arch/powerpc/platforms/maple/
Dsetup.c171 ppc_md.restart = rtas_restart; in maple_use_rtas_reboot_and_halt_if_present()
328 .restart = maple_restart, in define_machine()
/linux-4.4.14/Documentation/networking/
Dcxacru.txt29 Up to 7 parameters at a time will be sent and the modem will restart
90 "restart" (stops, waits 1.5s, then starts)
/linux-4.4.14/drivers/sh/intc/
Dvirq.c212 restart: in intc_subgroup_map()
225 goto restart; in intc_subgroup_map()
/linux-4.4.14/Documentation/
Dramoops.txt13 survive after a restart.
39 on restart (i.e. new dumps after the restart will overwrite old ones).
/linux-4.4.14/arch/arm/mach-sa1100/
Dshannon.c108 .restart = sa11x0_restart,
Dnanoengine.c116 .restart = sa11x0_restart,
Dpleb.c146 .restart = sa11x0_restart,
/linux-4.4.14/arch/avr32/include/asm/
DKbuild7 generic-y += emergency-restart.h
/linux-4.4.14/fs/jffs2/
Dnodemgmt.c361 restart: in jffs2_do_reserve_space()
383 goto restart; in jffs2_do_reserve_space()
398 goto restart; in jffs2_do_reserve_space()
420 goto restart; in jffs2_do_reserve_space()
462 goto restart; in jffs2_do_reserve_space()
/linux-4.4.14/arch/powerpc/platforms/cell/
Dqpace_setup.c140 .restart = rtas_restart, in define_machine()
/linux-4.4.14/arch/x86/platform/olpc/
Dolpc.c138 restart: in olpc_xo1_ec_cmd()
176 goto restart; in olpc_xo1_ec_cmd()
/linux-4.4.14/Documentation/RCU/
Drculist_nulls.txt66 new list and restart the list traversal. I think that this can be
120 is not the slot number, then we must restart the lookup at
143 * not the expected one, we must restart lookup.
/linux-4.4.14/drivers/tty/
Dtty_buffer.c67 int restart; in tty_buffer_unlock_exclusive() local
69 restart = buf->head->commit != buf->head->read; in tty_buffer_unlock_exclusive()
73 if (restart) in tty_buffer_unlock_exclusive()
/linux-4.4.14/arch/arm/mach-iop33x/
Diq80332.c151 .restart = iop3xx_restart,
/linux-4.4.14/arch/parisc/include/asm/
DKbuild8 generic-y += emergency-restart.h

1234