Home
last modified time | relevance | path

Searched refs:dataend (Results 1 – 5 of 5) sorted by relevance

/drivers/mmc/host/
Duniphier-sd.c227 .dataend = uniphier_sd_external_dma_dataend,
351 .dataend = uniphier_sd_internal_dma_dataend,
Dtmio_mmc.h127 void (*dataend)(struct tmio_mmc_host *host); member
Drenesas_sdhi_internal_dmac.c498 .dataend = renesas_sdhi_internal_dmac_dataend_dma,
Drenesas_sdhi_sys_dmac.c449 .dataend = renesas_sdhi_sys_dmac_dataend_dma,
Dtmio_mmc_core.c98 host->dma_ops->dataend(host); in tmio_mmc_dataend_dma()