Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-rk3x.c248 struct notifier_block i2c_restart_nb; member
1278 i2c_restart_nb); in rk3x_i2c_restart_notify()
1539 i2c->i2c_restart_nb.notifier_call = rk3x_i2c_restart_notify; in rk3x_i2c_probe()
1540 i2c->i2c_restart_nb.priority = 128; in rk3x_i2c_probe()
1541 ret = register_pre_restart_handler(&i2c->i2c_restart_nb); in rk3x_i2c_probe()
1679 unregister_pre_restart_handler(&i2c->i2c_restart_nb); in rk3x_i2c_remove()