Lines Matching defs:stop_ind
305 enum i2c_state_ind stop_ind;
352 bus->stop_ind = I2C_NO_STATUS_IND;
1046 bus->stop_ind = I2C_SLAVE_RCV_IND;
1061 bus->stop_ind = I2C_NACK_IND;
1069 bus->stop_ind = I2C_NO_STATUS_IND;
1088 bus->stop_ind = I2C_BUS_ERR_IND;
1112 bus->stop_ind = I2C_SLAVE_DONE_IND;
1121 bus->stop_ind = I2C_NO_STATUS_IND;
1147 bus->stop_ind = I2C_SLAVE_RESTART_IND;
1223 bus->stop_ind == I2C_SLAVE_XMIT_IND) ||
1224 bus->stop_ind == I2C_SLAVE_RCV_IND) {
1226 bus->stop_ind = I2C_SLAVE_RESTART_IND;
1231 bus->stop_ind = I2C_SLAVE_XMIT_IND;
1233 bus->stop_ind = I2C_SLAVE_RCV_IND;
1337 bus->stop_ind = ind;
1372 bus->stop_ind = I2C_MASTER_DONE_IND;
1447 bus->stop_ind = I2C_BLOCK_BYTES_ERR_IND;
1462 bus->stop_ind = I2C_BUS_ERR_IND;
1463 npcm_i2c_callback(bus, bus->stop_ind, npcm_i2c_get_index(bus));
1487 bus->stop_ind = I2C_NACK_IND;
1514 npcm_i2c_callback(bus, bus->stop_ind, bus->wr_ind);
1522 bus->stop_ind = I2C_BUS_ERR_IND;
1532 npcm_i2c_callback(bus, bus->stop_ind, npcm_i2c_get_index(bus));
1542 npcm_i2c_callback(bus, bus->stop_ind, bus->rd_ind);
1550 bus->stop_ind = I2C_MASTER_DONE_IND;
1577 bus->stop_ind = I2C_WAKE_UP_IND;