Home
last modified time | relevance | path

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

123

/linux/drivers/watchdog/
A Dsbc_epx_c3.c191 unregister_reboot_notifier(&epx_c3_notifier); in watchdog_init()
207 unregister_reboot_notifier(&epx_c3_notifier); in watchdog_exit()
A Dindydog.c184 unregister_reboot_notifier(&indydog_notifier); in watchdog_init()
196 unregister_reboot_notifier(&indydog_notifier); in watchdog_exit()
A Dsbc8360.c379 unregister_reboot_notifier(&sbc8360_notifier); in sbc8360_init()
391 unregister_reboot_notifier(&sbc8360_notifier); in sbc8360_exit()
A Dscx200_wdt.c245 unregister_reboot_notifier(&scx200_wdt_notifier); in scx200_wdt_init()
257 unregister_reboot_notifier(&scx200_wdt_notifier); in scx200_wdt_cleanup()
A Dsb_wdog.c323 unregister_reboot_notifier(&sbwdog_notifier); in sbwdog_init()
332 unregister_reboot_notifier(&sbwdog_notifier); in sbwdog_exit()
A Dsbc7240_wdt.c243 unregister_reboot_notifier(&wdt_notifier); in sbc7240_wdt_unload()
289 unregister_reboot_notifier(&wdt_notifier); in sbc7240_wdt_init()
A Dwafer5823wdt.c297 unregister_reboot_notifier(&wafwdt_notifier); in wafwdt_init()
310 unregister_reboot_notifier(&wafwdt_notifier); in wafwdt_exit()
A Dalim1535_wdt.c425 unregister_reboot_notifier(&ali_notifier); in watchdog_init()
442 unregister_reboot_notifier(&ali_notifier); in watchdog_exit()
A Dsbc60xxwdt.c320 unregister_reboot_notifier(&wdt_notifier); in sbc60xxwdt_unload()
369 unregister_reboot_notifier(&wdt_notifier); in sbc60xxwdt_init()
A Dsc520_wdt.c376 unregister_reboot_notifier(&wdt_notifier); in sc520_wdt_unload()
418 unregister_reboot_notifier(&wdt_notifier); in sc520_wdt_init()
A Dw83877f_wdt.c344 unregister_reboot_notifier(&wdt_notifier); in w83877f_wdt_unload()
391 unregister_reboot_notifier(&wdt_notifier); in w83877f_wdt_init()
A Deurotechwdt.c410 unregister_reboot_notifier(&eurwdt_notifier); in eurwdt_exit()
461 unregister_reboot_notifier(&eurwdt_notifier); in eurwdt_init()
A Dalim7101_wdt.c355 unregister_reboot_notifier(&wdt_notifier); in alim7101_wdt_unload()
432 unregister_reboot_notifier(&wdt_notifier); in alim7101_wdt_init()
A Dit8712f_wdt.c436 unregister_reboot_notifier(&it8712f_wdt_notifier); in it8712f_wdt_init()
445 unregister_reboot_notifier(&it8712f_wdt_notifier); in it8712f_wdt_exit()
A Dmachzwd.c435 unregister_reboot_notifier(&zf_notifier); in zf_init()
448 unregister_reboot_notifier(&zf_notifier); in zf_exit()
A Dsmsc37b787_wdt.c569 unregister_reboot_notifier(&wb_smsc_wdt_notifier); in wb_smsc_wdt_init()
589 unregister_reboot_notifier(&wb_smsc_wdt_notifier); in wb_smsc_wdt_exit()
A Dpc87413_wdt.c541 unregister_reboot_notifier(&pc87413_notifier); in pc87413_init()
565 unregister_reboot_notifier(&pc87413_notifier); in pc87413_exit()
A Dsc1200wdt.c442 unregister_reboot_notifier(&sc1200wdt_notifier); in sc1200wdt_init()
459 unregister_reboot_notifier(&sc1200wdt_notifier); in sc1200wdt_exit()
A Dw83977f_wdt.c505 unregister_reboot_notifier(&wdt_notifier); in w83977f_wdt_init()
516 unregister_reboot_notifier(&wdt_notifier); in w83977f_wdt_exit()
A Dwdt977.c485 unregister_reboot_notifier(&wdt977_notifier); in wd977_init()
497 unregister_reboot_notifier(&wdt977_notifier); in wd977_exit()
A Dwdt.c575 unregister_reboot_notifier(&wdt_notifier); in wdt_exit()
650 unregister_reboot_notifier(&wdt_notifier); in wdt_init()
/linux/drivers/power/reset/
A Dlinkstation-poweroff.c138 unregister_reboot_notifier(&linkstation_reboot_nb); in linkstation_poweroff()
194 unregister_reboot_notifier(&linkstation_reboot_nb); in linkstation_poweroff_exit()
/linux/kernel/
A Dreboot.c106 int unregister_reboot_notifier(struct notifier_block *nb) in unregister_reboot_notifier() function
110 EXPORT_SYMBOL(unregister_reboot_notifier);
114 WARN_ON(unregister_reboot_notifier(*(struct notifier_block **)res)); in devm_unregister_reboot_notifier()
/linux/drivers/rtc/
A Drtc-brcmstb-waketimer.c264 unregister_reboot_notifier(&timer->reboot_notifier); in brcmstb_waketmr_probe()
276 unregister_reboot_notifier(&timer->reboot_notifier); in brcmstb_waketmr_remove()
/linux/include/linux/
A Dreboot.h44 extern int unregister_reboot_notifier(struct notifier_block *);

Completed in 29 milliseconds

123