Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/core/
Dsd_ops.c80 mmc_wait_for_req(host, &mrq); in mmc_wait_for_app_cmd()
249 mmc_wait_for_req(card->host, &mrq); in mmc_app_send_scr()
296 mmc_wait_for_req(card->host, &mrq); in mmc_sd_switch()
337 mmc_wait_for_req(card->host, &mrq); in mmc_app_sd_status()
Dmmc_ops.c289 mmc_wait_for_req(host, &mrq); in mmc_send_cxd_data()
685 mmc_wait_for_req(host, &mrq); in mmc_send_tuning()
792 mmc_wait_for_req(host, &mrq); in mmc_send_bus_test()
Dsdio_ops.c176 mmc_wait_for_req(card->host, &mrq); in mmc_io_rw_extended()
Dcore.c602 void mmc_wait_for_req(struct mmc_host *host, struct mmc_request *mrq) in mmc_wait_for_req() function
609 EXPORT_SYMBOL(mmc_wait_for_req);
633 mmc_wait_for_req(host, &mrq); in mmc_wait_for_cmd()
Dmmc_test.c308 mmc_wait_for_req(test->card->host, &mrq); in mmc_test_buffer_transfer()
904 mmc_wait_for_req(test->card->host, &mrq); in mmc_test_simple_transfer()
933 mmc_wait_for_req(test->card->host, &mrq); in mmc_test_broken_transfer()
2413 mmc_wait_for_req(host, mrq); in mmc_test_ongoing_transfer()
Dblock.c543 mmc_wait_for_req(card->host, &mrq); in __mmc_blk_ioctl_cmd()
908 mmc_wait_for_req(card->host, &mrq); in mmc_sd_num_wr_blocks()
1659 mmc_wait_for_req(host, mrq); in mmc_blk_read_single()
/kernel/linux/linux-5.10/include/linux/mmc/
Dcore.h169 void mmc_wait_for_req(struct mmc_host *host, struct mmc_request *mrq);
/kernel/linux/linux-5.10/Documentation/driver-api/mmc/
Dmmc-async-req.rst18 Using mmc_wait_for_req(), the MMC controller is idle while dma_map_sg and
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dbcmsdh.c350 mmc_wait_for_req(func->card->host, mr); in mmc_submit_one()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
Dsdio.c325 mmc_wait_for_req(ar_sdio->func->card->host, &mmc_req); in ath6kl_sdio_scat_rw()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch1819 mmc_wait_for_req(card->host, &mrq);
2063 - mmc_wait_for_req(host, mrq);
2064 + mmc_wait_for_req(host, mrq);
5000 mmc_wait_for_req(card->host, &mrq);
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch48833 + mmc_wait_for_req(card->host, &mrq);