Home
last modified time | relevance | path

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

/linux-4.4.14/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()
653 register_reboot_notifier(&dcon->reboot_nb); in dcon_probe()
675 unregister_reboot_notifier(&dcon->reboot_nb); in dcon_remove()
Dolpc_dcon.h66 struct notifier_block reboot_nb; member