Searched refs:post_req (Results 1 – 13 of 13) sorted by relevance
/drivers/mmc/core/ |
D | core.h | 170 if (host->ops->post_req) in mmc_post_req() 171 host->ops->post_req(host, mrq, err); in mmc_post_req()
|
D | mmc_test.c | 2126 void *post_req = test->card->host->ops->post_req; in mmc_test_rw_multiple_size() local 2129 ((!pre_req && post_req) || (pre_req && !post_req))) { in mmc_test_rw_multiple_size()
|
/drivers/scsi/ |
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,
|
D | hptiop.h | 359 void (*post_req)(struct hptiop_hba *hba, struct hptiop_request *_req); member
|
/drivers/mmc/host/ |
D | alcor.c | 954 .post_req = alcor_post_req,
|
D | jz4740_mmc.c | 917 .post_req = jz4740_mmc_post_request,
|
D | meson-gx-mmc.c | 1032 .post_req = meson_mmc_post_req,
|
D | rtsx_pci_sdmmc.c | 1310 .post_req = sdmmc_post_req,
|
D | omap_hsmmc.c | 1673 .post_req = omap_hsmmc_post_req,
|
D | mmci.c | 1746 .post_req = mmci_post_request,
|
D | mtk-sd.c | 2138 .post_req = msdc_post_req,
|
D | dw_mmc.c | 1776 .post_req = dw_mci_post_req,
|
D | sdhci.c | 2605 .post_req = sdhci_post_req,
|