Home
last modified time | relevance | path

Searched refs:unregister_pre_restart_handler (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dreboot.h54 extern int unregister_pre_restart_handler(struct notifier_block *nb);
62 static inline int unregister_pre_restart_handler(struct notifier_block *nb) in unregister_pre_restart_handler() function
/OK3568_Linux_fs/kernel/kernel/
H A Dreboot.c229 int unregister_pre_restart_handler(struct notifier_block *nb) in unregister_pre_restart_handler() function
233 EXPORT_SYMBOL(unregister_pre_restart_handler);
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-rk3x.c1679 unregister_pre_restart_handler(&i2c->i2c_restart_nb); in rk3x_i2c_remove()