Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mmc/host/
Dtmio_mmc.h127 void (*dataend)(struct tmio_mmc_host *host); member
Duniphier-sd.c236 .dataend = uniphier_sd_external_dma_dataend,
360 .dataend = uniphier_sd_internal_dma_dataend,
Drenesas_sdhi_internal_dmac.c571 .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()