Searched refs:restart_handler (Results 1 – 5 of 5) sorted by relevance
26 struct notifier_block restart_handler; member33 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()
29 struct notifier_block restart_handler; member47 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()
35 struct notifier_block restart_handler; member43 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()
22 struct notifier_block restart_handler; member131 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()
157 static struct notifier_block restart_handler = { in setup_rstcr() local169 register_restart_handler(&restart_handler); in setup_rstcr()