Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/core/
Dcore.h172 if (host->ops->post_req) in mmc_post_req()
173 host->ops->post_req(host, mrq, err); in mmc_post_req()
Dmmc_test.c2130 void *post_req = test->card->host->ops->post_req; in mmc_test_rw_multiple_size() local
2133 ((!pre_req && post_req) || (pre_req && !post_req))) { in mmc_test_rw_multiple_size()
/Linux-v4.19/Documentation/mmc/
Dmmc-async-req.txt48 post_req() -- that the host driver may implement in order to move work
51 descriptor, and post_req() runs the dma_unmap_sg().
/Linux-v4.19/drivers/scsi/
Dhptiop.h367 void (*post_req)(struct hptiop_hba *hba, struct hptiop_request *_req); member
Dhptiop.c357 hba->ops->post_req(hba, &(hba->u.mvfrey.internal_req)); in iop_send_sync_request_mvfrey()
1066 hba->ops->post_req(hba, _req); in hptiop_queuecommand_lck()
1603 .post_req = hptiop_post_req_itl,
1622 .post_req = hptiop_post_req_mv,
1641 .post_req = hptiop_post_req_mvfrey,
/Linux-v4.19/include/linux/mmc/
Dhost.h94 void (*post_req)(struct mmc_host *host, struct mmc_request *req, member
/Linux-v4.19/drivers/mmc/host/
Djz4740_mmc.c943 .post_req = jz4740_mmc_post_request,
Dmeson-gx-mmc.c1173 .post_req = meson_mmc_post_req,
Drtsx_pci_sdmmc.c1322 .post_req = sdmmc_post_req,
Dmmci.c1494 .post_req = mmci_post_request,
Domap_hsmmc.c1792 .post_req = omap_hsmmc_post_req,
Dmtk-sd.c1823 .post_req = msdc_post_req,
Ddw_mmc.c1802 .post_req = dw_mci_post_req,
Dsdhci.c2435 .post_req = sdhci_post_req,