Lines Matching defs:index
64 int16_t index;
249 struct I2cMsg *msg = &td->msgs[td->index];
280 struct I2cMsg *msg = &td->msgs[td->index];
282 Hi35xxI2cCmdregSet(hi35xx, (td->index == 0) ? CMD_TX_S : CMD_TX_RS, &offset);
286 if (td->index == 0) {
314 if ((td->index == (td->count - 1)) || (msg->flags & I2C_FLAG_STOP)) {
316 td->index, td->count, msg->flags);
337 int index;
350 for (index = 0; index < HI35XX_I2C_RESCUE_TIMES; index++) {
479 struct I2cMsg *msg = &td->msgs[td->index];
556 td.index = 0;
558 while (td.index < td.count) {
563 td.index++;
565 return (td.index > 0) ? td.index : ret;