Home
last modified time | relevance | path

Searched refs:rn5t618_restart_handler (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/mfd/
H A Drn5t618.c85 static struct notifier_block rn5t618_restart_handler; variable
229 rn5t618_restart_handler.notifier_call = rn5t618_restart; in rn5t618_i2c_probe()
230 rn5t618_restart_handler.priority = 192; in rn5t618_i2c_probe()
232 ret = register_restart_handler(&rn5t618_restart_handler); in rn5t618_i2c_probe()
248 unregister_restart_handler(&rn5t618_restart_handler); in rn5t618_i2c_remove()
/kernel/linux/linux-6.6/drivers/mfd/
H A Drn5t618.c87 static struct notifier_block rn5t618_restart_handler; variable
231 rn5t618_restart_handler.notifier_call = rn5t618_restart; in rn5t618_i2c_probe()
232 rn5t618_restart_handler.priority = 192; in rn5t618_i2c_probe()
234 ret = register_restart_handler(&rn5t618_restart_handler); in rn5t618_i2c_probe()
250 unregister_restart_handler(&rn5t618_restart_handler); in rn5t618_i2c_remove()

Completed in 1 milliseconds