Lines Matching refs:stop
288 struct mmc_command *stop; in atmci_req_show() local
298 stop = mrq->stop; in atmci_req_show()
310 if (stop) in atmci_req_show()
313 stop->opcode, stop->arg, stop->flags, in atmci_req_show()
314 stop->resp[0], stop->resp[1], stop->resp[2], in atmci_req_show()
315 stop->resp[3], stop->error); in atmci_req_show()
727 atmci_send_command(host, data->stop, host->stop_cmdr); in atmci_send_stop_cmd()
1211 if (mrq->stop) { in atmci_start_request()
1212 host->stop_cmdr = atmci_prepare_command(slot->mmc, mrq->stop); in atmci_start_request()
1621 mrq->stop->error = -ENOMEDIUM; in atmci_detect_change()
1633 if (mrq->stop) in atmci_detect_change()
1634 mrq->stop->error = -ENOMEDIUM; in atmci_detect_change()
1745 } else if (host->mrq->stop) { in atmci_tasklet_func()
1778 if (host->mrq->stop) { in atmci_tasklet_func()
1810 atmci_command_complete(host, mrq->stop); in atmci_tasklet_func()
1811 if (mrq->stop->error) { in atmci_tasklet_func()