Home
last modified time | relevance | path

Searched refs:pre_req (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/Documentation/mmc/
Dmmc-async-req.txt47 There are two optional members in the mmc_host_ops -- pre_req() and
50 In the DMA case pre_req() may do dma_map_sg() and prepare the DMA
58 The argument is_first_req in pre_req() indicates that there is no previous
/linux-4.1.27/include/linux/mmc/
Dhost.h92 void (*pre_req)(struct mmc_host *host, struct mmc_request *req, member
/linux-4.1.27/drivers/mmc/card/
Dmmc_test.c2151 void *pre_req = test->card->host->ops->pre_req; in mmc_test_rw_multiple_size() local
2155 ((!pre_req && post_req) || (pre_req && !post_req))) { in mmc_test_rw_multiple_size()
/linux-4.1.27/drivers/mmc/core/
Dcore.c494 if (host->ops->pre_req) { in mmc_pre_req()
496 host->ops->pre_req(host, mrq, is_first_req); in mmc_pre_req()
/linux-4.1.27/drivers/mmc/host/
Djz4740_mmc.c904 .pre_req = jz4740_mmc_pre_request,
Drtsx_pci_sdmmc.c1325 .pre_req = sdmmc_pre_req,
Dmmci.c1472 .pre_req = mmci_pre_request,
Domap_hsmmc.c1763 .pre_req = omap_hsmmc_pre_req,
Ddw_mmc.c1440 .pre_req = dw_mci_pre_req,
Dsdhci.c2230 .pre_req = sdhci_pre_req,