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