Lines Matching refs:stop
916 (mrq->stop && mrq->stop->error))
922 mrq->stop ? mrq->stop->error : 1);
954 if (!mrq->stop)
1021 if (mrq->stop)
1068 data->sg->offset, mrq->stop ? " + stop" : "");
1212 struct mmc_command *cmd = host->mrq->stop;
1352 if (mrq->stop->opcode == MMC_STOP_TRANSMISSION) {
1359 "unsupported stop CMD%d for CMD%d\n",
1360 mrq->stop->opcode, mrq->cmd->opcode);
1361 mrq->stop->error = -EOPNOTSUPP;
1384 if (!mrq->stop)
1436 (host->wait != USDHI6_WAIT_FOR_DATA_END || !host->mrq->stop);
1463 (host->wait != USDHI6_WAIT_FOR_DATA_END || !host->mrq->stop);
1516 if (mrq->stop)
1517 mrq->stop->error = ret;
1524 mrq->stop->error = 0;
1552 host->mrq->stop &&
1553 !host->mrq->stop->error &&
1712 mrq->stop->error = -ETIMEDOUT;