Home
last modified time | relevance | path

Searched refs:restart (Results 1 - 25 of 947) sorted by relevance

12345678910>>...38

/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dboard-generic.c62 .restart = omap2xxx_restart,
79 .restart = omap2xxx_restart,
126 .restart = omap3xxx_restart,
144 .restart = omap3xxx_restart,
161 .restart = omap3xxx_restart,
178 .restart = omap3xxx_restart,
194 .restart = omap3xxx_restart,
213 .restart = ti81xx_restart,
230 .restart = ti81xx_restart,
248 .restart
[all...]
/kernel/linux/linux-6.6/drivers/power/reset/
H A Datc260x-poweroff.c20 int (*do_poweroff)(const struct atc260x_pwrc *pwrc, bool restart);
26 static int atc2603c_do_poweroff(const struct atc260x_pwrc *pwrc, bool restart) in atc2603c_do_poweroff() argument
32 if (!restart && !power_supply_is_system_supplied()) { in atc2603c_do_poweroff()
39 (restart ? ATC2603C_PMU_SYS_CTL0_RESET_WK_EN in atc2603c_do_poweroff()
57 /* Trigger poweroff / restart sequence */ in atc2603c_do_poweroff()
58 reg_mask = restart ? ATC2603C_PMU_SYS_CTL0_RESTART_EN in atc2603c_do_poweroff()
60 reg_val = restart ? ATC2603C_PMU_SYS_CTL0_RESTART_EN : 0; in atc2603c_do_poweroff()
63 restart ? ATC2603C_PMU_SYS_CTL0 : ATC2603C_PMU_SYS_CTL1, in atc2603c_do_poweroff()
67 restart ? 0 : 1, ret); in atc2603c_do_poweroff()
77 static int atc2609a_do_poweroff(const struct atc260x_pwrc *pwrc, bool restart) in atc2609a_do_poweroff() argument
[all...]
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) in linkstation_mvphy_reg_intn() argument
48 if (restart) in linkstation_mvphy_reg_intn()
82 static void readynas_mvphy_set_reg(bool restart) in readynas_mvphy_set_reg() argument
87 if (restart) in readynas_mvphy_set_reg()
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dboard-generic.c63 .restart = omap2xxx_restart,
80 .restart = omap2xxx_restart,
127 .restart = omap3xxx_restart,
145 .restart = omap3xxx_restart,
162 .restart = omap3xxx_restart,
179 .restart = omap3xxx_restart,
195 .restart = omap3xxx_restart,
214 .restart = ti81xx_restart,
231 .restart = ti81xx_restart,
249 .restart
[all...]
/kernel/linux/linux-6.6/kernel/futex/
H A Dwaitwake.c320 static long futex_wait_restart(struct restart_block *restart);
635 struct restart_block *restart; in futex_wait() local
677 restart = &current->restart_block; in futex_wait()
678 restart->futex.uaddr = uaddr; in futex_wait()
679 restart->futex.val = val; in futex_wait()
680 restart->futex.time = *abs_time; in futex_wait()
681 restart->futex.bitset = bitset; in futex_wait()
682 restart->futex.flags = flags | FLAGS_HAS_TIMEOUT; in futex_wait()
684 ret = set_restart_fn(restart, futex_wait_restart); in futex_wait()
694 static long futex_wait_restart(struct restart_block *restart) in futex_wait_restart() argument
[all...]
/kernel/linux/linux-5.10/arch/openrisc/kernel/
H A Dsignal.c59 regs->orig_gpr11 = -1; /* Avoid syscall restart checks */ in restore_sigcontext()
233 int restart = 0; in do_signal() local
241 * Setup syscall restart here so that a debugger will in do_signal()
246 restart = -2; in do_signal()
251 restart++; in do_signal()
261 * the decision to restart the syscall; specifically, if the PC is in do_signal()
262 * changed, don't restart the syscall. in do_signal()
265 if (unlikely(restart) && regs->pc == restart_addr) { in do_signal()
270 /* No automatic restart */ in do_signal()
280 * Restore pt_regs PC as syscall restart wil in do_signal()
303 int restart = do_signal(regs, syscall); do_work_pending() local
[all...]
/kernel/linux/linux-6.6/arch/openrisc/kernel/
H A Dsignal.c63 regs->orig_gpr11 = -1; /* Avoid syscall restart checks */ in restore_sigcontext()
238 int restart = 0; in do_signal() local
246 * Setup syscall restart here so that a debugger will in do_signal()
251 restart = -2; in do_signal()
256 restart++; in do_signal()
266 * the decision to restart the syscall; specifically, if the PC is in do_signal()
267 * changed, don't restart the syscall. in do_signal()
270 if (unlikely(restart) && regs->pc == restart_addr) { in do_signal()
275 /* No automatic restart */ in do_signal()
285 * Restore pt_regs PC as syscall restart wil in do_signal()
308 int restart = do_signal(regs, syscall); do_work_pending() local
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-ep93xx/
H A Dedb93xx.c251 .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,
H A Dmicro9.c84 .restart = ep93xx_restart,
97 .restart = ep93xx_restart,
110 .restart = ep93xx_restart,
123 .restart = ep93xx_restart,
/kernel/linux/linux-6.6/arch/arm/mach-ep93xx/
H A Dedb93xx.c251 .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,
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dcpu-reset.h21 typeof(__cpu_soft_restart) *restart; in cpu_soft_restart()
25 restart = (void *)__pa_symbol(function_nocfi(__cpu_soft_restart)); in cpu_soft_restart()
28 restart(el2_switch, entry, arg0, arg1, arg2); in cpu_soft_restart()
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H A Dpxa-dt.c26 .restart = pxa_restart,
39 .restart = pxa_restart,
54 .restart = pxa_restart,
/kernel/linux/linux-6.6/arch/arm/mach-pxa/
H A Dpxa-dt.c20 .restart = pxa_restart,
33 .restart = pxa_restart,
48 .restart = pxa_restart,
/kernel/linux/linux-5.10/kernel/time/
H A Dalarmtimer.c203 int restart = ALARMTIMER_NORESTART; in alarmtimer_fired() local
210 restart = alarm->function(alarm, base->get_ktime()); in alarmtimer_fired()
213 if (restart != ALARMTIMER_NORESTART) { in alarmtimer_fired()
767 struct restart_block *restart; in alarmtimer_do_nsleep() local
787 restart = &current->restart_block; in alarmtimer_do_nsleep()
788 if (restart->nanosleep.type != TT_NONE) { in alarmtimer_do_nsleep()
798 return nanosleep_copyout(restart, &rmt); in alarmtimer_do_nsleep()
814 * @restart: ptr to restart block
818 static long __sched alarm_timer_nsleep_restart(struct restart_block *restart) in alarm_timer_nsleep_restart() argument
842 struct restart_block *restart = &current->restart_block; alarm_timer_nsleep() local
[all...]
/kernel/linux/linux-6.6/kernel/time/
H A Dalarmtimer.c202 int restart = ALARMTIMER_NORESTART; in alarmtimer_fired() local
209 restart = alarm->function(alarm, base->get_ktime()); in alarmtimer_fired()
212 if (restart != ALARMTIMER_NORESTART) { in alarmtimer_fired()
773 struct restart_block *restart; in alarmtimer_do_nsleep() local
793 restart = &current->restart_block; in alarmtimer_do_nsleep()
794 if (restart->nanosleep.type != TT_NONE) { in alarmtimer_do_nsleep()
804 return nanosleep_copyout(restart, &rmt); in alarmtimer_do_nsleep()
820 * @restart: ptr to restart block
824 static long __sched alarm_timer_nsleep_restart(struct restart_block *restart) in alarm_timer_nsleep_restart() argument
847 struct restart_block *restart = &current->restart_block; alarm_timer_nsleep() local
[all...]
H A Dhrtimer.c1140 bool restart, bool keep_local) in remove_hrtimer()
1164 if (!restart) in remove_hrtimer()
1653 int restart; variable
1689 restart = fn(timer);
1704 if (restart != HRTIMER_NORESTART &&
2020 int nanosleep_copyout(struct restart_block *restart, struct timespec64 *ts) in nanosleep_copyout() argument
2022 switch(restart->nanosleep.type) { in nanosleep_copyout()
2025 if (put_old_timespec32(ts, restart->nanosleep.compat_rmtp)) in nanosleep_copyout()
2030 if (put_timespec64(ts, restart->nanosleep.rmtp)) in nanosleep_copyout()
2041 struct restart_block *restart; in do_nanosleep() local
1139 remove_hrtimer(struct hrtimer *timer, struct hrtimer_clock_base *base, bool restart, bool keep_local) remove_hrtimer() argument
2074 hrtimer_nanosleep_restart(struct restart_block *restart) hrtimer_nanosleep_restart() argument
2090 struct restart_block *restart; hrtimer_nanosleep() local
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-mvebu/
H A Dboard-v7.c164 .restart = mvebu_restart,
180 .restart = mvebu_restart,
194 .restart = mvebu_restart,
208 .restart = mvebu_restart,
/kernel/linux/linux-5.10/arch/powerpc/platforms/embedded6xx/
H A Dmvme5100.c38 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()
/kernel/linux/linux-6.6/arch/arm/mach-mvebu/
H A Dboard-v7.c161 .restart = mvebu_restart,
177 .restart = mvebu_restart,
191 .restart = mvebu_restart,
205 .restart = mvebu_restart,
/kernel/linux/linux-6.6/arch/powerpc/platforms/embedded6xx/
H A Dmvme5100.c38 static u_char *restart; variable
160 restart = ioremap(BOARD_MODRST_REG, 4); in mvme5100_setup_arch()
183 out_8((u_char *) restart, 0x01); in mvme5100_restart()
206 .restart = mvme5100_restart, in define_machine()
/kernel/linux/linux-5.10/include/linux/
H A Dthread_info.h44 #define arch_set_restart_data(restart) do { } while (0)
47 static inline long set_restart_fn(struct restart_block *restart, in set_restart_fn() argument
50 restart->fn = fn; in set_restart_fn()
51 arch_set_restart_data(restart); in set_restart_fn()
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dmsp3400-kthreads.c505 restart: in msp3400c_thread()
506 dev_dbg_lvl(&client->dev, 2, msp_debug, "thread: restart scan\n"); 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()
697 dev_dbg_lvl(&client->dev, 2, msp_debug, "thread: restart scan\n"); in msp3410d_thread()
698 state->restart in msp3410d_thread()
[all...]
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dmsp3400-kthreads.c505 restart: in msp3400c_thread()
506 dev_dbg_lvl(&client->dev, 2, msp_debug, "thread: restart scan\n"); in msp3400c_thread()
507 state->restart = 0; in msp3400c_thread()
532 goto restart; in msp3400c_thread()
548 goto restart; in msp3400c_thread()
587 goto restart; in msp3400c_thread()
675 goto restart; in msp3400c_thread()
700 restart: in msp3410d_thread()
701 dev_dbg_lvl(&client->dev, 2, msp_debug, "thread: restart scan\n"); in msp3410d_thread()
702 state->restart in msp3410d_thread()
[all...]
/kernel/linux/linux-5.10/drivers/slimbus/
H A Dsched.c14 * @restart: Restart time value per spec used for clock pause. This value
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()
/kernel/linux/linux-6.6/drivers/slimbus/
H A Dsched.c14 * @restart: Restart time value per spec used for clock pause. This value
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()

Completed in 14 milliseconds

12345678910>>...38