reboot_notifier 46 arch/um/drivers/mconsole_kern.c static struct notifier_block reboot_notifier = { reboot_notifier 711 arch/um/drivers/mconsole_kern.c register_reboot_notifier(&reboot_notifier); reboot_notifier 53 drivers/input/misc/pm8941-pwrkey.c struct notifier_block reboot_notifier; reboot_notifier 63 drivers/input/misc/pm8941-pwrkey.c reboot_notifier); reboot_notifier 274 drivers/input/misc/pm8941-pwrkey.c pwrkey->reboot_notifier.notifier_call = pm8941_reboot_notify, reboot_notifier 275 drivers/input/misc/pm8941-pwrkey.c error = register_reboot_notifier(&pwrkey->reboot_notifier); reboot_notifier 292 drivers/input/misc/pm8941-pwrkey.c unregister_reboot_notifier(&pwrkey->reboot_notifier); reboot_notifier 264 drivers/md/dm-integrity.c struct notifier_block reboot_notifier; reboot_notifier 2772 drivers/md/dm-integrity.c struct dm_integrity_c *ic = container_of(n, struct dm_integrity_c, reboot_notifier); reboot_notifier 2786 drivers/md/dm-integrity.c WARN_ON(unregister_reboot_notifier(&ic->reboot_notifier)); reboot_notifier 2905 drivers/md/dm-integrity.c ic->reboot_notifier.notifier_call = dm_integrity_reboot; reboot_notifier 2906 drivers/md/dm-integrity.c ic->reboot_notifier.next = NULL; reboot_notifier 2907 drivers/md/dm-integrity.c ic->reboot_notifier.priority = INT_MAX - 1; /* be notified after md and before hardware drivers */ reboot_notifier 2908 drivers/md/dm-integrity.c WARN_ON(register_reboot_notifier(&ic->reboot_notifier)); reboot_notifier 506 drivers/mtd/chips/cfi_cmdset_0001.c mtd->reboot_notifier.notifier_call = cfi_intelext_reboot; reboot_notifier 664 drivers/mtd/chips/cfi_cmdset_0001.c register_reboot_notifier(&mtd->reboot_notifier); reboot_notifier 2659 drivers/mtd/chips/cfi_cmdset_0001.c mtd = container_of(nb, struct mtd_info, reboot_notifier); reboot_notifier 2671 drivers/mtd/chips/cfi_cmdset_0001.c unregister_reboot_notifier(&mtd->reboot_notifier); reboot_notifier 618 drivers/mtd/chips/cfi_cmdset_0002.c mtd->reboot_notifier.notifier_call = cfi_amdstd_reboot; reboot_notifier 790 drivers/mtd/chips/cfi_cmdset_0002.c register_reboot_notifier(&mtd->reboot_notifier); reboot_notifier 3093 drivers/mtd/chips/cfi_cmdset_0002.c mtd = container_of(nb, struct mtd_info, reboot_notifier); reboot_notifier 3105 drivers/mtd/chips/cfi_cmdset_0002.c unregister_reboot_notifier(&mtd->reboot_notifier); reboot_notifier 436 drivers/mtd/mtdcore.c mtd = container_of(n, struct mtd_info, reboot_notifier); reboot_notifier 848 drivers/mtd/mtdcore.c WARN_ONCE(mtd->_reboot && mtd->reboot_notifier.notifier_call, reboot_notifier 850 drivers/mtd/mtdcore.c if (mtd->_reboot && !mtd->reboot_notifier.notifier_call) { reboot_notifier 851 drivers/mtd/mtdcore.c mtd->reboot_notifier.notifier_call = mtd_reboot_notifier; reboot_notifier 852 drivers/mtd/mtdcore.c register_reboot_notifier(&mtd->reboot_notifier); reboot_notifier 874 drivers/mtd/mtdcore.c unregister_reboot_notifier(&master->reboot_notifier); reboot_notifier 48 drivers/power/reset/reboot-mode.c reboot = container_of(this, struct reboot_mode_driver, reboot_notifier); reboot_notifier 104 drivers/power/reset/reboot-mode.c reboot->reboot_notifier.notifier_call = reboot_mode_notify; reboot_notifier 105 drivers/power/reset/reboot-mode.c register_reboot_notifier(&reboot->reboot_notifier); reboot_notifier 125 drivers/power/reset/reboot-mode.c unregister_reboot_notifier(&reboot->reboot_notifier); reboot_notifier 31 drivers/rtc/rtc-brcmstb-waketimer.c struct notifier_block reboot_notifier; reboot_notifier 110 drivers/rtc/rtc-brcmstb-waketimer.c timer = container_of(nb, struct brcmstb_waketmr, reboot_notifier); reboot_notifier 251 drivers/rtc/rtc-brcmstb-waketimer.c timer->reboot_notifier.notifier_call = brcmstb_waketmr_reboot; reboot_notifier 252 drivers/rtc/rtc-brcmstb-waketimer.c register_reboot_notifier(&timer->reboot_notifier); reboot_notifier 266 drivers/rtc/rtc-brcmstb-waketimer.c unregister_reboot_notifier(&timer->reboot_notifier); reboot_notifier 279 drivers/rtc/rtc-brcmstb-waketimer.c unregister_reboot_notifier(&timer->reboot_notifier); reboot_notifier 57 drivers/watchdog/rave-sp-wdt.c struct notifier_block reboot_notifier; reboot_notifier 152 drivers/watchdog/rave-sp-wdt.c container_of(nb, struct rave_sp_wdt, reboot_notifier); reboot_notifier 293 drivers/watchdog/rave-sp-wdt.c sp_wd->reboot_notifier.notifier_call = rave_sp_wdt_reboot_notifier; reboot_notifier 294 drivers/watchdog/rave-sp-wdt.c ret = devm_register_reboot_notifier(dev, &sp_wd->reboot_notifier); reboot_notifier 328 include/linux/mtd/mtd.h struct notifier_block reboot_notifier; /* default mode before reboot */ reboot_notifier 9 include/linux/reboot-mode.h struct notifier_block reboot_notifier;