Home
last modified time | relevance | path

Searched refs:devm_register_reboot_notifier (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dreboot.h47 extern int devm_register_reboot_notifier(struct device *, struct notifier_block *);
/linux/drivers/watchdog/
H A Drave-sp-wdt.c294 ret = devm_register_reboot_notifier(dev, &sp_wd->reboot_notifier); in rave_sp_wdt_probe()
/linux/drivers/power/reset/
H A Dmacsmc-reboot.c264 ret = devm_register_reboot_notifier(&pdev->dev, &reboot->reboot_notify); in macsmc_reboot_probe()
/linux/kernel/
H A Dreboot.c144 int devm_register_reboot_notifier(struct device *dev, struct notifier_block *nb) in devm_register_reboot_notifier() function
164 EXPORT_SYMBOL(devm_register_reboot_notifier);
/linux/drivers/soc/tegra/
H A Dpmc.c3170 err = devm_register_reboot_notifier(&pdev->dev, in tegra_pmc_probe()