Lines Matching defs:od

266 static void dma_update(struct owl_dma *od, u32 reg, u32 val, bool state)  in dma_update()
280 static void dma_writel(struct owl_dma *od, u32 reg, u32 data) in dma_writel()
285 static u32 dma_readl(struct owl_dma *od, u32 reg) in dma_readl()
342 static void owl_dma_free_lli(struct owl_dma *od, in owl_dma_free_lli()
349 static struct owl_dma_lli *owl_dma_alloc_lli(struct owl_dma *od) in owl_dma_alloc_lli()
388 struct owl_dma *od = to_owl_dma(vchan->vc.chan.device); in owl_dma_cfg_lli() local
468 static struct owl_dma_pchan *owl_dma_get_pchan(struct owl_dma *od, in owl_dma_get_pchan()
491 static int owl_dma_pchan_busy(struct owl_dma *od, struct owl_dma_pchan *pchan) in owl_dma_pchan_busy()
500 static void owl_dma_terminate_pchan(struct owl_dma *od, in owl_dma_terminate_pchan()
537 struct owl_dma *od = to_owl_dma(vchan->vc.chan.device); in owl_dma_start_next_txd() local
584 static void owl_dma_phy_free(struct owl_dma *od, struct owl_dma_vchan *vchan) in owl_dma_phy_free()
594 struct owl_dma *od = dev_id; in owl_dma_interrupt() local
676 static void owl_dma_free_txd(struct owl_dma *od, struct owl_dma_txd *txd) in owl_dma_free_txd()
691 struct owl_dma *od = to_owl_dma(vd->tx.chan->device); in owl_dma_desc_free() local
699 struct owl_dma *od = to_owl_dma(chan->device); in owl_dma_terminate_all() local
840 struct owl_dma *od = to_owl_dma(vchan->vc.chan.device); in owl_dma_phy_alloc_and_start() local
871 struct owl_dma *od = to_owl_dma(chan->device); in owl_dma_prep_memcpy() local
922 struct owl_dma *od = to_owl_dma(chan->device); in owl_dma_prep_slave_sg() local
987 struct owl_dma *od = to_owl_dma(chan->device); in owl_prep_dma_cyclic() local
1050 static inline void owl_dma_free(struct owl_dma *od) in owl_dma_free()
1065 struct owl_dma *od = ofdma->of_dma_data; in owl_dma_of_xlate() local
1094 struct owl_dma *od; in owl_dma_probe() local
1236 struct owl_dma *od = platform_get_drvdata(pdev); in owl_dma_remove() local