Home
last modified time | relevance | path

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