Home
last modified time | relevance | path

Searched refs:unregister_restart_handler (Results 1 – 7 of 7) 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()
/linux/drivers/mfd/
H A Dacer-ec-a500.c178 unregister_restart_handler(&a500_ec_restart_handler); in a500_ec_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()