Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/i2c/busses/
H A Di2c-rk3x.c219 * @i2c_restart_nb: make sure the i2c transfer to be finished
253 struct notifier_block i2c_restart_nb; member
1171 struct rk3x_i2c *i2c = container_of(this, struct rk3x_i2c, i2c_restart_nb); in rk3x_i2c_restart_notify()
1324 i2c->i2c_restart_nb.notifier_call = rk3x_i2c_restart_notify; in rk3x_i2c_probe()
1325 i2c->i2c_restart_nb.priority = RK_I2C_RESTART_PRIORITY_VALUE; in rk3x_i2c_probe()
1326 ret = register_pre_restart_handler(&i2c->i2c_restart_nb); in rk3x_i2c_probe()
1449 unregister_pre_restart_handler(&i2c->i2c_restart_nb); in rk3x_i2c_remove()

Completed in 3 milliseconds