Home
last modified time | relevance | path

Searched refs:devm_register_reboot_notifier (Results 1 – 4 of 4) 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/kernel/
H A Dreboot.c135 int devm_register_reboot_notifier(struct device *dev, struct notifier_block *nb) in devm_register_reboot_notifier() function
155 EXPORT_SYMBOL(devm_register_reboot_notifier);
/linux/drivers/soc/tegra/
H A Dpmc.c2928 err = devm_register_reboot_notifier(&pdev->dev, in tegra_pmc_probe()