Lines Matching defs:stop
284 * @stop_cmdr: Value to be loaded into CMDR when the stop command is
309 * @stop_transfer: function to stop data transfer which depends on MCI
446 struct mmc_command *stop;
456 stop = mrq->stop;
468 if (stop)
471 stop->opcode, stop->arg, stop->flags,
472 stop->resp[0], stop->resp[1], stop->resp[2],
473 stop->resp[3], stop->error);
876 dev_dbg(&host->pdev->dev, "send stop command\n");
877 atmci_send_command(host, data->stop, host->stop_cmdr);
1012 * to send the stop command or waiting for NBUSY in this case.
1353 if (mrq->stop) {
1354 host->stop_cmdr = atmci_prepare_command(slot->mmc, mrq->stop);
1364 * conditions (e.g. command and data complete, but stop not
1737 mrq->stop->error = -ENOMEDIUM;
1749 if (mrq->stop)
1750 mrq->stop->error = -ENOMEDIUM;
1861 } else if (host->mrq->stop) {
1875 * requiring waiting not busy signal (stop command
1877 * we need to send a stop command.
1890 * there is data transfer, there is no stop
1893 if (host->mrq->stop) {
1912 * sending stop again.
1923 atmci_command_complete(host, mrq->stop);
1924 if (mrq->stop->error) {
2199 * data transmission if you have not sent a stop command.