owl_dma 254 drivers/dma/owl-dma.c static void dma_update(struct owl_dma *od, u32 reg, u32 val, bool state) owl_dma 268 drivers/dma/owl-dma.c static void dma_writel(struct owl_dma *od, u32 reg, u32 data) owl_dma 273 drivers/dma/owl-dma.c static u32 dma_readl(struct owl_dma *od, u32 reg) owl_dma 278 drivers/dma/owl-dma.c static inline struct owl_dma *to_owl_dma(struct dma_device *dd) owl_dma 280 drivers/dma/owl-dma.c return container_of(dd, struct owl_dma, dma); owl_dma 321 drivers/dma/owl-dma.c static void owl_dma_free_lli(struct owl_dma *od, owl_dma 328 drivers/dma/owl-dma.c static struct owl_dma_lli *owl_dma_alloc_lli(struct owl_dma *od) owl_dma 428 drivers/dma/owl-dma.c static struct owl_dma_pchan *owl_dma_get_pchan(struct owl_dma *od, owl_dma 451 drivers/dma/owl-dma.c static int owl_dma_pchan_busy(struct owl_dma *od, struct owl_dma_pchan *pchan) owl_dma 460 drivers/dma/owl-dma.c static void owl_dma_terminate_pchan(struct owl_dma *od, owl_dma 497 drivers/dma/owl-dma.c struct owl_dma *od = to_owl_dma(vchan->vc.chan.device); owl_dma 544 drivers/dma/owl-dma.c static void owl_dma_phy_free(struct owl_dma *od, struct owl_dma_vchan *vchan) owl_dma 554 drivers/dma/owl-dma.c struct owl_dma *od = dev_id; owl_dma 636 drivers/dma/owl-dma.c static void owl_dma_free_txd(struct owl_dma *od, struct owl_dma_txd *txd) owl_dma 651 drivers/dma/owl-dma.c struct owl_dma *od = to_owl_dma(vd->tx.chan->device); owl_dma 659 drivers/dma/owl-dma.c struct owl_dma *od = to_owl_dma(chan->device); owl_dma 799 drivers/dma/owl-dma.c struct owl_dma *od = to_owl_dma(vchan->vc.chan.device); owl_dma 830 drivers/dma/owl-dma.c struct owl_dma *od = to_owl_dma(chan->device); owl_dma 881 drivers/dma/owl-dma.c struct owl_dma *od = to_owl_dma(chan->device); owl_dma 946 drivers/dma/owl-dma.c struct owl_dma *od = to_owl_dma(chan->device); owl_dma 1009 drivers/dma/owl-dma.c static inline void owl_dma_free(struct owl_dma *od) owl_dma 1024 drivers/dma/owl-dma.c struct owl_dma *od = ofdma->of_dma_data; owl_dma 1045 drivers/dma/owl-dma.c struct owl_dma *od; owl_dma 1190 drivers/dma/owl-dma.c struct owl_dma *od = platform_get_drvdata(pdev);