Searched refs:register_reboot_notifier (Results 1 - 25 of 96) sorted by relevance

1234

/linux-master/drivers/firmware/efi/
H A Defibc.c75 ret = register_reboot_notifier(&efibc_reboot_notifier);
H A Dcapsule.c313 return register_reboot_notifier(&capsule_reboot_nb);
/linux-master/arch/sparc/kernel/
H A Dsstate.c111 register_reboot_notifier(&sstate_reboot_notifier);
/linux-master/include/linux/
H A Dreboot.h44 extern int register_reboot_notifier(struct notifier_block *);
/linux-master/drivers/watchdog/
H A Dstmp3xxx_rtc_wdt.c104 if (register_reboot_notifier(&wdt_notifier))
H A Dsbc8360.c349 res = register_reboot_notifier(&sbc8360_notifier);
H A Dindydog.c174 ret = register_reboot_notifier(&indydog_notifier);
H A Dsbc_epx_c3.c181 ret = register_reboot_notifier(&epx_c3_notifier);
H A Dwafer5823wdt.c279 ret = register_reboot_notifier(&wafwdt_notifier);
H A Dscx200_wdt.c235 r = register_reboot_notifier(&scx200_wdt_notifier);
H A Dsmsc37b787_wdt.c547 ret = register_reboot_notifier(&wb_smsc_wdt_notifier);
H A Dsb_wdog.c295 ret = register_reboot_notifier(&sbwdog_notifier);
H A Dsbc7240_wdt.c270 rc = register_reboot_notifier(&wdt_notifier);
H A Dalim7101_wdt.c403 rc = register_reboot_notifier(&wdt_notifier);
H A Dalim1535_wdt.c406 ret = register_reboot_notifier(&ali_notifier);
H A Dsc1200wdt.c423 ret = register_reboot_notifier(&sc1200wdt_notifier);
H A Dwdrtas.c598 if (register_reboot_notifier(&wdrtas_notifier)) {
H A Dit8712f_wdt.c419 err = register_reboot_notifier(&it8712f_wdt_notifier);
H A Dmachzwd.c417 ret = register_reboot_notifier(&zf_notifier);
/linux-master/drivers/power/reset/
H A Dreboot-mode.c105 register_reboot_notifier(&reboot->reboot_notifier);
H A Dlinkstation-poweroff.c185 register_reboot_notifier(&linkstation_reboot_nb);
/linux-master/drivers/s390/char/
H A Dsclp_con.c292 register_reboot_notifier(&on_reboot_nb);
/linux-master/drivers/leds/trigger/
H A Dledtrig-heartbeat.c195 register_reboot_notifier(&heartbeat_reboot_nb);
/linux-master/arch/parisc/kernel/
H A Dpdc_chassis.c148 register_reboot_notifier(&pdc_chassis_reboot_block);
/linux-master/kernel/
H A Dreboot.c100 * register_reboot_notifier - Register function to be called at reboot time
109 int register_reboot_notifier(struct notifier_block *nb) function
113 EXPORT_SYMBOL(register_reboot_notifier); variable
145 ret = register_reboot_notifier(nb);

Completed in 183 milliseconds

1234