Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/mmc/core/
Dcore.h114 void mmc_wait_for_req_done(struct mmc_host *host, struct mmc_request *mrq);
Dcore.c397 void mmc_wait_for_req_done(struct mmc_host *host, struct mmc_request *mrq) in mmc_wait_for_req_done() function
421 EXPORT_SYMBOL(mmc_wait_for_req_done);
612 mmc_wait_for_req_done(host, mrq); in mmc_wait_for_req()
Dmmc_test.c2426 mmc_wait_for_req_done(test->card->host, mrq); in mmc_test_ongoing_transfer()