Home
last modified time | relevance | path

Searched refs:pre_req (Results 1 – 6 of 6) 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.c485 .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/host/
H A Drenesas_sdhi_internal_dmac.c561 host->ops.pre_req = renesas_sdhi_internal_dmac_pre_req; in renesas_sdhi_internal_dmac_request_dma()
/linux/drivers/mmc/core/
H A Dmmc_test.c2141 void *pre_req = test->card->host->ops->pre_req; in mmc_test_rw_multiple_size() local
2145 ((!pre_req && post_req) || (pre_req && !post_req))) { in mmc_test_rw_multiple_size()