Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mmc/core/
Dcore.h167 if (host->ops->post_req) in mmc_post_req()
168 host->ops->post_req(host, mrq, err); in mmc_post_req()
Dmmc_test.c2139 void *post_req = test->card->host->ops->post_req; in mmc_test_rw_multiple_size() local
2142 ((!pre_req && post_req) || (pre_req && !post_req))) { in mmc_test_rw_multiple_size()
/linux-6.1.9/drivers/mmc/host/
Dmmc_hsq.c250 if (mmc->ops->post_req) in mmc_hsq_post_req()
251 mmc->ops->post_req(mmc, mrq, 0); in mmc_hsq_post_req()
Drenesas_sdhi_internal_dmac.c524 host->ops.post_req = renesas_sdhi_internal_dmac_post_req; in renesas_sdhi_internal_dmac_request_dma()
Dalcor.c954 .post_req = alcor_post_req,
Djz4740_mmc.c984 .post_req = jz4740_mmc_post_request,
Dmeson-gx-mmc.c1167 .post_req = meson_mmc_post_req,
Drtsx_pci_sdmmc.c1402 .post_req = sdmmc_post_req,
Domap_hsmmc.c1622 .post_req = omap_hsmmc_post_req,
Dmmci.c1891 .post_req = mmci_post_request,
Ddw_mmc.c1811 .post_req = dw_mci_post_req,
Dmtk-sd.c2501 .post_req = msdc_post_req,
Dsdhci.c3076 .post_req = sdhci_post_req,
/linux-6.1.9/Documentation/driver-api/mmc/
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-6.1.9/drivers/scsi/
Dhptiop.h359 void (*post_req)(struct hptiop_hba *hba, struct hptiop_request *_req); member
Dhptiop.c349 hba->ops->post_req(hba, &(hba->u.mvfrey.internal_req)); in iop_send_sync_request_mvfrey()
1050 hba->ops->post_req(hba, _req); in hptiop_queuecommand_lck()
1593 .post_req = hptiop_post_req_itl,
1612 .post_req = hptiop_post_req_mv,
1631 .post_req = hptiop_post_req_mvfrey,
/linux-6.1.9/include/linux/mmc/
Dhost.h124 void (*post_req)(struct mmc_host *host, struct mmc_request *req, member