Home
last modified time | relevance | path

Searched refs:tmio_mmc_enable_dma (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/mmc/host/
Dtmio_mmc_dma.c26 void tmio_mmc_enable_dma(struct tmio_mmc_host *host, bool enable) in tmio_mmc_enable_dma() function
37 tmio_mmc_enable_dma(host, false); in tmio_mmc_abort_dma()
44 tmio_mmc_enable_dma(host, true); in tmio_mmc_abort_dma()
104 tmio_mmc_enable_dma(host, false); in tmio_mmc_start_dma_rx()
184 tmio_mmc_enable_dma(host, false); in tmio_mmc_start_dma_tx()
326 tmio_mmc_enable_dma(host, true); in tmio_mmc_request_dma()
Dtmio_mmc.h134 void tmio_mmc_enable_dma(struct tmio_mmc_host *host, bool enable);
144 static inline void tmio_mmc_enable_dma(struct tmio_mmc_host *host, bool enable) in tmio_mmc_enable_dma() function
Dtmio_mmc_pio.c1270 tmio_mmc_enable_dma(host, true); in tmio_mmc_host_runtime_resume()