Searched refs:mmc_wait_for_req (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/mmc/core/ |
H A D | sd_ops.c | 105 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 D | mmc_ops.c | 330 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 D | sdio_ops.c | 176 mmc_wait_for_req(card->host, &mrq); in mmc_io_rw_extended()
|
H A D | core.c | 591 * 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 D | mmc_test.c | 307 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 D | block.c | 618 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 D | sd.c | 1079 mmc_wait_for_req(host, &mrq); in sd_write_ext_reg()
|
/linux/include/linux/mmc/ |
H A D | core.h | 180 void mmc_wait_for_req(struct mmc_host *host, struct mmc_request *mrq);
|
/linux/Documentation/driver-api/mmc/ |
H A D | mmc-async-req.rst | 18 Using mmc_wait_for_req(), the MMC controller is idle while dma_map_sg and
|
/linux/drivers/net/wireless/ath/ath6kl/ |
H A D | sdio.c | 325 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 D | bcmsdh.c | 351 mmc_wait_for_req(func->card->host, mr); in mmc_submit_one()
|