Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/olpc_dcon/
Dolpc_dcon.c562 struct dcon_priv *dcon = container_of(nb, struct dcon_priv, reboot_nb); in dcon_reboot_notify()
606 dcon->reboot_nb.notifier_call = dcon_reboot_notify; in dcon_probe()
607 dcon->reboot_nb.priority = -1; in dcon_probe()
661 register_reboot_notifier(&dcon->reboot_nb); in dcon_probe()
683 unregister_reboot_notifier(&dcon->reboot_nb); in dcon_remove()
Dolpc_dcon.h67 struct notifier_block reboot_nb; member
/Linux-v4.19/include/linux/
Dwatchdog.h111 struct notifier_block reboot_nb; member
/Linux-v4.19/drivers/watchdog/
Dwatchdog_dev.c1049 wdd = container_of(nb, struct watchdog_device, reboot_nb); in watchdog_reboot_notifier()
1100 wdd->reboot_nb.notifier_call = watchdog_reboot_notifier; in watchdog_dev_register()
1102 ret = devm_register_reboot_notifier(dev, &wdd->reboot_nb); in watchdog_dev_register()
/Linux-v4.19/Documentation/watchdog/
Dwatchdog-kernel-api.txt59 struct notifier_block reboot_nb;
98 * reboot_nb: notifier block that is registered for reboot notifications, for