Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-rk3x.c189 * @is_last_msg: flag determines whether it is the last msg in this transfer
218 bool is_last_msg; member
276 if (i2c->is_last_msg) { in rk3x_i2c_stop()
1073 i2c->is_last_msg = false; in rk3x_i2c_xfer_common()
1088 i2c->is_last_msg = true; in rk3x_i2c_xfer_common()
H A Di2c-sprd.c246 struct i2c_msg *msg, bool is_last_msg) in sprd_i2c_handle_msg()
265 sprd_i2c_send_stop(i2c_dev, !!is_last_msg); in sprd_i2c_handle_msg()
245 sprd_i2c_handle_msg(struct i2c_adapter *i2c_adap, struct i2c_msg *msg, bool is_last_msg) sprd_i2c_handle_msg() argument
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-rk3x.c189 * @is_last_msg: flag determines whether it is the last msg in this transfer
218 bool is_last_msg; member
276 if (i2c->is_last_msg) { in rk3x_i2c_stop()
1073 i2c->is_last_msg = false; in rk3x_i2c_xfer_common()
1088 i2c->is_last_msg = true; in rk3x_i2c_xfer_common()
H A Di2c-sprd.c245 struct i2c_msg *msg, bool is_last_msg) in sprd_i2c_handle_msg()
264 sprd_i2c_send_stop(i2c_dev, !!is_last_msg); in sprd_i2c_handle_msg()
244 sprd_i2c_handle_msg(struct i2c_adapter *i2c_adap, struct i2c_msg *msg, bool is_last_msg) sprd_i2c_handle_msg() argument

Completed in 6 milliseconds