Lines Matching refs:mrq
115 struct mmc_request *mrq; member
243 host->mrq = NULL; in goldfish_mmc_xfer_done()
244 mmc_request_done(host->mmc, data->mrq); in goldfish_mmc_xfer_done()
285 host->mrq = NULL; in goldfish_mmc_cmd_done()
286 mmc_request_done(host->mmc, cmd->mrq); in goldfish_mmc_cmd_done()
319 struct mmc_request *mrq = host->mrq; in goldfish_mmc_irq() local
320 mrq->cmd->error = -ETIMEDOUT; in goldfish_mmc_irq()
321 host->mrq = NULL; in goldfish_mmc_irq()
322 mmc_request_done(host->mmc, mrq); in goldfish_mmc_irq()
417 WARN_ON(host->mrq != NULL); in goldfish_mmc_request()
419 host->mrq = req; in goldfish_mmc_request()