Lines Matching refs:stop
908 (mrq->stop && mrq->stop->error)) in usdhi6_request_done()
914 mrq->stop ? mrq->stop->error : 1); in usdhi6_request_done()
946 if (!mrq->stop) in usdhi6_cmd_flags()
1013 if (mrq->stop) in usdhi6_rq_start()
1060 data->sg->offset, mrq->stop ? " + stop" : ""); in usdhi6_rq_start()
1162 struct mmc_command *cmd = host->mrq->stop; in usdhi6_resp_cmd12()
1302 if (mrq->stop->opcode == MMC_STOP_TRANSMISSION) { in usdhi6_stop_cmd()
1310 mrq->stop->opcode, mrq->cmd->opcode); in usdhi6_stop_cmd()
1311 mrq->stop->error = -EOPNOTSUPP; in usdhi6_stop_cmd()
1334 if (!mrq->stop) in usdhi6_end_cmd()
1386 (host->wait != USDHI6_WAIT_FOR_DATA_END || !host->mrq->stop); in usdhi6_mread_block()
1413 (host->wait != USDHI6_WAIT_FOR_DATA_END || !host->mrq->stop); in usdhi6_mwrite_block()
1466 if (mrq->stop) in usdhi6_sd_bh()
1467 mrq->stop->error = ret; in usdhi6_sd_bh()
1474 mrq->stop->error = 0; in usdhi6_sd_bh()
1502 host->mrq->stop && in usdhi6_sd_bh()
1503 !host->mrq->stop->error && in usdhi6_sd_bh()
1662 mrq->stop->error = -ETIMEDOUT; in usdhi6_timeout_work()