Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/i2c/busses/
Di2c-efm32.c127 size_t current_word, current_msg; member
144 struct i2c_msg *cur_msg = &ddata->msgs[ddata->current_msg]; in efm32_i2c_send_next_msg()
152 struct i2c_msg *cur_msg = &ddata->msgs[ddata->current_msg]; in efm32_i2c_send_next_byte()
157 ddata->current_msg += 1; in efm32_i2c_send_next_byte()
159 if (ddata->current_msg >= ddata->num_msgs) { in efm32_i2c_send_next_byte()
173 struct i2c_msg *cur_msg = &ddata->msgs[ddata->current_msg]; in efm32_i2c_recv_next_byte()
180 ddata->current_msg += 1; in efm32_i2c_recv_next_byte()
184 if (ddata->current_msg >= ddata->num_msgs) { in efm32_i2c_recv_next_byte()
198 struct i2c_msg *cur_msg = &ddata->msgs[ddata->current_msg]; in efm32_i2c_irq()
269 ddata->current_msg = 0; in efm32_i2c_master_xfer()
[all …]
/linux-4.19.296/drivers/s390/char/
Dsclp_rw.c128 buffer->current_msg = msg; in sclp_initialize_mto()
150 msg = buffer->current_msg; in sclp_finalize_mto()
166 buffer->current_msg = NULL; in sclp_finalize_mto()
224 buffer->current_msg->mdb.go.general_msg_flags |= in sclp_write()
Dsclp_rw.h69 struct msg_buf *current_msg; member