Home
last modified time | relevance | path

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

/linux/Documentation/driver-api/mmc/
H A Dmmc-async-req.rst56 There are two optional members in the mmc_host_ops -- pre_req() and
60 In the DMA case pre_req() may do dma_map_sg() and prepare the DMA
69 The argument is_first_req in pre_req() indicates that there is no previous
/linux/drivers/net/ethernet/cortina/
H A Dgemini.h683 unsigned int pre_req:5; member
H A Dgemini.c482 .pre_req = 0x1f, in gmac_init()
/linux/include/linux/mmc/
H A Dhost.h172 void (*pre_req)(struct mmc_host *host, struct mmc_request *req); member
/linux/drivers/mmc/core/
H A Dmmc_test.c2136 void *pre_req = test->card->host->ops->pre_req; in mmc_test_rw_multiple_size() local
2140 ((!pre_req && post_req) || (pre_req && !post_req))) { in mmc_test_rw_multiple_size()
/linux/drivers/mmc/host/
H A Djz4740_mmc.c1020 .pre_req = jz4740_mmc_pre_request,
H A Drtsx_pci_sdmmc.c1454 .pre_req = sdmmc_pre_req,
H A Ddw_mmc.c1814 .pre_req = dw_mci_pre_req,
H A Dsdhci.c3082 .pre_req = sdhci_pre_req,