Lines Matching refs:stop
289 struct mmc_command *stop; in atmci_req_show() local
299 stop = mrq->stop; in atmci_req_show()
311 if (stop) in atmci_req_show()
314 stop->opcode, stop->arg, stop->flags, in atmci_req_show()
315 stop->resp[0], stop->resp[1], stop->resp[2], in atmci_req_show()
316 stop->resp[3], stop->error); in atmci_req_show()
728 atmci_send_command(host, data->stop, host->stop_cmdr); in atmci_send_stop_cmd()
1212 if (mrq->stop) { in atmci_start_request()
1213 host->stop_cmdr = atmci_prepare_command(slot->mmc, mrq->stop); in atmci_start_request()
1622 mrq->stop->error = -ENOMEDIUM; in atmci_detect_change()
1634 if (mrq->stop) in atmci_detect_change()
1635 mrq->stop->error = -ENOMEDIUM; in atmci_detect_change()
1746 } else if (host->mrq->stop) { in atmci_tasklet_func()
1779 if (host->mrq->stop) { in atmci_tasklet_func()
1811 atmci_command_complete(host, mrq->stop); in atmci_tasklet_func()
1812 if (mrq->stop->error) { in atmci_tasklet_func()