Home
last modified time | relevance | path

Searched refs:post_req (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/driver-api/mmc/
H A Dmmc-async-req.rst57 post_req() -- that the host driver may implement in order to move work
61 descriptor, and post_req() runs the dma_unmap_sg().
/linux/drivers/mmc/host/
H A Dmmc_hsq.c256 if (mmc->ops->post_req) in mmc_hsq_post_req()
257 mmc->ops->post_req(mmc, mrq, 0); in mmc_hsq_post_req()
H A Dsdhci.c3081 .post_req = sdhci_post_req,
/linux/drivers/scsi/
H A Dhptiop.h359 void (*post_req)(struct hptiop_hba *hba, struct hptiop_request *_req); member
/linux/include/linux/mmc/
H A Dhost.h170 void (*post_req)(struct mmc_host *host, struct mmc_request *req, member