Home
last modified time | relevance | path

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

1234

/Linux-v4.19/kernel/
Dreboot.c101 int unregister_reboot_notifier(struct notifier_block *nb) in unregister_reboot_notifier() function
105 EXPORT_SYMBOL(unregister_reboot_notifier);
109 WARN_ON(unregister_reboot_notifier(*(struct notifier_block **)res)); in devm_unregister_reboot_notifier()
/Linux-v4.19/drivers/watchdog/
Dindydog.c187 unregister_reboot_notifier(&indydog_notifier); in watchdog_init()
199 unregister_reboot_notifier(&indydog_notifier); in watchdog_exit()
Dsbc_epx_c3.c194 unregister_reboot_notifier(&epx_c3_notifier); in watchdog_init()
210 unregister_reboot_notifier(&epx_c3_notifier); in watchdog_exit()
Dsbc8360.c383 unregister_reboot_notifier(&sbc8360_notifier); in sbc8360_init()
395 unregister_reboot_notifier(&sbc8360_notifier); in sbc8360_exit()
Dpnx833x_wdt.c257 unregister_reboot_notifier(&pnx833x_wdt_notifier); in watchdog_init()
272 unregister_reboot_notifier(&pnx833x_wdt_notifier); in watchdog_exit()
Dscx200_wdt.c246 unregister_reboot_notifier(&scx200_wdt_notifier); in scx200_wdt_init()
258 unregister_reboot_notifier(&scx200_wdt_notifier); in scx200_wdt_cleanup()
Dwafer5823wdt.c300 unregister_reboot_notifier(&wafwdt_notifier); in wafwdt_init()
313 unregister_reboot_notifier(&wafwdt_notifier); in wafwdt_exit()
Dsb_wdog.c321 unregister_reboot_notifier(&sbwdog_notifier); in sbwdog_init()
330 unregister_reboot_notifier(&sbwdog_notifier); in sbwdog_exit()
Dsbc7240_wdt.c252 unregister_reboot_notifier(&wdt_notifier); in sbc7240_wdt_unload()
298 unregister_reboot_notifier(&wdt_notifier); in sbc7240_wdt_init()
Dalim1535_wdt.c428 unregister_reboot_notifier(&ali_notifier); in watchdog_init()
445 unregister_reboot_notifier(&ali_notifier); in watchdog_exit()
Dsbc60xxwdt.c325 unregister_reboot_notifier(&wdt_notifier); in sbc60xxwdt_unload()
374 unregister_reboot_notifier(&wdt_notifier); in sbc60xxwdt_init()
Dsc520_wdt.c379 unregister_reboot_notifier(&wdt_notifier); in sc520_wdt_unload()
421 unregister_reboot_notifier(&wdt_notifier); in sc520_wdt_init()
Dw83877f_wdt.c347 unregister_reboot_notifier(&wdt_notifier); in w83877f_wdt_unload()
394 unregister_reboot_notifier(&wdt_notifier); in w83877f_wdt_init()
Deurotechwdt.c413 unregister_reboot_notifier(&eurwdt_notifier); in eurwdt_exit()
464 unregister_reboot_notifier(&eurwdt_notifier); in eurwdt_init()
Dalim7101_wdt.c353 unregister_reboot_notifier(&wdt_notifier); in alim7101_wdt_unload()
430 unregister_reboot_notifier(&wdt_notifier); in alim7101_wdt_init()
Dit8712f_wdt.c440 unregister_reboot_notifier(&it8712f_wdt_notifier); in it8712f_wdt_init()
449 unregister_reboot_notifier(&it8712f_wdt_notifier); in it8712f_wdt_exit()
Dmachzwd.c438 unregister_reboot_notifier(&zf_notifier); in zf_init()
451 unregister_reboot_notifier(&zf_notifier); in zf_exit()
Dsmsc37b787_wdt.c572 unregister_reboot_notifier(&wb_smsc_wdt_notifier); in wb_smsc_wdt_init()
592 unregister_reboot_notifier(&wb_smsc_wdt_notifier); in wb_smsc_wdt_exit()
Dpc87413_wdt.c544 unregister_reboot_notifier(&pc87413_notifier); in pc87413_init()
568 unregister_reboot_notifier(&pc87413_notifier); in pc87413_exit()
Dsc1200wdt.c446 unregister_reboot_notifier(&sc1200wdt_notifier); in sc1200wdt_init()
463 unregister_reboot_notifier(&sc1200wdt_notifier); in sc1200wdt_exit()
Dw83977f_wdt.c509 unregister_reboot_notifier(&wdt_notifier); in w83977f_wdt_init()
520 unregister_reboot_notifier(&wdt_notifier); in w83977f_wdt_exit()
Dwdt977.c488 unregister_reboot_notifier(&wdt977_notifier); in wd977_init()
500 unregister_reboot_notifier(&wdt977_notifier); in wd977_exit()
/Linux-v4.19/drivers/misc/mic/cosm_client/
Dcosm_scif_client.c225 unregister_reboot_notifier(&cosm_reboot); in cosm_scif_probe()
251 unregister_reboot_notifier(&cosm_reboot); in cosm_scif_remove()
/Linux-v4.19/include/linux/
Dreboot.h42 extern int unregister_reboot_notifier(struct notifier_block *);
/Linux-v4.19/drivers/rtc/
Drtc-brcmstb-waketimer.c276 unregister_reboot_notifier(&timer->reboot_notifier); in brcmstb_waketmr_probe()
289 unregister_reboot_notifier(&timer->reboot_notifier); in brcmstb_waketmr_remove()

1234