Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/drivers/power/reset/
H A Dlinkstation-poweroff.c84 unregister_reboot_notifier(&linkstation_reboot_nb); in linkstation_poweroff()
128 unregister_reboot_notifier(&linkstation_reboot_nb); in linkstation_poweroff_exit()
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dindydog.c184 unregister_reboot_notifier(&indydog_notifier); in watchdog_init()
196 unregister_reboot_notifier(&indydog_notifier); in watchdog_exit()
H A Dsbc_epx_c3.c191 unregister_reboot_notifier(&epx_c3_notifier); in watchdog_init()
207 unregister_reboot_notifier(&epx_c3_notifier); in watchdog_exit()
H A Dsbc8360.c379 unregister_reboot_notifier(&sbc8360_notifier); in sbc8360_init()
391 unregister_reboot_notifier(&sbc8360_notifier); in sbc8360_exit()
H A Dpnx833x_wdt.c254 unregister_reboot_notifier(&pnx833x_wdt_notifier); in watchdog_init()
269 unregister_reboot_notifier(&pnx833x_wdt_notifier); in watchdog_exit()
H 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()
H A Dsb_wdog.c323 unregister_reboot_notifier(&sbwdog_notifier); in sbwdog_init()
332 unregister_reboot_notifier(&sbwdog_notifier); in sbwdog_exit()
H A Dsbc7240_wdt.c243 unregister_reboot_notifier(&wdt_notifier); in sbc7240_wdt_unload()
289 unregister_reboot_notifier(&wdt_notifier); in sbc7240_wdt_init()
H A Dwafer5823wdt.c297 unregister_reboot_notifier(&wafwdt_notifier); in wafwdt_init()
310 unregister_reboot_notifier(&wafwdt_notifier); in wafwdt_exit()
H A Dw83877f_wdt.c344 unregister_reboot_notifier(&wdt_notifier); in w83877f_wdt_unload()
391 unregister_reboot_notifier(&wdt_notifier); in w83877f_wdt_init()
H A Dsbc60xxwdt.c320 unregister_reboot_notifier(&wdt_notifier); in sbc60xxwdt_unload()
369 unregister_reboot_notifier(&wdt_notifier); in sbc60xxwdt_init()
H A Dalim1535_wdt.c425 unregister_reboot_notifier(&ali_notifier); in watchdog_init()
442 unregister_reboot_notifier(&ali_notifier); in watchdog_exit()
H A Dsc520_wdt.c376 unregister_reboot_notifier(&wdt_notifier); in sc520_wdt_unload()
418 unregister_reboot_notifier(&wdt_notifier); in sc520_wdt_init()
H A Deurotechwdt.c410 unregister_reboot_notifier(&eurwdt_notifier); in eurwdt_exit()
461 unregister_reboot_notifier(&eurwdt_notifier); in eurwdt_init()
H A Dalim7101_wdt.c355 unregister_reboot_notifier(&wdt_notifier); in alim7101_wdt_unload()
432 unregister_reboot_notifier(&wdt_notifier); in alim7101_wdt_init()
H 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()
H A Dmachzwd.c434 unregister_reboot_notifier(&zf_notifier); in zf_init()
447 unregister_reboot_notifier(&zf_notifier); in zf_exit()
H A Dsc1200wdt.c442 unregister_reboot_notifier(&sc1200wdt_notifier); in sc1200wdt_init()
459 unregister_reboot_notifier(&sc1200wdt_notifier); in sc1200wdt_exit()
H A Dpc87413_wdt.c541 unregister_reboot_notifier(&pc87413_notifier); in pc87413_init()
565 unregister_reboot_notifier(&pc87413_notifier); in pc87413_exit()
H A Dw83977f_wdt.c505 unregister_reboot_notifier(&wdt_notifier); in w83977f_wdt_init()
516 unregister_reboot_notifier(&wdt_notifier); in w83977f_wdt_exit()
H A Dwdt977.c485 unregister_reboot_notifier(&wdt977_notifier); in wd977_init()
497 unregister_reboot_notifier(&wdt977_notifier); in wd977_exit()
H A Dit8712f_wdt.c437 unregister_reboot_notifier(&it8712f_wdt_notifier); in it8712f_wdt_init()
446 unregister_reboot_notifier(&it8712f_wdt_notifier); in it8712f_wdt_exit()
/OK3568_Linux_fs/kernel/kernel/
H 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()
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-brcmstb-waketimer.c264 unregister_reboot_notifier(&timer->reboot_notifier); in brcmstb_waketmr_probe()
277 unregister_reboot_notifier(&timer->reboot_notifier); in brcmstb_waketmr_remove()
/OK3568_Linux_fs/kernel/include/linux/
H A Dreboot.h44 extern int unregister_reboot_notifier(struct notifier_block *);

1234