Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mmc/host/
Duniphier-sd.c228 .dataend = uniphier_sd_external_dma_dataend,
353 .dataend = uniphier_sd_internal_dma_dataend,
Drenesas_sdhi_internal_dmac.c313 .dataend = renesas_sdhi_internal_dmac_dataend_dma,
Dtmio_mmc.h120 void (*dataend)(struct tmio_mmc_host *host); member
Drenesas_sdhi_sys_dmac.c447 .dataend = renesas_sdhi_sys_dmac_dataend_dma,
Dtmio_mmc_core.c98 host->dma_ops->dataend(host); in tmio_mmc_dataend_dma()