Searched refs:post_req (Results 1 – 6 of 6) sorted by relevance
| /linux/Documentation/driver-api/mmc/ |
| H 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/mmc/host/ |
| H A D | mmc_hsq.c | 256 if (mmc->ops->post_req) in mmc_hsq_post_req() 257 mmc->ops->post_req(mmc, mrq, 0); in mmc_hsq_post_req()
|
| H A D | jz4740_mmc.c | 1021 .post_req = jz4740_mmc_post_request,
|
| H A D | rtsx_pci_sdmmc.c | 1455 .post_req = sdmmc_post_req, in realtek_init_host()
|
| /linux/drivers/scsi/ |
| H A D | hptiop.h | 359 void (*post_req)(struct hptiop_hba *hba, struct hptiop_request *_req); member
|
| H A D | hptiop.c | 349 hba->ops->post_req(hba, &(hba->u.mvfrey.internal_req)); in iop_send_sync_request_mvfrey() 1050 hba->ops->post_req(hba, _req); in hptiop_queuecommand_lck() 1593 .post_req = hptiop_post_req_itl, 1612 .post_req = hptiop_post_req_mv, 1631 .post_req = hptiop_post_req_mvfrey,
|