Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Duniphier-sd.c236 .dataend = uniphier_sd_external_dma_dataend,
360 .dataend = uniphier_sd_internal_dma_dataend,
H A Dtmio_mmc.h128 void (*dataend)(struct tmio_mmc_host *host); member
H A Drenesas_sdhi_sys_dmac.c449 .dataend = renesas_sdhi_sys_dmac_dataend_dma,
H A Drenesas_sdhi_internal_dmac.c574 .dataend = renesas_sdhi_internal_dmac_dataend_dma,
H A Dtmio_mmc_core.c99 host->dma_ops->dataend(host); in tmio_mmc_dataend_dma()