Searched refs:post_req (Results 1 - 16 of 16) sorted by relevance

/linux-master/drivers/mmc/core/
H A Dcore.h182 if (host->ops->post_req)
183 host->ops->post_req(host, mrq, err);
H A Dmmc_test.c2147 void *post_req = test->card->host->ops->post_req; local
2150 ((!pre_req && post_req) || (pre_req && !post_req))) {
/linux-master/drivers/mmc/host/
H A Dmmc_hsq.c256 if (mmc->ops->post_req)
257 mmc->ops->post_req(mmc, mrq, 0);
H A Drenesas_sdhi_internal_dmac.c553 /* Add pre_req and post_req */
555 host->ops.post_req = renesas_sdhi_internal_dmac_post_req;
H A Dalcor.c954 .post_req = alcor_post_req,
H A Djz4740_mmc.c132 * is in-flight. This is used via the pre_req/post_req hooks.
133 * This driver uses the pre_req/post_req hooks to map/unmap the mmc_request.
139 * and should be unmapped in post_req.
1020 .post_req = jz4740_mmc_post_request,
H A Dmeson-gx-mmc.c1130 .post_req = meson_mmc_post_req,
H A Domap_hsmmc.c1622 .post_req = omap_hsmmc_post_req,
H A Drtsx_pci_sdmmc.c1417 .post_req = sdmmc_post_req,
H A Dmmci.c2103 .post_req = mmci_post_request,
H A Dsdhci.c3053 .post_req = sdhci_post_req,
H A Dmtk-sd.c2610 .post_req = msdc_post_req,
H A Ddw_mmc.c1809 .post_req = dw_mci_post_req,
/linux-master/drivers/scsi/
H A Dhptiop.h359 void (*post_req)(struct hptiop_hba *hba, struct hptiop_request *_req); member in struct:hptiop_adapter_ops
H A Dhptiop.c349 hba->ops->post_req(hba, &(hba->u.mvfrey.internal_req));
1050 hba->ops->post_req(hba, _req);
1593 .post_req = hptiop_post_req_itl,
1612 .post_req = hptiop_post_req_mv,
1631 .post_req = hptiop_post_req_mvfrey,
/linux-master/include/linux/mmc/
H A Dhost.h117 * It is optional for the host to implement pre_req and post_req in
120 * pre_req() must always be followed by a post_req().
121 * To undo a call made to pre_req(), call post_req() with
124 void (*post_req)(struct mmc_host *host, struct mmc_request *req, member in struct:mmc_host_ops

Completed in 227 milliseconds