Home
last modified time | relevance | path

Searched refs:reboot_nb (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/firmware/arm_scmi/
H A Dscmi_power_control.c90 struct notifier_block reboot_nb; member
99 container_of(x, struct scmi_syspower_conf, reboot_nb)
190 unregister_reboot_notifier(&sc->reboot_nb); in scmi_forceful_work_func()
218 sc->reboot_nb.notifier_call = &scmi_reboot_notifier; in scmi_request_graceful_transition()
219 ret = register_reboot_notifier(&sc->reboot_nb); in scmi_request_graceful_transition()
/openbmc/linux/drivers/watchdog/
H A Dwatchdog_core.c163 wdd = container_of(nb, struct watchdog_device, reboot_nb); in watchdog_reboot_notifier()
305 wdd->reboot_nb.notifier_call = watchdog_reboot_notifier; in __watchdog_register_device()
307 ret = register_reboot_notifier(&wdd->reboot_nb); in __watchdog_register_device()
382 unregister_reboot_notifier(&wdd->reboot_nb); in __watchdog_unregister_device()
/openbmc/linux/drivers/staging/olpc_dcon/
H A Dolpc_dcon.c553 struct dcon_priv *dcon = container_of(nb, struct dcon_priv, reboot_nb); in dcon_reboot_notify()
597 dcon->reboot_nb.notifier_call = dcon_reboot_notify; in dcon_probe()
598 dcon->reboot_nb.priority = -1; in dcon_probe()
652 register_reboot_notifier(&dcon->reboot_nb); in dcon_probe()
675 unregister_reboot_notifier(&dcon->reboot_nb); in dcon_remove()
H A Dolpc_dcon.h67 struct notifier_block reboot_nb; member
/openbmc/linux/include/linux/
H A Dwatchdog.h108 struct notifier_block reboot_nb; member
/openbmc/linux/Documentation/watchdog/
H A Dwatchdog-kernel-api.rst61 struct notifier_block reboot_nb;
101 * reboot_nb: notifier block that is registered for reboot notifications, for