Home
last modified time | relevance | path

Searched refs:register_pre_restart_handler (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dreboot.h53 extern int register_pre_restart_handler(struct notifier_block *nb);
57 static inline int register_pre_restart_handler(struct notifier_block *nb) in register_pre_restart_handler() function
/OK3568_Linux_fs/kernel/kernel/
H A Dreboot.c223 int register_pre_restart_handler(struct notifier_block *nb) in register_pre_restart_handler() function
227 EXPORT_SYMBOL(register_pre_restart_handler);
/OK3568_Linux_fs/kernel/drivers/power/reset/
H A Dreboot-mode.c173 register_pre_restart_handler(&reboot->pre_restart_notifier); in reboot_mode_register()
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-rk3x.c1541 ret = register_pre_restart_handler(&i2c->i2c_restart_nb); in rk3x_i2c_probe()