Searched refs:post_req (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/Documentation/mmc/ |
D | mmc-async-req.txt | 48 post_req() -- that the host driver may implement in order to move work 51 descriptor, and post_req() runs the dma_unmap_sg().
|
/linux-4.4.14/drivers/scsi/ |
D | hptiop.h | 367 void (*post_req)(struct hptiop_hba *hba, struct hptiop_request *_req); member
|
D | hptiop.c | 357 hba->ops->post_req(hba, &(hba->u.mvfrey.internal_req)); in iop_send_sync_request_mvfrey() 1066 hba->ops->post_req(hba, _req); in hptiop_queuecommand_lck() 1606 .post_req = hptiop_post_req_itl, 1625 .post_req = hptiop_post_req_mv, 1644 .post_req = hptiop_post_req_mvfrey,
|
/linux-4.4.14/include/linux/mmc/ |
D | host.h | 91 void (*post_req)(struct mmc_host *host, struct mmc_request *req, member
|
/linux-4.4.14/drivers/mmc/card/ |
D | mmc_test.c | 2080 void *post_req = test->card->host->ops->post_req; in mmc_test_rw_multiple_size() local 2083 ((!pre_req && post_req) || (pre_req && !post_req))) { in mmc_test_rw_multiple_size()
|
/linux-4.4.14/drivers/mmc/core/ |
D | core.c | 558 if (host->ops->post_req) in mmc_post_req() 559 host->ops->post_req(host, mrq, err); in mmc_post_req()
|
/linux-4.4.14/drivers/mmc/host/ |
D | jz4740_mmc.c | 905 .post_req = jz4740_mmc_post_request,
|
D | rtsx_pci_sdmmc.c | 1326 .post_req = sdmmc_post_req,
|
D | mmci.c | 1473 .post_req = mmci_post_request,
|
D | mtk-sd.c | 1451 .post_req = msdc_post_req,
|
D | omap_hsmmc.c | 1845 .post_req = omap_hsmmc_post_req,
|
D | dw_mmc.c | 1562 .post_req = dw_mci_post_req,
|
D | sdhci.c | 2219 .post_req = sdhci_post_req,
|