Searched refs:restart_handler (Results 1 – 3 of 3) sorted by relevance
25 struct notifier_block restart_handler; member32 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()
28 struct notifier_block restart_handler; member46 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()
157 static struct notifier_block restart_handler = { in setup_rstcr() local169 register_restart_handler(&restart_handler); in setup_rstcr()