Searched refs:sc_buffer (Results 1 – 1 of 1) sorted by relevance
89 struct iic_msg* sc_buffer; member229 if (sc->sc_buffer->flags & IIC_M_RD) { in ti_i2c_transfer_intr()251 sc->sc_buffer->len - sc->sc_buffer_pos); in ti_i2c_transfer_intr()256 sc->sc_buffer->buf[sc->sc_buffer_pos++] = in ti_i2c_transfer_intr()341 if (sc->sc_buffer != NULL) in ti_i2c_intr()390 sc->sc_buffer = &msgs[i]; in ti_i2c_transfer()395 if (sc->sc_buffer == NULL || sc->sc_buffer->buf == NULL || in ti_i2c_transfer()396 sc->sc_buffer->len == 0) { in ti_i2c_transfer()419 if (sc->sc_buffer->flags & IIC_M_NOSTOP) in ti_i2c_transfer()436 if ((sc->sc_buffer->flags & IIC_M_RD) == 0) in ti_i2c_transfer()[all …]