Lines Matching refs:mrq
114 struct mmc_request *mrq; member
122 struct mmc_request * mrq; member
253 rq = next_slot->mrq; in mmc_omap_slot_release_work()
254 next_slot->mrq = NULL; in mmc_omap_slot_release_work()
280 if (host->slots[i] == NULL || host->slots[i]->mrq == NULL) in mmc_omap_release_slot()
461 host->mrq = NULL; in mmc_omap_xfer_done()
464 mmc_request_done(mmc, data->mrq); in mmc_omap_xfer_done()
586 host->mrq = NULL; in mmc_omap_cmd_done()
589 mmc_request_done(mmc, cmd->mrq); in mmc_omap_cmd_done()
617 host->mrq = NULL; in mmc_omap_abort_command()
620 mmc_request_done(mmc, cmd->mrq); in mmc_omap_abort_command()
1068 BUG_ON(host->mrq != NULL); in mmc_omap_start_request()
1070 host->mrq = req; in mmc_omap_start_request()
1091 BUG_ON(slot->mrq != NULL); in mmc_omap_request()
1092 slot->mrq = req; in mmc_omap_request()