Searched refs:reboot_notifier (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/rtc/ |
| H A D | rtc-brcmstb-waketimer.c | 31 struct notifier_block reboot_notifier; member 177 timer = container_of(nb, struct brcmstb_waketmr, reboot_notifier); in brcmstb_waketmr_reboot() 336 timer->reboot_notifier.notifier_call = brcmstb_waketmr_reboot; in brcmstb_waketmr_probe() 337 register_reboot_notifier(&timer->reboot_notifier); in brcmstb_waketmr_probe() 349 unregister_reboot_notifier(&timer->reboot_notifier); in brcmstb_waketmr_probe() 361 unregister_reboot_notifier(&timer->reboot_notifier); in brcmstb_waketmr_remove()
|
| /linux/drivers/watchdog/ |
| H 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/soc/tegra/ |
| H A D | regulators-tegra30.c | 28 struct notifier_block reboot_notifier; member 455 reboot_notifier); in tegra30_regulator_reboot() 515 .reboot_notifier.notifier_call = tegra30_regulator_reboot, 526 err = register_reboot_notifier(&tegra30_coupler.reboot_notifier); in tegra_regulator_coupler_init()
|
| H A D | regulators-tegra20.c | 29 struct notifier_block reboot_notifier; member 470 reboot_notifier); in tegra20_regulator_reboot() 541 .reboot_notifier.notifier_call = tegra20_regulator_reboot, 552 err = register_reboot_notifier(&tegra20_coupler.reboot_notifier); in tegra_regulator_coupler_init()
|
| /linux/include/linux/ |
| H A D | reboot-mode.h | 9 struct notifier_block reboot_notifier; member
|
| /linux/arch/um/drivers/ |
| H A D | mconsole_kern.c | 49 static struct notifier_block reboot_notifier = { variable 739 register_reboot_notifier(&reboot_notifier); in mconsole_init()
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.ips | 60 - Hook into the reboot_notifier to flush the controller
|
| /linux/drivers/mtd/chips/ |
| H A D | cfi_cmdset_0001.c | 525 mtd->reboot_notifier.notifier_call = cfi_intelext_reboot; in cfi_cmdset_0001() 682 register_reboot_notifier(&mtd->reboot_notifier); in cfi_intelext_setup() 2677 mtd = container_of(nb, struct mtd_info, reboot_notifier); in cfi_intelext_reboot() 2689 unregister_reboot_notifier(&mtd->reboot_notifier); in cfi_intelext_destroy()
|
| H A D | cfi_cmdset_0002.c | 635 mtd->reboot_notifier.notifier_call = cfi_amdstd_reboot; in cfi_cmdset_0002() 806 register_reboot_notifier(&mtd->reboot_notifier); in cfi_amdstd_setup() 3088 mtd = container_of(nb, struct mtd_info, reboot_notifier); in cfi_amdstd_reboot() 3100 unregister_reboot_notifier(&mtd->reboot_notifier); in cfi_amdstd_destroy()
|
| /linux/include/linux/mtd/ |
| H A D | mtd.h | 371 struct notifier_block reboot_notifier; /* default mode before reboot */ member
|