Searched refs:reboot_nb (Results 1 – 4 of 4) sorted by relevance
93 struct notifier_block reboot_nb; member103 container_of(x, struct scmi_syspower_conf, reboot_nb)194 unregister_reboot_notifier(&sc->reboot_nb); in scmi_forceful_work_func()222 sc->reboot_nb.notifier_call = &scmi_reboot_notifier; in scmi_request_graceful_transition()223 ret = register_reboot_notifier(&sc->reboot_nb); in scmi_request_graceful_transition()
164 wdd = container_of(nb, struct watchdog_device, reboot_nb); in watchdog_reboot_notifier()307 wdd->reboot_nb.notifier_call = watchdog_reboot_notifier; in ___watchdog_register_device()309 ret = register_reboot_notifier(&wdd->reboot_nb); in ___watchdog_register_device()392 unregister_reboot_notifier(&wdd->reboot_nb); in __watchdog_unregister_device()
112 struct notifier_block reboot_nb; member
61 struct notifier_block reboot_nb;101 * reboot_nb: notifier block that is registered for reboot notifications, for