Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dcore.h168 if (host->ops->post_req) in mmc_post_req()
169 host->ops->post_req(host, mrq, err); in mmc_post_req()
H A Dmmc_test.c2154 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()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A 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()
H A Dalcor.c954 .post_req = alcor_post_req,
H A Djz4740_mmc.c972 .post_req = jz4740_mmc_post_request,
H A Dmeson-gx-mmc.c1118 .post_req = meson_mmc_post_req,
H A Drtsx_pci_sdmmc.c1333 .post_req = sdmmc_post_req,
H A Domap_hsmmc.c1662 .post_req = omap_hsmmc_post_req,
H A Dmmci.c1888 .post_req = mmci_post_request,
H A Dmtk-sd.c2330 .post_req = msdc_post_req,
H A Ddw_mmc.c1848 .post_req = dw_mci_post_req,
H A Dsdhci.c2978 .post_req = sdhci_post_req,
/OK3568_Linux_fs/kernel/Documentation/driver-api/mmc/
H A 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().
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dhptiop.c349 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 Dhptiop.h359 void (*post_req)(struct hptiop_hba *hba, struct hptiop_request *_req); member
/OK3568_Linux_fs/kernel/include/linux/mmc/
H A Dhost.h95 void (*post_req)(struct mmc_host *host, struct mmc_request *req, member