Searched refs:restart_handler (Results 1 – 13 of 13) sorted by relevance
28 struct notifier_block restart_handler; member38 container_of(this, struct gpio_restart, restart_handler); in gpio_restart_notify()80 gpio_restart->restart_handler.notifier_call = gpio_restart_notify; in gpio_restart_probe()81 gpio_restart->restart_handler.priority = 128; in gpio_restart_probe()92 gpio_restart->restart_handler.priority = property; in gpio_restart_probe()104 ret = register_restart_handler(&gpio_restart->restart_handler); in gpio_restart_probe()119 ret = unregister_restart_handler(&gpio_restart->restart_handler); in gpio_restart_remove()
31 struct notifier_block restart_handler; member39 restart_handler); in syscon_restart_handle()70 ctx->restart_handler.notifier_call = syscon_restart_handle; in syscon_reboot_probe()71 ctx->restart_handler.priority = 192; in syscon_reboot_probe()72 err = register_restart_handler(&ctx->restart_handler); in syscon_reboot_probe()
41 struct notifier_block restart_handler; member49 restart_handler); in xgene_restart_handler()81 ctx->restart_handler.notifier_call = xgene_restart_handler; in xgene_reboot_probe()82 ctx->restart_handler.priority = 128; in xgene_reboot_probe()83 err = register_restart_handler(&ctx->restart_handler); in xgene_reboot_probe()
32 struct notifier_block restart_handler; member42 restart_handler); in moxart_restart_handle()144 moxart_wdt->restart_handler.notifier_call = moxart_restart_handle; in moxart_wdt_probe()145 moxart_wdt->restart_handler.priority = 128; in moxart_wdt_probe()146 err = register_restart_handler(&moxart_wdt->restart_handler); in moxart_wdt_probe()161 unregister_restart_handler(&moxart_wdt->restart_handler); in moxart_wdt_remove()
42 struct notifier_block restart_handler; member129 restart_handler); in da9063_wdt_restart_handler()188 wdt->restart_handler.notifier_call = da9063_wdt_restart_handler; in da9063_wdt_probe()189 wdt->restart_handler.priority = 128; in da9063_wdt_probe()190 ret = register_restart_handler(&wdt->restart_handler); in da9063_wdt_probe()202 unregister_restart_handler(&wdt->restart_handler); in da9063_wdt_remove()
48 struct notifier_block restart_handler; member57 restart_handler); in meson_restart_handle()176 meson_wdt->restart_handler.notifier_call = meson_restart_handle; in meson_wdt_probe()177 meson_wdt->restart_handler.priority = 128; in meson_wdt_probe()178 err = register_restart_handler(&meson_wdt->restart_handler); in meson_wdt_probe()193 unregister_restart_handler(&meson_wdt->restart_handler); in meson_wdt_remove()
67 struct notifier_block restart_handler; member76 mtk_wdt = container_of(this, struct mtk_wdt_dev, restart_handler); in mtk_reset_handler()200 mtk_wdt->restart_handler.notifier_call = mtk_reset_handler; in mtk_wdt_probe()201 mtk_wdt->restart_handler.priority = 128; in mtk_wdt_probe()202 err = register_restart_handler(&mtk_wdt->restart_handler); in mtk_wdt_probe()217 unregister_restart_handler(&mtk_wdt->restart_handler); in mtk_wdt_remove()
177 wdt = container_of(this, struct bcm47xx_wdt, restart_handler); in bcm47xx_wdt_restart()223 wdt->restart_handler.notifier_call = &bcm47xx_wdt_restart; in bcm47xx_wdt_probe()224 wdt->restart_handler.priority = 64; in bcm47xx_wdt_probe()225 ret = register_restart_handler(&wdt->restart_handler); in bcm47xx_wdt_probe()239 unregister_restart_handler(&wdt->restart_handler); in bcm47xx_wdt_probe()
63 struct notifier_block restart_handler; member94 restart_handler); in sunxi_restart_handle()280 sunxi_wdt->restart_handler.notifier_call = sunxi_restart_handle; in sunxi_wdt_probe()281 sunxi_wdt->restart_handler.priority = 128; in sunxi_wdt_probe()282 err = register_restart_handler(&sunxi_wdt->restart_handler); in sunxi_wdt_probe()297 unregister_restart_handler(&sunxi_wdt->restart_handler); in sunxi_wdt_remove()
67 struct notifier_block restart_handler; member92 restart_handler); in imx2_restart_handler()292 wdev->restart_handler.notifier_call = imx2_restart_handler; in imx2_wdt_probe()293 wdev->restart_handler.priority = 128; in imx2_wdt_probe()294 ret = register_restart_handler(&wdev->restart_handler); in imx2_wdt_probe()309 unregister_restart_handler(&wdev->restart_handler); in imx2_wdt_remove()
71 struct notifier_block restart_handler; member357 dw_wdt.restart_handler.notifier_call = dw_wdt_restart_handle; in dw_wdt_drv_probe()358 dw_wdt.restart_handler.priority = 128; in dw_wdt_drv_probe()359 ret = register_restart_handler(&dw_wdt.restart_handler); in dw_wdt_drv_probe()377 unregister_restart_handler(&dw_wdt.restart_handler); in dw_wdt_drv_remove()
133 struct notifier_block restart_handler; member459 restart_handler); in s3c2410wdt_restart()634 wdt->restart_handler.notifier_call = s3c2410wdt_restart; in s3c2410wdt_probe()635 wdt->restart_handler.priority = 128; in s3c2410wdt_probe()636 ret = register_restart_handler(&wdt->restart_handler); in s3c2410wdt_probe()669 unregister_restart_handler(&wdt->restart_handler); in s3c2410wdt_remove()
19 struct notifier_block restart_handler; member