Home
last modified time | relevance | path

Searched refs:reboot_notifier (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/rtc/
Drtc-brcmstb-waketimer.c39 struct notifier_block reboot_notifier; member
118 timer = container_of(nb, struct brcmstb_waketmr, reboot_notifier); in brcmstb_waketmr_reboot()
259 timer->reboot_notifier.notifier_call = brcmstb_waketmr_reboot; in brcmstb_waketmr_probe()
260 register_reboot_notifier(&timer->reboot_notifier); in brcmstb_waketmr_probe()
276 unregister_reboot_notifier(&timer->reboot_notifier); in brcmstb_waketmr_probe()
289 unregister_reboot_notifier(&timer->reboot_notifier); in brcmstb_waketmr_remove()
/linux-4.19.296/include/linux/
Dreboot-mode.h9 struct notifier_block reboot_notifier; member
/linux-4.19.296/include/linux/mtd/
Dmtd.h331 struct notifier_block reboot_notifier; /* default mode before reboot */ member