Searched refs:reboot_nb (Results 1 – 5 of 5) sorted by relevance
555 struct dcon_priv *dcon = container_of(nb, struct dcon_priv, reboot_nb); in dcon_reboot_notify()599 dcon->reboot_nb.notifier_call = dcon_reboot_notify; in dcon_probe()600 dcon->reboot_nb.priority = -1; in dcon_probe()654 register_reboot_notifier(&dcon->reboot_nb); in dcon_probe()676 unregister_reboot_notifier(&dcon->reboot_nb); in dcon_remove()
67 struct notifier_block reboot_nb; member
108 struct notifier_block reboot_nb; member
1076 wdd = container_of(nb, struct watchdog_device, reboot_nb); in watchdog_reboot_notifier()1127 wdd->reboot_nb.notifier_call = watchdog_reboot_notifier; in watchdog_dev_register()1129 ret = devm_register_reboot_notifier(dev, &wdd->reboot_nb); in watchdog_dev_register()
61 struct notifier_block reboot_nb;101 * reboot_nb: notifier block that is registered for reboot notifications, for