Home
last modified time | relevance | path

Searched refs:mmc_is_req_done (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/mmc/core/
H A Dcore.h115 bool mmc_is_req_done(struct mmc_host *host, struct mmc_request *mrq);
H A Dcore.c589 bool mmc_is_req_done(struct mmc_host *host, struct mmc_request *mrq) in mmc_is_req_done() function
593 EXPORT_SYMBOL(mmc_is_req_done);
H A Dmmc_test.c2410 if (mmc_is_req_done(host, mrq)) in mmc_test_ongoing_transfer()