Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dreboot.h47 extern int devm_register_reboot_notifier(struct device *, struct notifier_block *);
/Linux-v6.6/drivers/watchdog/
Drave-sp-wdt.c294 ret = devm_register_reboot_notifier(dev, &sp_wd->reboot_notifier); in rave_sp_wdt_probe()
/Linux-v6.6/kernel/
Dreboot.c125 int devm_register_reboot_notifier(struct device *dev, struct notifier_block *nb) in devm_register_reboot_notifier() function
145 EXPORT_SYMBOL(devm_register_reboot_notifier);
/Linux-v6.6/drivers/soc/tegra/
Dpmc.c2956 err = devm_register_reboot_notifier(&pdev->dev, in tegra_pmc_probe()