Home
last modified time | relevance | path

Searched refs:mmc_wait_for_req (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/mmc/core/
H A Dsd_ops.c105 mmc_wait_for_req(host, &mrq); in mmc_wait_for_app_cmd()
348 mmc_wait_for_req(card->host, &mrq); in mmc_app_send_scr()
411 mmc_wait_for_req(card->host, &mrq); in mmc_app_sd_status()
H A Dmmc_ops.c330 mmc_wait_for_req(host, &mrq); in mmc_send_adtc_data()
721 mmc_wait_for_req(host, &mrq); in mmc_send_tuning()
828 mmc_wait_for_req(host, &mrq); in mmc_send_bus_test()
H A Dsdio_ops.c176 mmc_wait_for_req(card->host, &mrq); in mmc_io_rw_extended()
H A Dcore.c591 * either in between calls to mmc_start_req(), or after mmc_wait_for_req()
602 * mmc_wait_for_req - start a request and wait for completion
613 void mmc_wait_for_req(struct mmc_host *host, struct mmc_request *mrq) in mmc_wait_for_req() function
620 EXPORT_SYMBOL(mmc_wait_for_req);
644 mmc_wait_for_req(host, &mrq); in mmc_wait_for_cmd()
H A Dmmc_test.c307 mmc_wait_for_req(test->card->host, &mrq); in mmc_test_buffer_transfer()
889 mmc_wait_for_req(test->card->host, &mrq); in mmc_test_simple_transfer()
918 mmc_wait_for_req(test->card->host, &mrq); in mmc_test_broken_transfer()
2405 mmc_wait_for_req(host, mrq); in mmc_test_ongoing_transfer()
H A Dblock.c618 mmc_wait_for_req(card->host, &mrq); in __mmc_blk_ioctl_cmd()
1031 mmc_wait_for_req(card->host, &mrq); in mmc_sd_num_wr_blocks()
1841 mmc_wait_for_req(host, mrq); in mmc_blk_read_single()
H A Dsd.c1079 mmc_wait_for_req(host, &mrq); in sd_write_ext_reg()
/linux/include/linux/mmc/
H A Dcore.h180 void mmc_wait_for_req(struct mmc_host *host, struct mmc_request *mrq);
/linux/Documentation/driver-api/mmc/
H A Dmmc-async-req.rst18 Using mmc_wait_for_req(), the MMC controller is idle while dma_map_sg and
/linux/drivers/net/wireless/ath/ath6kl/
H A Dsdio.c325 mmc_wait_for_req(ar_sdio->func->card->host, &mmc_req); in ath6kl_sdio_scat_rw()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dbcmsdh.c351 mmc_wait_for_req(func->card->host, mr); in mmc_submit_one()