Searched refs:devm_register_reboot_notifier (Results 1 – 3 of 3) sorted by relevance
46 extern int devm_register_reboot_notifier(struct device *, struct notifier_block *);
116 int devm_register_reboot_notifier(struct device *dev, struct notifier_block *nb) in devm_register_reboot_notifier() function136 EXPORT_SYMBOL(devm_register_reboot_notifier);
294 ret = devm_register_reboot_notifier(dev, &sp_wd->reboot_notifier); in rave_sp_wdt_probe()