Lines Matching refs:status
70 #define I2C_SR_STATUS (0x3 << 2) /* controller status */
446 int status = 0;
483 status = -ETIMEDOUT;
485 return status;
515 u32 status = 0;
563 status = -ETIMEDOUT;
566 return status;
576 int status;
581 status = read_i2c(dev, flags);
585 status = write_i2c(dev, flags);
588 if (status || (dev->result)) {
594 * Check if the controller I2C operation status
608 status = status ? status : dev->result;
611 return status;
664 int status = 0;
683 status = nmk_i2c_xfer_one(dev, msgs[i].flags);
684 if (status != 0)
687 if (status == 0)
694 if (status)
695 return status;
735 /* read interrupt status register */
835 /* get the status */