Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-digicolor.c54 unsigned int msgbuf_ptr; member
99 dc_i2c_write_byte(i2c, i2c->msg->buf[i2c->msgbuf_ptr++]); in dc_i2c_write_buf()
104 bool last = (i2c->msgbuf_ptr + 1 == i2c->msg->len); in dc_i2c_next_read()
125 i2c->msg->buf[i2c->msgbuf_ptr++] = dc_i2c_read_byte(i2c); in dc_i2c_read_buf()
191 if (i2c->msgbuf_ptr < i2c->msg->len) in dc_i2c_irq()
197 if (i2c->msgbuf_ptr < i2c->msg->len) in dc_i2c_irq()
221 i2c->msgbuf_ptr = 0; in dc_i2c_xfer_msg()