Searched refs:post_req (Results 1 - 11 of 11) sorted by relevance
/linux-4.1.27/include/linux/mmc/ |
H A D | host.h | 83 * It is optional for the host to implement pre_req and post_req in 86 * pre_req() must always be followed by a post_req(). 87 * To undo a call made to pre_req(), call post_req() with 90 void (*post_req)(struct mmc_host *host, struct mmc_request *req, member in struct:mmc_host_ops
|
/linux-4.1.27/drivers/scsi/ |
H A D | hptiop.h | 367 void (*post_req)(struct hptiop_hba *hba, struct hptiop_request *_req); member in struct:hptiop_adapter_ops
|
H A D | hptiop.c | 357 hba->ops->post_req(hba, &(hba->u.mvfrey.internal_req)); iop_send_sync_request_mvfrey() 1067 hba->ops->post_req(hba, _req); hptiop_queuecommand_lck() 1587 .post_req = hptiop_post_req_itl, 1606 .post_req = hptiop_post_req_mv, 1625 .post_req = hptiop_post_req_mvfrey,
|
/linux-4.1.27/drivers/mmc/card/ |
H A D | mmc_test.c | 2152 void *post_req = test->card->host->ops->post_req; mmc_test_rw_multiple_size() local 2155 ((!pre_req && post_req) || (pre_req && !post_req))) { mmc_test_rw_multiple_size()
|
/linux-4.1.27/drivers/mmc/host/ |
H A D | jz4740_mmc.c | 905 .post_req = jz4740_mmc_post_request,
|
H A D | rtsx_pci_sdmmc.c | 1326 .post_req = sdmmc_post_req,
|
H A D | mmci.c | 1473 .post_req = mmci_post_request,
|
H A D | omap_hsmmc.c | 1762 .post_req = omap_hsmmc_post_req,
|
H A D | dw_mmc.c | 1441 .post_req = dw_mci_post_req,
|
H A D | sdhci.c | 2229 .post_req = sdhci_post_req,
|
/linux-4.1.27/drivers/mmc/core/ |
H A D | core.c | 513 if (host->ops->post_req) { mmc_post_req() 515 host->ops->post_req(host, mrq, err); mmc_post_req()
|
Completed in 228 milliseconds