Home
last modified time | relevance | path

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

/linux/drivers/power/reset/
H A Dep93xx-restart.c25 struct notifier_block restart_handler; member
32 container_of(this, struct ep93xx_restart, restart_handler); in ep93xx_restart_handle()
61 priv->restart_handler.notifier_call = ep93xx_restart_handle; in ep93xx_reboot_probe()
62 priv->restart_handler.priority = 128; in ep93xx_reboot_probe()
64 err = register_restart_handler(&priv->restart_handler); in ep93xx_reboot_probe()
H A Docelot-reset.c28 struct notifier_block restart_handler; member
46 restart_handler); in ocelot_restart_handle()
90 ctx->restart_handler.notifier_call = ocelot_restart_handle; in ocelot_reset_probe()
91 ctx->restart_handler.priority = 192; in ocelot_reset_probe()
92 err = register_restart_handler(&ctx->restart_handler); in ocelot_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()