restart_handler 117 arch/powerpc/platforms/85xx/mpc85xx_cds.c static struct notifier_block restart_handler; restart_handler 119 arch/powerpc/platforms/85xx/mpc85xx_cds.c restart_handler.notifier_call = mpc85xx_cds_restart; restart_handler 120 arch/powerpc/platforms/85xx/mpc85xx_cds.c restart_handler.priority = 192; restart_handler 122 arch/powerpc/platforms/85xx/mpc85xx_cds.c return register_restart_handler(&restart_handler); restart_handler 172 arch/powerpc/sysdev/fsl_soc.c static struct notifier_block restart_handler = { restart_handler 184 arch/powerpc/sysdev/fsl_soc.c register_restart_handler(&restart_handler); restart_handler 20 drivers/power/reset/gpio-restart.c struct notifier_block restart_handler; restart_handler 30 drivers/power/reset/gpio-restart.c container_of(this, struct gpio_restart, restart_handler); restart_handler 72 drivers/power/reset/gpio-restart.c gpio_restart->restart_handler.notifier_call = gpio_restart_notify; restart_handler 73 drivers/power/reset/gpio-restart.c gpio_restart->restart_handler.priority = 129; restart_handler 84 drivers/power/reset/gpio-restart.c gpio_restart->restart_handler.priority = property; restart_handler 96 drivers/power/reset/gpio-restart.c ret = register_restart_handler(&gpio_restart->restart_handler); restart_handler 111 drivers/power/reset/gpio-restart.c ret = unregister_restart_handler(&gpio_restart->restart_handler); restart_handler 21 drivers/power/reset/ocelot-reset.c struct notifier_block restart_handler; restart_handler 41 drivers/power/reset/ocelot-reset.c restart_handler); restart_handler 79 drivers/power/reset/ocelot-reset.c ctx->restart_handler.notifier_call = ocelot_restart_handle; restart_handler 80 drivers/power/reset/ocelot-reset.c ctx->restart_handler.priority = 192; restart_handler 81 drivers/power/reset/ocelot-reset.c err = register_restart_handler(&ctx->restart_handler); restart_handler 23 drivers/power/reset/syscon-reboot.c struct notifier_block restart_handler; restart_handler 31 drivers/power/reset/syscon-reboot.c restart_handler); restart_handler 76 drivers/power/reset/syscon-reboot.c ctx->restart_handler.notifier_call = syscon_restart_handle; restart_handler 77 drivers/power/reset/syscon-reboot.c ctx->restart_handler.priority = 192; restart_handler 78 drivers/power/reset/syscon-reboot.c err = register_restart_handler(&ctx->restart_handler); restart_handler 27 drivers/power/reset/xgene-reboot.c struct notifier_block restart_handler; restart_handler 35 drivers/power/reset/xgene-reboot.c restart_handler); restart_handler 67 drivers/power/reset/xgene-reboot.c ctx->restart_handler.notifier_call = xgene_restart_handler; restart_handler 68 drivers/power/reset/xgene-reboot.c ctx->restart_handler.priority = 128; restart_handler 69 drivers/power/reset/xgene-reboot.c err = register_restart_handler(&ctx->restart_handler); restart_handler 116 drivers/spi/spi-sprd-adi.c struct notifier_block restart_handler; restart_handler 335 drivers/spi/spi-sprd-adi.c restart_handler); restart_handler 526 drivers/spi/spi-sprd-adi.c sadi->restart_handler.notifier_call = sprd_adi_restart_handler; restart_handler 527 drivers/spi/spi-sprd-adi.c sadi->restart_handler.priority = 128; restart_handler 528 drivers/spi/spi-sprd-adi.c ret = register_restart_handler(&sadi->restart_handler); restart_handler 546 drivers/spi/spi-sprd-adi.c unregister_restart_handler(&sadi->restart_handler); restart_handler 44 drivers/watchdog/imx7ulp_wdt.c struct notifier_block restart_handler;