Searched refs:pre_req (Results 1 – 6 of 6) sorted by relevance
56 There are two optional members in the mmc_host_ops -- pre_req() and60 In the DMA case pre_req() may do dma_map_sg() and prepare the DMA69 The argument is_first_req in pre_req() indicates that there is no previous
683 unsigned int pre_req:5; member
485 .pre_req = 0x1f, in gmac_init()
172 void (*pre_req)(struct mmc_host *host, struct mmc_request *req); member
561 host->ops.pre_req = renesas_sdhi_internal_dmac_pre_req; in renesas_sdhi_internal_dmac_request_dma()
2141 void *pre_req = test->card->host->ops->pre_req; in mmc_test_rw_multiple_size() local2145 ((!pre_req && post_req) || (pre_req && !post_req))) { in mmc_test_rw_multiple_size()