Lines Matching defs:error
856 if (!data->error)
861 if (data->stop && (data->error || !host->mrq->sbc))
874 !host->mrq->sbc->error && !(host->flags & AUTO_CMD23)) {
896 if ((host->data == NULL && !host->response_busy) || cmd->error)
908 host->data->error = errno;
929 * Readable error output
1006 host->cmd->error = err;
1013 host->mrq->cmd->error = err;
1020 int error = 0;
1046 error = -ETIMEDOUT;
1048 error = -EILSEQ;
1049 host->mrq->sbc->error = error;
1050 hsmmc_command_incomplete(host, error, end_cmd);
1258 * Return error for blksz which is non multiple of four.
1435 req->cmd->error = err;
1437 req->data->error = err;