Home
last modified time | relevance | path

Searched refs:pre_req (Results 1 – 5 of 5) 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 Dsdhci.c3082 .pre_req = sdhci_pre_req,