Home
last modified time | relevance | path

Searched refs:restart_handler (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/power/reset/
H A Dep93xx-restart.c26 struct notifier_block restart_handler; member
33 container_of(this, struct ep93xx_restart, restart_handler); in ep93xx_restart_handle()
62 priv->restart_handler.notifier_call = ep93xx_restart_handle; in ep93xx_reboot_probe()
63 priv->restart_handler.priority = 128; in ep93xx_reboot_probe()
65 err = register_restart_handler(&priv->restart_handler); in ep93xx_reboot_probe()
H A Docelot-reset.c29 struct notifier_block restart_handler; member
47 restart_handler); in ocelot_restart_handle()
91 ctx->restart_handler.notifier_call = ocelot_restart_handle; in ocelot_reset_probe()
92 ctx->restart_handler.priority = 192; in ocelot_reset_probe()
93 err = register_restart_handler(&ctx->restart_handler); in ocelot_reset_probe()
H A Dsyscon-reboot.c35 struct notifier_block restart_handler; member
43 restart_handler); in syscon_restart_handle()
116 ctx->restart_handler.notifier_call = syscon_restart_handle; in syscon_reboot_probe()
117 ctx->restart_handler.priority = priority; in syscon_reboot_probe()
118 err = register_restart_handler(&ctx->restart_handler); in syscon_reboot_probe()
/linux/drivers/reset/
H A Dreset-ma35d1.c22 struct notifier_block restart_handler; member
131 container_of(this, struct ma35d1_reset_data, restart_handler); in ma35d1_restart_handler()
216 reset_data->restart_handler.notifier_call = ma35d1_restart_handler; in ma35d1_reset_probe()
217 reset_data->restart_handler.priority = 192; in ma35d1_reset_probe()
220 err = register_restart_handler(&reset_data->restart_handler); in ma35d1_reset_probe()
/linux/arch/powerpc/sysdev/
H A Dfsl_soc.c157 static struct notifier_block restart_handler = { in setup_rstcr() local
169 register_restart_handler(&restart_handler); in setup_rstcr()