Lines Matching defs:error
407 int error;
1051 cmd->error = 0;
1055 cmd->error = -EILSEQ;
1056 host->error |= REQ_STOP_EIO;
1058 cmd->error = -ETIMEDOUT;
1059 host->error |= REQ_STOP_TMO;
1063 __func__, cmd->opcode, cmd->arg, rsp[0], cmd->error);
1065 return cmd->error;
1097 if (host->error)
1098 dev_dbg(host->dev, "%s: cmd=%d arg=%08X; host->error=0x%08X\n",
1099 __func__, cmd->opcode, cmd->arg, host->error);
1119 if (host->error)
1140 sbc_error = mrq->sbc && mrq->sbc->error;
1176 * CRC error.
1180 cmd->error = -EILSEQ;
1181 host->error |= REQ_CMD_EIO;
1183 cmd->error = -ETIMEDOUT;
1184 host->error |= REQ_CMD_TMO;
1187 if (cmd->error)
1191 cmd->error);
1212 host->error |= REQ_CMD_BUSY;
1225 host->error |= REQ_CMD_BUSY;
1252 cmd->error = 0;
1266 if ((cmd->error &&
1267 !(cmd->error == -EILSEQ &&
1270 (mrq->sbc && mrq->sbc->error))
1284 host->error = 0;
1332 if (mmc_op_multi(mrq->cmd->opcode) && mrq->stop && !mrq->stop->error &&
1360 if (check_data || (stop && stop->error)) {
1370 if ((events & MSDC_INT_XFER_COMPL) && (!stop || !stop->error)) {
1375 host->error |= REQ_DAT_ERR;
1379 data->error = -ETIMEDOUT;
1381 data->error = -EILSEQ;
1386 (int)data->error, data->bytes_xfered);
1432 dev_dbg(host->dev, "Regulator set error %d (%d)\n",
1861 dev_err(host->dev, "phase error: [map:%x]\n", delay);