Searched refs:post_req (Results 1 – 17 of 17) sorted by relevance
/linux/drivers/mmc/core/ |
A D | core.h | 167 if (host->ops->post_req) in mmc_post_req() 168 host->ops->post_req(host, mrq, err); in mmc_post_req()
|
A D | mmc_test.c | 2139 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/drivers/mmc/host/ |
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()
|
A D | renesas_sdhi_internal_dmac.c | 482 host->ops.post_req = renesas_sdhi_internal_dmac_post_req; in renesas_sdhi_internal_dmac_request_dma()
|
A D | jz4740_mmc.c | 949 .post_req = jz4740_mmc_post_request,
|
A D | alcor.c | 954 .post_req = alcor_post_req,
|
A D | meson-gx-mmc.c | 1128 .post_req = meson_mmc_post_req,
|
A D | rtsx_pci_sdmmc.c | 1394 .post_req = sdmmc_post_req,
|
A D | omap_hsmmc.c | 1657 .post_req = omap_hsmmc_post_req,
|
A D | mmci.c | 1893 .post_req = mmci_post_request,
|
A D | dw_mmc.c | 1779 .post_req = dw_mci_post_req,
|
A D | mtk-sd.c | 2444 .post_req = msdc_post_req,
|
A D | sdhci.c | 2997 .post_req = sdhci_post_req,
|
/linux/Documentation/driver-api/mmc/ |
A D | mmc-async-req.rst | 57 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/scsi/ |
A D | hptiop.c | 349 hba->ops->post_req(hba, &(hba->u.mvfrey.internal_req)); in iop_send_sync_request_mvfrey() 1053 hba->ops->post_req(hba, _req); in hptiop_queuecommand_lck() 1595 .post_req = hptiop_post_req_itl, 1614 .post_req = hptiop_post_req_mv, 1633 .post_req = hptiop_post_req_mvfrey,
|
A D | hptiop.h | 359 void (*post_req)(struct hptiop_hba *hba, struct hptiop_request *_req); member
|
/linux/include/linux/mmc/ |
A D | host.h | 105 void (*post_req)(struct mmc_host *host, struct mmc_request *req, member
|
Completed in 57 milliseconds