Lines Matching refs:status
36 /* bits in i2c status byte */
176 s32 status;
200 /* wait until status indicates data is ready */
209 status = i2c_smbus_read_byte(data->client);
210 if (status < 0) {
212 "error while reading, status: %d\n",
213 status);
214 return status;
216 if (!(status & MPR_I2C_BUSY))
238 * it should never be the case that status still indicates