/Linux-v5.4/Documentation/devicetree/bindings/power/reset/ |
D | gpio-restart.txt | 1 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 …]
|
D | st-reset.txt | 4 - compatible: should be "stih407-restart". 8 restart { 9 compatible = "st,stih407-restart";
|
D | msm-poweroff.txt | 4 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 {
|
/Linux-v5.4/arch/arm/mach-omap2/ |
D | board-generic.c | 47 .restart = omap2xxx_restart, 64 .restart = omap2xxx_restart, 111 .restart = omap3xxx_restart, 129 .restart = omap3xxx_restart, 146 .restart = omap3xxx_restart, 163 .restart = omap3xxx_restart, 179 .restart = omap3xxx_restart, 198 .restart = ti81xx_restart, 215 .restart = ti81xx_restart, 233 .restart = am33xx_restart, [all …]
|
D | Makefile | 49 obj-$(CONFIG_SOC_OMAP2420) += omap2-restart.o 50 obj-$(CONFIG_SOC_OMAP2430) += omap2-restart.o 51 obj-$(CONFIG_SOC_TI81XX) += ti81xx-restart.o 52 obj-$(CONFIG_SOC_AM33XX) += am33xx-restart.o 53 obj-$(CONFIG_SOC_AM43XX) += omap4-restart.o 54 obj-$(CONFIG_ARCH_OMAP3) += omap3-restart.o 55 obj-$(CONFIG_ARCH_OMAP4) += omap4-restart.o 56 obj-$(CONFIG_SOC_OMAP5) += omap4-restart.o 57 obj-$(CONFIG_SOC_DRA7XX) += omap4-restart.o
|
/Linux-v5.4/arch/arm/mach-ep93xx/ |
D | edb93xx.c | 251 .restart = ep93xx_restart, 264 .restart = ep93xx_restart, 277 .restart = ep93xx_restart, 290 .restart = ep93xx_restart, 303 .restart = ep93xx_restart, 316 .restart = ep93xx_restart, 329 .restart = ep93xx_restart, 342 .restart = ep93xx_restart,
|
D | micro9.c | 84 .restart = ep93xx_restart, 97 .restart = ep93xx_restart, 110 .restart = ep93xx_restart, 123 .restart = ep93xx_restart,
|
/Linux-v5.4/arch/openrisc/kernel/ |
D | signal.c | 233 int restart = 0; in do_signal() local 246 restart = -2; in do_signal() 251 restart++; in do_signal() 265 if (unlikely(restart) && regs->pc == restart_addr) { in do_signal() 283 if (unlikely(restart) && regs->pc == restart_addr) { in do_signal() 285 return restart; in do_signal() 303 int restart = do_signal(regs, syscall); in do_work_pending() local 304 if (unlikely(restart)) { in do_work_pending() 310 return restart; in do_work_pending()
|
/Linux-v5.4/arch/arm64/kernel/ |
D | cpu-reset.h | 21 typeof(__cpu_soft_restart) *restart; in cpu_soft_restart() 25 restart = (void *)__pa_symbol(__cpu_soft_restart); in cpu_soft_restart() 28 restart(el2_switch, entry, arg0, arg1, arg2); in cpu_soft_restart()
|
/Linux-v5.4/arch/arm/mach-pxa/ |
D | pxa-dt.c | 26 .restart = pxa_restart, 39 .restart = pxa_restart, 54 .restart = pxa_restart,
|
/Linux-v5.4/arch/nios2/kernel/ |
D | signal.c | 235 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-v5.4/drivers/power/reset/ |
D | Kconfig | 31 This driver supports restart for Atmel AT91SAM9 and SAMA5 46 This driver supports restart for Axxia SoC. 55 This driver provides restart support for Broadcom Kona chips. 58 to have restart support. 66 This driver provides restart support for Broadcom STB boards. 69 to have restart support. 89 bool "GPIO restart driver" 93 If your board needs a GPIO high/low to restart, say Y and 106 Power off and restart support for Qualcomm boards. 124 This driver supports restart for Microsemi Ocelot SoC. [all …]
|
/Linux-v5.4/arch/arm/mach-mvebu/ |
D | board-v7.c | 164 .restart = mvebu_restart, 180 .restart = mvebu_restart, 194 .restart = mvebu_restart, 208 .restart = mvebu_restart,
|
/Linux-v5.4/kernel/time/ |
D | alarmtimer.c | 203 int restart = ALARMTIMER_NORESTART; in alarmtimer_fired() local 210 restart = alarm->function(alarm, base->gettime()); in alarmtimer_fired() 213 if (restart != ALARMTIMER_NORESTART) { in alarmtimer_fired() 725 struct restart_block *restart; in alarmtimer_do_nsleep() local 745 restart = ¤t->restart_block; in alarmtimer_do_nsleep() 746 if (restart->nanosleep.type != TT_NONE) { in alarmtimer_do_nsleep() 756 return nanosleep_copyout(restart, &rmt); in alarmtimer_do_nsleep() 776 static long __sched alarm_timer_nsleep_restart(struct restart_block *restart) in alarm_timer_nsleep_restart() argument 778 enum alarmtimer_type type = restart->nanosleep.clockid; in alarm_timer_nsleep_restart() 779 ktime_t exp = restart->nanosleep.expires; in alarm_timer_nsleep_restart() [all …]
|
D | hrtimer.c | 1014 remove_hrtimer(struct hrtimer *timer, struct hrtimer_clock_base *base, bool restart) in remove_hrtimer() argument 1031 if (!restart) in remove_hrtimer() 1480 int restart; in __run_hrtimer() local 1514 restart = fn(timer); in __run_hrtimer() 1527 if (restart != HRTIMER_NORESTART && in __run_hrtimer() 1843 int nanosleep_copyout(struct restart_block *restart, struct timespec64 *ts) in nanosleep_copyout() argument 1845 switch(restart->nanosleep.type) { in nanosleep_copyout() 1848 if (put_old_timespec32(ts, restart->nanosleep.compat_rmtp)) in nanosleep_copyout() 1853 if (put_timespec64(ts, restart->nanosleep.rmtp)) in nanosleep_copyout() 1864 struct restart_block *restart; in do_nanosleep() local [all …]
|
/Linux-v5.4/samples/mic/mpssd/ |
D | mpss | 130 restart() function 175 restart) 176 restart
|
/Linux-v5.4/arch/powerpc/platforms/embedded6xx/ |
D | mvme5100.c | 38 static u_char *restart; variable 165 restart = ioremap(BOARD_MODRST_REG, 4); in mvme5100_setup_arch() 181 out_8((u_char *) restart, 0x01); in mvme5100_restart() 211 .restart = mvme5100_restart, in define_machine()
|
D | wii.c | 146 if (ppc_md.restart) in wii_halt() 147 ppc_md.restart(NULL); in wii_halt() 179 .restart = wii_restart, in define_machine()
|
/Linux-v5.4/arch/powerpc/kernel/ |
D | signal.c | 57 int restart = 1; in check_syscall_restart() local 74 restart = !has_handler; in check_syscall_restart() 80 restart = !has_handler || (ka->sa.sa_flags & SA_RESTART) != 0; in check_syscall_restart() 90 if (restart) { in check_syscall_restart()
|
/Linux-v5.4/drivers/watchdog/ |
D | rave-sp-wdt.c | 42 int (*restart)(struct watchdog_device *); member 154 const int ret = sp_wd->variant->restart(&sp_wd->wdd); in rave_sp_wdt_reboot_notifier() 224 .restart = rave_sp_wdt_restart, 231 .restart = rave_sp_wdt_legacy_restart, 238 .restart = rave_sp_wdt_rdu_restart,
|
/Linux-v5.4/drivers/media/i2c/ |
D | msp3400-kthreads.c | 505 restart: in msp3400c_thread() 507 state->restart = 0; in msp3400c_thread() 532 goto restart; in msp3400c_thread() 548 goto restart; in msp3400c_thread() 585 goto restart; in msp3400c_thread() 671 goto restart; in msp3400c_thread() 696 restart: in msp3410d_thread() 698 state->restart = 0; in msp3410d_thread() 727 goto restart; in msp3410d_thread() 742 goto restart; in msp3410d_thread() [all …]
|
/Linux-v5.4/drivers/slimbus/ |
D | sched.c | 25 int slim_ctrl_clk_pause(struct slim_controller *ctrl, bool wakeup, u8 restart) in slim_ctrl_clk_pause() argument 35 if (wakeup == false && restart > SLIM_CLK_UNSPECIFIED) in slim_ctrl_clk_pause() 99 msg.wbuf = &restart; in slim_ctrl_clk_pause()
|
/Linux-v5.4/drivers/remoteproc/ |
D | qcom_q6v5_adsp.c | 79 struct reset_control *restart; member 147 reset_control_assert(adsp->restart); in qcom_adsp_shutdown() 157 reset_control_deassert(adsp->restart); in qcom_adsp_shutdown() 330 adsp->restart = devm_reset_control_get_optional_exclusive(adsp->dev, "restart"); in adsp_init_reset() 333 if (!adsp->restart) in adsp_init_reset() 334 adsp->restart = devm_reset_control_get_exclusive(adsp->dev, "cc_lpass"); in adsp_init_reset() 336 if (IS_ERR(adsp->restart)) { in adsp_init_reset() 338 return PTR_ERR(adsp->restart); in adsp_init_reset()
|
/Linux-v5.4/drivers/ps3/ |
D | sys-manager-core.c | 48 if (ps3_sys_manager_ops.restart) in ps3_sys_manager_restart() 49 ps3_sys_manager_ops.restart(ps3_sys_manager_ops.dev); in ps3_sys_manager_restart()
|
/Linux-v5.4/arch/arm/kernel/ |
D | signal.c | 582 int restart = 0; in do_signal() local 598 restart -= 2; in do_signal() 603 restart++; in do_signal() 621 if (unlikely(restart) && regs->ARM_pc == restart_addr) { in do_signal() 634 if (unlikely(restart) && regs->ARM_pc == restart_addr) { in do_signal() 636 return restart; in do_signal() 659 int restart = do_signal(regs, syscall); in do_work_pending() local 660 if (unlikely(restart)) { in do_work_pending() 666 return restart; in do_work_pending()
|