Home
last modified time | relevance | path

Searched refs:unregister_reboot_notifier (Results 1 – 25 of 77) sorted by relevance

1234

/Linux-v5.4/drivers/watchdog/
Dsbc_epx_c3.c190 unregister_reboot_notifier(&epx_c3_notifier); in watchdog_init()
206 unregister_reboot_notifier(&epx_c3_notifier); in watchdog_exit()
Dindydog.c183 unregister_reboot_notifier(&indydog_notifier); in watchdog_init()
195 unregister_reboot_notifier(&indydog_notifier); in watchdog_exit()
Dsbc8360.c379 unregister_reboot_notifier(&sbc8360_notifier); in sbc8360_init()
391 unregister_reboot_notifier(&sbc8360_notifier); in sbc8360_exit()
Dpnx833x_wdt.c253 unregister_reboot_notifier(&pnx833x_wdt_notifier); in watchdog_init()
268 unregister_reboot_notifier(&pnx833x_wdt_notifier); in watchdog_exit()
Dscx200_wdt.c244 unregister_reboot_notifier(&scx200_wdt_notifier); in scx200_wdt_init()
256 unregister_reboot_notifier(&scx200_wdt_notifier); in scx200_wdt_cleanup()
Dwafer5823wdt.c296 unregister_reboot_notifier(&wafwdt_notifier); in wafwdt_init()
309 unregister_reboot_notifier(&wafwdt_notifier); in wafwdt_exit()
Dsb_wdog.c322 unregister_reboot_notifier(&sbwdog_notifier); in sbwdog_init()
331 unregister_reboot_notifier(&sbwdog_notifier); in sbwdog_exit()
Dsbc7240_wdt.c243 unregister_reboot_notifier(&wdt_notifier); in sbc7240_wdt_unload()
289 unregister_reboot_notifier(&wdt_notifier); in sbc7240_wdt_init()
Dsbc60xxwdt.c319 unregister_reboot_notifier(&wdt_notifier); in sbc60xxwdt_unload()
368 unregister_reboot_notifier(&wdt_notifier); in sbc60xxwdt_init()
Dsc520_wdt.c375 unregister_reboot_notifier(&wdt_notifier); in sc520_wdt_unload()
417 unregister_reboot_notifier(&wdt_notifier); in sc520_wdt_init()
Dalim1535_wdt.c424 unregister_reboot_notifier(&ali_notifier); in watchdog_init()
441 unregister_reboot_notifier(&ali_notifier); in watchdog_exit()
Dw83877f_wdt.c343 unregister_reboot_notifier(&wdt_notifier); in w83877f_wdt_unload()
390 unregister_reboot_notifier(&wdt_notifier); in w83877f_wdt_init()
Deurotechwdt.c409 unregister_reboot_notifier(&eurwdt_notifier); in eurwdt_exit()
460 unregister_reboot_notifier(&eurwdt_notifier); in eurwdt_init()
Dmachzwd.c433 unregister_reboot_notifier(&zf_notifier); in zf_init()
446 unregister_reboot_notifier(&zf_notifier); in zf_exit()
Dalim7101_wdt.c354 unregister_reboot_notifier(&wdt_notifier); in alim7101_wdt_unload()
431 unregister_reboot_notifier(&wdt_notifier); in alim7101_wdt_init()
Dit8712f_wdt.c436 unregister_reboot_notifier(&it8712f_wdt_notifier); in it8712f_wdt_init()
445 unregister_reboot_notifier(&it8712f_wdt_notifier); in it8712f_wdt_exit()
Dsmsc37b787_wdt.c568 unregister_reboot_notifier(&wb_smsc_wdt_notifier); in wb_smsc_wdt_init()
588 unregister_reboot_notifier(&wb_smsc_wdt_notifier); in wb_smsc_wdt_exit()
Dsc1200wdt.c441 unregister_reboot_notifier(&sc1200wdt_notifier); in sc1200wdt_init()
458 unregister_reboot_notifier(&sc1200wdt_notifier); in sc1200wdt_exit()
Dpc87413_wdt.c540 unregister_reboot_notifier(&pc87413_notifier); in pc87413_init()
564 unregister_reboot_notifier(&pc87413_notifier); in pc87413_exit()
Dw83977f_wdt.c504 unregister_reboot_notifier(&wdt_notifier); in w83977f_wdt_init()
515 unregister_reboot_notifier(&wdt_notifier); in w83977f_wdt_exit()
Dwdt977.c484 unregister_reboot_notifier(&wdt977_notifier); in wd977_init()
496 unregister_reboot_notifier(&wdt977_notifier); in wd977_exit()
/Linux-v5.4/kernel/
Dreboot.c104 int unregister_reboot_notifier(struct notifier_block *nb) in unregister_reboot_notifier() function
108 EXPORT_SYMBOL(unregister_reboot_notifier);
112 WARN_ON(unregister_reboot_notifier(*(struct notifier_block **)res)); in devm_unregister_reboot_notifier()
/Linux-v5.4/drivers/misc/mic/cosm_client/
Dcosm_scif_client.c213 unregister_reboot_notifier(&cosm_reboot); in cosm_scif_probe()
239 unregister_reboot_notifier(&cosm_reboot); in cosm_scif_remove()
/Linux-v5.4/include/linux/
Dreboot.h44 extern int unregister_reboot_notifier(struct notifier_block *);
/Linux-v5.4/drivers/rtc/
Drtc-brcmstb-waketimer.c266 unregister_reboot_notifier(&timer->reboot_notifier); in brcmstb_waketmr_probe()
279 unregister_reboot_notifier(&timer->reboot_notifier); in brcmstb_waketmr_remove()

1234