Lines Matching defs:stop_ind
287 enum i2c_state_ind stop_ind;
333 bus->stop_ind = I2C_NO_STATUS_IND;
1025 bus->stop_ind = I2C_SLAVE_RCV_IND;
1040 bus->stop_ind = I2C_NACK_IND;
1048 bus->stop_ind = I2C_NO_STATUS_IND;
1067 bus->stop_ind = I2C_BUS_ERR_IND;
1091 bus->stop_ind = I2C_SLAVE_DONE_IND;
1100 bus->stop_ind = I2C_NO_STATUS_IND;
1126 bus->stop_ind = I2C_SLAVE_RESTART_IND;
1202 bus->stop_ind == I2C_SLAVE_XMIT_IND) ||
1203 bus->stop_ind == I2C_SLAVE_RCV_IND) {
1205 bus->stop_ind = I2C_SLAVE_RESTART_IND;
1210 bus->stop_ind = I2C_SLAVE_XMIT_IND;
1212 bus->stop_ind = I2C_SLAVE_RCV_IND;
1316 bus->stop_ind = ind;
1351 bus->stop_ind = I2C_MASTER_DONE_IND;
1426 bus->stop_ind = I2C_BLOCK_BYTES_ERR_IND;
1441 bus->stop_ind = I2C_BUS_ERR_IND;
1442 npcm_i2c_callback(bus, bus->stop_ind, npcm_i2c_get_index(bus));
1466 bus->stop_ind = I2C_NACK_IND;
1493 npcm_i2c_callback(bus, bus->stop_ind, bus->wr_ind);
1501 bus->stop_ind = I2C_BUS_ERR_IND;
1511 npcm_i2c_callback(bus, bus->stop_ind, npcm_i2c_get_index(bus));
1521 npcm_i2c_callback(bus, bus->stop_ind, bus->rd_ind);
1529 bus->stop_ind = I2C_MASTER_DONE_IND;
1556 bus->stop_ind = I2C_WAKE_UP_IND;