Home
last modified time | relevance | path

Searched refs:register_restart_handler (Results 1 – 34 of 34) sorted by relevance

/linux-4.1.27/drivers/power/reset/
Dat91-reset.c195 return register_restart_handler(&at91_restart_nb); in at91_reset_of_probe()
226 return register_restart_handler(&at91_restart_nb); in at91_reset_platform_probe()
Dhisi-reboot.c59 err = register_restart_handler(&hisi_restart_nb); in hisi_reboot_probe()
Dmsm-poweroff.c56 register_restart_handler(&restart_nb); in msm_restart_probe()
Drmobile-reset.c51 error = register_restart_handler(&rmobile_reset_nb); in rmobile_reset_probe()
Daxxia-reset.c72 err = register_restart_handler(&axxia_restart_nb); in axxia_reset_probe()
Dsyscon-reboot.c72 err = register_restart_handler(&ctx->restart_handler); in syscon_reboot_probe()
Dxgene-reboot.c83 err = register_restart_handler(&ctx->restart_handler); in xgene_reboot_probe()
Darm-versatile-reboot.c141 err = register_restart_handler(&versatile_reboot_nb); in versatile_reboot_probe()
Dst-poweroff.c136 return register_restart_handler(&st_restart_nb); in st_reset_probe()
Dbrcmstb-reboot.c135 rc = register_restart_handler(&brcmstb_restart_nb); in brcmstb_reboot_probe()
Dgpio-restart.c104 ret = register_restart_handler(&gpio_restart->restart_handler); in gpio_restart_probe()
Dkeystone-reset.c156 ret = register_restart_handler(&rsctrl_restart_nb); in rsctrl_probe()
Dvexpress-poweroff.c102 err = register_restart_handler(&vexpress_restart_nb); in _vexpress_register_restart_handler()
/linux-4.1.27/include/linux/
Dreboot.h41 extern int register_restart_handler(struct notifier_block *);
/linux-4.1.27/kernel/
Dreboot.c151 int register_restart_handler(struct notifier_block *nb) in register_restart_handler() function
155 EXPORT_SYMBOL(register_restart_handler);
/linux-4.1.27/drivers/mmc/core/
Dpwrseq_emmc.c92 register_restart_handler(&pwrseq->reset_nb); in mmc_pwrseq_emmc_alloc()
/linux-4.1.27/drivers/clk/samsung/
Dclk-exynos5440.c152 if (register_restart_handler(&exynos5440_clk_restart_handler)) in exynos5440_clk_init()
Dclk-s3c2412.c296 ret = register_restart_handler(&s3c2412_restart_handler); in s3c2412_common_clk_init()
Dclk-s3c2443.c466 ret = register_restart_handler(&s3c2443_restart_handler); in s3c2443_common_clk_init()
/linux-4.1.27/drivers/watchdog/
Dmoxart_wdt.c146 err = register_restart_handler(&moxart_wdt->restart_handler); in moxart_wdt_probe()
Dda9063_wdt.c190 ret = register_restart_handler(&wdt->restart_handler); in da9063_wdt_probe()
Dmeson_wdt.c178 err = register_restart_handler(&meson_wdt->restart_handler); in meson_wdt_probe()
Dmtk_wdt.c202 err = register_restart_handler(&mtk_wdt->restart_handler); in mtk_wdt_probe()
Dat91rm9200_wdt.c254 res = register_restart_handler(&at91rm9200_restart_nb); in at91wdt_probe()
Dqcom-wdt.c193 ret = register_restart_handler(&wdt->restart_nb); in qcom_wdt_probe()
Dbcm47xx_wdt.c225 ret = register_restart_handler(&wdt->restart_handler); in bcm47xx_wdt_probe()
Dalim7101_wdt.c407 rc = register_restart_handler(&wdt_restart_handler); in alim7101_wdt_init()
Ddw_wdt.c359 ret = register_restart_handler(&dw_wdt.restart_handler); in dw_wdt_drv_probe()
Dsunxi_wdt.c282 err = register_restart_handler(&sunxi_wdt->restart_handler); in sunxi_wdt_probe()
Dimx2_wdt.c294 ret = register_restart_handler(&wdev->restart_handler); in imx2_wdt_probe()
Ds3c2410_wdt.c636 ret = register_restart_handler(&wdt->restart_handler); in s3c2410wdt_probe()
/linux-4.1.27/drivers/clk/rockchip/
Dclk.c352 ret = register_restart_handler(&rockchip_restart_handler); in rockchip_register_restart_notifier()
/linux-4.1.27/arch/arm/mach-exynos/
Dpmu.c983 ret = register_restart_handler(&pmu_restart_handler); in exynos_pmu_probe()
/linux-4.1.27/drivers/pinctrl/qcom/
Dpinctrl-msm.c867 if (register_restart_handler(&pctrl->restart_nb)) in msm_pinctrl_setup_pm_reset()