/kernel/linux/linux-5.10/drivers/mmc/core/ |
H A D | core.h | 164 if (host->ops->post_req) in mmc_post_req() 165 host->ops->post_req(host, mrq, err); in mmc_post_req()
|
H A D | mmc_test.c | 2154 void *post_req = test->card->host->ops->post_req; in mmc_test_rw_multiple_size() local 2157 ((!pre_req && post_req) || (pre_req && !post_req))) { in mmc_test_rw_multiple_size()
|
/kernel/linux/linux-6.6/drivers/mmc/core/ |
H A D | core.h | 182 if (host->ops->post_req) in mmc_post_req() 183 host->ops->post_req(host, mrq, err); in mmc_post_req()
|
H A D | mmc_test.c | 2134 void *post_req = test->card->host->ops->post_req; in mmc_test_rw_multiple_size() local 2137 ((!pre_req && post_req) || (pre_req && !post_req))) { in mmc_test_rw_multiple_size()
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | mmc_hsq.c | 250 if (mmc->ops->post_req) in mmc_hsq_post_req() 251 mmc->ops->post_req(mmc, mrq, 0); in mmc_hsq_post_req()
|
H A D | alcor.c | 954 .post_req = alcor_post_req,
|
H A D | meson-gx-mmc.c | 1111 .post_req = meson_mmc_post_req,
|
H A D | jz4740_mmc.c | 130 * is in-flight. This is used via the pre_req/post_req hooks. 131 * This driver uses the pre_req/post_req hooks to map/unmap the mmc_request. 137 * and should be unmapped in post_req. 972 .post_req = jz4740_mmc_post_request,
|
H A D | mmci.c | 1889 .post_req = mmci_post_request,
|
H A D | rtsx_pci_sdmmc.c | 1333 .post_req = sdmmc_post_req,
|
H A D | omap_hsmmc.c | 1662 .post_req = omap_hsmmc_post_req,
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | mmc_hsq.c | 235 if (mmc->ops->post_req) in mmc_hsq_post_req() 236 mmc->ops->post_req(mmc, mrq, 0); in mmc_hsq_post_req()
|
H A D | renesas_sdhi_internal_dmac.c | 553 /* Add pre_req and post_req */ in renesas_sdhi_internal_dmac_request_dma() 555 host->ops.post_req = renesas_sdhi_internal_dmac_post_req; in renesas_sdhi_internal_dmac_request_dma()
|
H A D | alcor.c | 954 .post_req = alcor_post_req,
|
H A D | meson-gx-mmc.c | 1130 .post_req = meson_mmc_post_req,
|
H A D | jz4740_mmc.c | 131 * is in-flight. This is used via the pre_req/post_req hooks. 132 * This driver uses the pre_req/post_req hooks to map/unmap the mmc_request. 138 * and should be unmapped in post_req. 1019 .post_req = jz4740_mmc_post_request,
|
H A D | rtsx_pci_sdmmc.c | 1402 .post_req = sdmmc_post_req,
|
H A D | omap_hsmmc.c | 1622 .post_req = omap_hsmmc_post_req,
|
H A D | mmci.c | 2047 .post_req = mmci_post_request,
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | hptiop.c | 349 hba->ops->post_req(hba, &(hba->u.mvfrey.internal_req)); in iop_send_sync_request_mvfrey() 1058 hba->ops->post_req(hba, _req); in hptiop_queuecommand_lck() 1598 .post_req = hptiop_post_req_itl, 1617 .post_req = hptiop_post_req_mv, 1636 .post_req = hptiop_post_req_mvfrey,
|
H A D | hptiop.h | 359 void (*post_req)(struct hptiop_hba *hba, struct hptiop_request *_req); member
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | hptiop.c | 349 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,
|
H A D | hptiop.h | 359 void (*post_req)(struct hptiop_hba *hba, struct hptiop_request *_req); member
|
/kernel/linux/linux-5.10/include/linux/mmc/ |
H A D | host.h | 84 * It is optional for the host to implement pre_req and post_req in 87 * pre_req() must always be followed by a post_req(). 88 * To undo a call made to pre_req(), call post_req() with 91 void (*post_req)(struct mmc_host *host, struct mmc_request *req, member
|
/kernel/linux/linux-6.6/include/linux/mmc/ |
H A D | host.h | 117 * 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
|