Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/mediatek/
H A Dmtk-cqdma.c138 struct mtk_cqdma_device { struct
148 static struct mtk_cqdma_device *to_cqdma_dev(struct dma_chan *chan) in to_cqdma_dev() argument
150 return container_of(chan->device, struct mtk_cqdma_device, ddev); in to_cqdma_dev()
163 static struct device *cqdma2dev(struct mtk_cqdma_device *cqdma) in cqdma2dev()
387 struct mtk_cqdma_device *cqdma = devid; in mtk_cqdma_irq()
614 struct mtk_cqdma_device *cqdma = to_cqdma_dev(c); in mtk_cqdma_alloc_chan_resources()
688 static int mtk_cqdma_hw_init(struct mtk_cqdma_device *cqdma) in mtk_cqdma_hw_init()
723 static void mtk_cqdma_hw_deinit(struct mtk_cqdma_device *cqdma) in mtk_cqdma_hw_deinit()
750 struct mtk_cqdma_device *cqdma; in mtk_cqdma_probe()
890 struct mtk_cqdma_device *cqdma = platform_get_drvdata(pdev); in mtk_cqdma_remove()