Lines Matching refs:status
138 * After wake and after execution of a command, there will be error, status, or
143 static int atmel_i2c_status(struct device *dev, u8 *status)
147 u8 err_id = status[1];
149 if (*status != STATUS_SIZE)
171 u8 status[STATUS_RSP_SIZE];
188 ret = i2c_master_recv(client, status, STATUS_SIZE);
192 return atmel_i2c_status(&client->dev, status);
260 int status;
262 status = atmel_i2c_send_receive(client, cmd);
263 work_data->cbk(work_data, work_data->areq, status);
270 void *areq, int status),