Home
last modified time | relevance | path

Searched refs:ongoing_mrq (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dcore.c156 if (host->ongoing_mrq == mrq) in mmc_request_done()
157 host->ongoing_mrq = NULL; in mmc_request_done()
175 if (!host->ongoing_mrq) in mmc_request_done()
247 host->ongoing_mrq = mrq; in __mmc_start_request()
367 struct mmc_request *ongoing_mrq = READ_ONCE(host->ongoing_mrq); in mmc_wait_ongoing_tfr_cmd() local
373 if (ongoing_mrq && !completion_done(&ongoing_mrq->cmd_completion)) in mmc_wait_ongoing_tfr_cmd()
374 wait_for_completion(&ongoing_mrq->cmd_completion); in mmc_wait_ongoing_tfr_cmd()
/OK3568_Linux_fs/kernel/include/linux/mmc/
H A Dhost.h467 struct mmc_request *ongoing_mrq; member