Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/watchdog/
Dwatchdog_core.c159 wdd = container_of(nb, struct watchdog_device, reboot_nb); in watchdog_reboot_notifier()
273 wdd->reboot_nb.notifier_call = watchdog_reboot_notifier; in __watchdog_register_device()
275 ret = register_reboot_notifier(&wdd->reboot_nb); in __watchdog_register_device()
341 unregister_reboot_notifier(&wdd->reboot_nb); in __watchdog_unregister_device()
/kernel/linux/linux-5.10/drivers/staging/olpc_dcon/
Dolpc_dcon.c555 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()
Dolpc_dcon.h67 struct notifier_block reboot_nb; member
/kernel/linux/linux-5.10/include/linux/
Dwatchdog.h108 struct notifier_block reboot_nb; member
/kernel/linux/linux-5.10/Documentation/watchdog/
Dwatchdog-kernel-api.rst61 struct notifier_block reboot_nb;
101 * reboot_nb: notifier block that is registered for reboot notifications, for
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0034_linux_drivers_usb_vfio_wdt_tty_uio.patch7601 wdd = container_of(nb, struct watchdog_device, reboot_nb);