Lines Matching defs:mtk_cqdma_device
129 * struct mtk_cqdma_device - The struct holding info describing CQDMA
138 struct mtk_cqdma_device {
148 static struct mtk_cqdma_device *to_cqdma_dev(struct dma_chan *chan)
150 return container_of(chan->device, struct mtk_cqdma_device, ddev);
163 static struct device *cqdma2dev(struct mtk_cqdma_device *cqdma)
387 struct mtk_cqdma_device *cqdma = devid;
614 struct mtk_cqdma_device *cqdma = to_cqdma_dev(c);
688 static int mtk_cqdma_hw_init(struct mtk_cqdma_device *cqdma)
723 static void mtk_cqdma_hw_deinit(struct mtk_cqdma_device *cqdma)
750 struct mtk_cqdma_device *cqdma;
890 struct mtk_cqdma_device *cqdma = platform_get_drvdata(pdev);