Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/mediatek/
H A Dmtk-uart-apdma.c138 struct mtk_uart_apdmadev *mtkd = in mtk_uart_apdma_start_tx() local
151 if (mtkd->support_33bits) in mtk_uart_apdma_start_tx()
181 struct mtk_uart_apdmadev *mtkd = in mtk_uart_apdma_start_rx() local
194 if (mtkd->support_33bits) in mtk_uart_apdma_start_rx()
271 struct mtk_uart_apdmadev *mtkd = to_mtk_uart_apdma_dev(chan->device); in mtk_uart_apdma_alloc_chan_resources() local
276 ret = pm_runtime_resume_and_get(mtkd->ddev.dev); in mtk_uart_apdma_alloc_chan_resources()
300 if (mtkd->support_33bits) in mtk_uart_apdma_alloc_chan_resources()
304 pm_runtime_put_noidle(mtkd->ddev.dev); in mtk_uart_apdma_alloc_chan_resources()
310 struct mtk_uart_apdmadev *mtkd = to_mtk_uart_apdma_dev(chan->device); in mtk_uart_apdma_free_chan_resources() local
319 pm_runtime_put_sync(mtkd->ddev.dev); in mtk_uart_apdma_free_chan_resources()
[all …]