Home
last modified time | relevance | path

Searched refs:unregister_restart_handler (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/watchdog/ !
H A Dalim7101_wdt.c355 unregister_restart_handler(&wdt_restart_handler); in alim7101_wdt_unload()
429 unregister_restart_handler(&wdt_restart_handler); in alim7101_wdt_init()
H A Dat91rm9200_wdt.c264 res = unregister_restart_handler(&at91rm9200_restart_nb); in at91wdt_remove()
H A Dwatchdog_core.c389 unregister_restart_handler(&wdd->restart_nb); in __watchdog_unregister_device()
/linux/include/linux/ !
H A Dreboot.h50 extern int unregister_restart_handler(struct notifier_block *);
/linux/drivers/mmc/core/ !
H A Dpwrseq_emmc.c97 unregister_restart_handler(&pwrseq->reset_nb); in mmc_pwrseq_emmc_remove()
/linux/drivers/mfd/ !
H A Dacer-ec-a500.c178 unregister_restart_handler(&a500_ec_restart_handler); in a500_ec_remove()
H A Dene-kb3930.c187 unregister_restart_handler(&kb3930_restart_nb); in kb3930_remove()
H A Dntxec.c248 unregister_restart_handler(&ntxec_restart_handler); in ntxec_remove()
H A Drn5t618.c243 unregister_restart_handler(&rn5t618_restart_handler); in rn5t618_i2c_remove()
/linux/kernel/ !
H A Dreboot.c225 int unregister_restart_handler(struct notifier_block *nb) in unregister_restart_handler() function
229 EXPORT_SYMBOL(unregister_restart_handler);
/linux/drivers/power/reset/ !
H A Dat91-reset.c423 unregister_restart_handler(&reset->nb); in at91_reset_remove()