Searched refs:reboot_notifier (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/rtc/ |
A D | rtc-brcmstb-waketimer.c | 31 struct notifier_block reboot_notifier; member 110 timer = container_of(nb, struct brcmstb_waketmr, reboot_notifier); in brcmstb_waketmr_reboot() 249 timer->reboot_notifier.notifier_call = brcmstb_waketmr_reboot; in brcmstb_waketmr_probe() 250 register_reboot_notifier(&timer->reboot_notifier); in brcmstb_waketmr_probe() 264 unregister_reboot_notifier(&timer->reboot_notifier); in brcmstb_waketmr_probe() 276 unregister_reboot_notifier(&timer->reboot_notifier); in brcmstb_waketmr_remove()
|
/linux/drivers/power/reset/ |
A D | reboot-mode.c | 48 reboot = container_of(this, struct reboot_mode_driver, reboot_notifier); in reboot_mode_notify() 104 reboot->reboot_notifier.notifier_call = reboot_mode_notify; in reboot_mode_register() 105 register_reboot_notifier(&reboot->reboot_notifier); in reboot_mode_register() 125 unregister_reboot_notifier(&reboot->reboot_notifier); in reboot_mode_unregister()
|
/linux/drivers/watchdog/ |
A D | rave-sp-wdt.c | 57 struct notifier_block reboot_notifier; member 152 container_of(nb, struct rave_sp_wdt, reboot_notifier); in rave_sp_wdt_reboot_notifier() 293 sp_wd->reboot_notifier.notifier_call = rave_sp_wdt_reboot_notifier; in rave_sp_wdt_probe() 294 ret = devm_register_reboot_notifier(dev, &sp_wd->reboot_notifier); in rave_sp_wdt_probe()
|
/linux/drivers/input/misc/ |
A D | pm8941-pwrkey.c | 60 struct notifier_block reboot_notifier; member 70 reboot_notifier); in pm8941_reboot_notify() 291 pwrkey->reboot_notifier.notifier_call = pm8941_reboot_notify; in pm8941_pwrkey_probe() 292 error = register_reboot_notifier(&pwrkey->reboot_notifier); in pm8941_pwrkey_probe() 311 unregister_reboot_notifier(&pwrkey->reboot_notifier); in pm8941_pwrkey_remove()
|
/linux/drivers/soc/tegra/ |
A D | regulators-tegra30.c | 27 struct notifier_block reboot_notifier; member 337 reboot_notifier); in tegra30_regulator_reboot() 397 .reboot_notifier.notifier_call = tegra30_regulator_reboot, 407 err = register_reboot_notifier(&tegra30_coupler.reboot_notifier); in tegra_regulator_coupler_init()
|
A D | regulators-tegra20.c | 27 struct notifier_block reboot_notifier; member 375 reboot_notifier); in tegra20_regulator_reboot() 446 .reboot_notifier.notifier_call = tegra20_regulator_reboot, 456 err = register_reboot_notifier(&tegra20_coupler.reboot_notifier); in tegra_regulator_coupler_init()
|
/linux/include/linux/ |
A D | reboot-mode.h | 9 struct notifier_block reboot_notifier; member
|
/linux/drivers/mtd/ |
A D | mtdcore.c | 406 mtd = container_of(n, struct mtd_info, reboot_notifier); in mtd_reboot_notifier() 994 WARN_ONCE(mtd->_reboot && mtd->reboot_notifier.notifier_call, in mtd_device_parse_register() 996 if (mtd->_reboot && !mtd->reboot_notifier.notifier_call) { in mtd_device_parse_register() 997 mtd->reboot_notifier.notifier_call = mtd_reboot_notifier; in mtd_device_parse_register() 998 register_reboot_notifier(&mtd->reboot_notifier); in mtd_device_parse_register() 1022 unregister_reboot_notifier(&master->reboot_notifier); in mtd_device_unregister()
|
/linux/arch/um/drivers/ |
A D | mconsole_kern.c | 49 static struct notifier_block reboot_notifier = { variable 738 register_reboot_notifier(&reboot_notifier); in mconsole_init()
|
/linux/Documentation/scsi/ |
A D | ChangeLog.ips | 60 - Hook into the reboot_notifier to flush the controller
|
/linux/drivers/mtd/chips/ |
A D | cfi_cmdset_0001.c | 508 mtd->reboot_notifier.notifier_call = cfi_intelext_reboot; in cfi_cmdset_0001() 666 register_reboot_notifier(&mtd->reboot_notifier); in cfi_intelext_setup() 2664 mtd = container_of(nb, struct mtd_info, reboot_notifier); in cfi_intelext_reboot() 2676 unregister_reboot_notifier(&mtd->reboot_notifier); in cfi_intelext_destroy()
|
A D | cfi_cmdset_0002.c | 622 mtd->reboot_notifier.notifier_call = cfi_amdstd_reboot; in cfi_cmdset_0002() 794 register_reboot_notifier(&mtd->reboot_notifier); in cfi_amdstd_setup() 3097 mtd = container_of(nb, struct mtd_info, reboot_notifier); in cfi_amdstd_reboot() 3109 unregister_reboot_notifier(&mtd->reboot_notifier); in cfi_amdstd_destroy()
|
/linux/include/linux/mtd/ |
A D | mtd.h | 367 struct notifier_block reboot_notifier; /* default mode before reboot */ member
|
/linux/drivers/md/ |
A D | dm-integrity.c | 279 struct notifier_block reboot_notifier; member 3072 struct dm_integrity_c *ic = container_of(n, struct dm_integrity_c, reboot_notifier); in dm_integrity_reboot() 3086 WARN_ON(unregister_reboot_notifier(&ic->reboot_notifier)); in dm_integrity_postsuspend() 3231 ic->reboot_notifier.notifier_call = dm_integrity_reboot; in dm_integrity_resume() 3232 ic->reboot_notifier.next = NULL; in dm_integrity_resume() 3233 ic->reboot_notifier.priority = INT_MAX - 1; /* be notified after md and before hardware drivers */ in dm_integrity_resume() 3234 WARN_ON(register_reboot_notifier(&ic->reboot_notifier)); in dm_integrity_resume()
|
Completed in 79 milliseconds