Lines Matching defs:stop
250 * @stop_cmdr: Value to be loaded into CMDR when the stop command is
275 * @stop_transfer: function to stop data transfer which depends on MCI
414 struct mmc_command *stop;
424 stop = mrq->stop;
436 if (stop)
439 stop->opcode, stop->arg, stop->flags,
440 stop->resp[0], stop->resp[1], stop->resp[2],
441 stop->resp[3], stop->error);
832 dev_dbg(&host->pdev->dev, "send stop command\n");
833 atmci_send_command(host, data->stop, host->stop_cmdr);
968 * to send the stop command or waiting for NBUSY in this case.
1310 if (mrq->stop) {
1311 host->stop_cmdr = atmci_prepare_command(slot->mmc, mrq->stop);
1321 * conditions (e.g. command and data complete, but stop not
1696 mrq->stop->error = -ENOMEDIUM;
1708 if (mrq->stop)
1709 mrq->stop->error = -ENOMEDIUM;
1820 } else if (host->mrq->stop) {
1834 * requiring waiting not busy signal (stop command
1836 * we need to send a stop command.
1849 * there is data transfer, there is no stop
1852 if (host->mrq->stop) {
1871 * sending stop again.
1882 atmci_command_complete(host, mrq->stop);
1883 if (mrq->stop->error) {
2158 * data transmission if you have not sent a stop command.