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" : "");
1202 struct mmc_command *cmd = host->mrq->stop;
1342 if (mrq->stop->opcode == MMC_STOP_TRANSMISSION) {
1349 "unsupported stop CMD%d for CMD%d\n",
1350 mrq->stop->opcode, mrq->cmd->opcode);
1351 mrq->stop->error = -EOPNOTSUPP;
1374 if (!mrq->stop)
1426 (host->wait != USDHI6_WAIT_FOR_DATA_END || !host->mrq->stop);
1453 (host->wait != USDHI6_WAIT_FOR_DATA_END || !host->mrq->stop);
1506 if (mrq->stop)
1507 mrq->stop->error = ret;
1514 mrq->stop->error = 0;
1542 host->mrq->stop &&
1543 !host->mrq->stop->error &&
1702 mrq->stop->error = -ETIMEDOUT;