Lines Matching defs:mtk_cqdma_device
130 * struct mtk_cqdma_device - The struct holding info describing CQDMA
139 struct mtk_cqdma_device {
149 static struct mtk_cqdma_device *to_cqdma_dev(struct dma_chan *chan)
151 return container_of(chan->device, struct mtk_cqdma_device, ddev);
164 static struct device *cqdma2dev(struct mtk_cqdma_device *cqdma)
388 struct mtk_cqdma_device *cqdma = devid;
615 struct mtk_cqdma_device *cqdma = to_cqdma_dev(c);
689 static int mtk_cqdma_hw_init(struct mtk_cqdma_device *cqdma)
724 static void mtk_cqdma_hw_deinit(struct mtk_cqdma_device *cqdma)
751 struct mtk_cqdma_device *cqdma;
895 struct mtk_cqdma_device *cqdma = platform_get_drvdata(pdev);