Lines Matching refs:udma_dev
168 struct udma_dev { struct
280 struct udma_dev *ud;
317 static inline struct udma_dev *to_udma_dev(struct dma_device *d) in to_udma_dev()
319 return container_of(d, struct udma_dev, ddev); in to_udma_dev()
402 static int navss_psil_pair(struct udma_dev *ud, u32 src_thread, u32 dst_thread) in navss_psil_pair()
412 static int navss_psil_unpair(struct udma_dev *ud, u32 src_thread, in navss_psil_unpair()
557 struct udma_dev *ud = container_of(work, typeof(*ud), purge_work); in udma_purge_desc_work()
582 struct udma_dev *ud = to_udma_dev(vd->tx.chan->device); in udma_desc_free()
1254 static int __udma_alloc_gp_rflow_range(struct udma_dev *ud, int from, int cnt) in __udma_alloc_gp_rflow_range()
1285 static int __udma_free_gp_rflow_range(struct udma_dev *ud, int from, int cnt) in __udma_free_gp_rflow_range()
1296 static struct udma_rflow *__udma_get_rflow(struct udma_dev *ud, int id) in __udma_get_rflow()
1323 static void __udma_put_rflow(struct udma_dev *ud, struct udma_rflow *rflow) in __udma_put_rflow()
1335 static struct udma_##res *__udma_reserve_##res(struct udma_dev *ud, \
1369 struct udma_dev *ud = uc->ud; in bcdma_get_bchan()
1402 struct udma_dev *ud = uc->ud; in udma_get_tchan()
1451 struct udma_dev *ud = uc->ud; in udma_get_rchan()
1478 struct udma_dev *ud = uc->ud; in udma_get_chan_pair()
1526 struct udma_dev *ud = uc->ud; in udma_get_rflow()
1552 struct udma_dev *ud = uc->ud; in bcdma_put_bchan()
1565 struct udma_dev *ud = uc->ud; in udma_put_rchan()
1577 struct udma_dev *ud = uc->ud; in udma_put_tchan()
1593 struct udma_dev *ud = uc->ud; in udma_put_rflow()
1620 struct udma_dev *ud = uc->ud; in bcdma_alloc_bchan_resources()
1678 struct udma_dev *ud = uc->ud; in udma_alloc_tx_resources()
1753 struct udma_dev *ud = uc->ud; in udma_alloc_rx_resources()
1867 struct udma_dev *ud = uc->ud; in udma_tisci_m2m_channel_config()
1926 struct udma_dev *ud = uc->ud; in bcdma_tisci_m2m_channel_config()
1959 struct udma_dev *ud = uc->ud; in udma_tisci_tx_channel_config()
2002 struct udma_dev *ud = uc->ud; in bcdma_tisci_tx_channel_config()
2031 struct udma_dev *ud = uc->ud; in udma_tisci_rx_channel_config()
2112 struct udma_dev *ud = uc->ud; in bcdma_tisci_rx_channel_config()
2132 struct udma_dev *ud = uc->ud; in pktdma_tisci_rx_channel_config()
2179 struct udma_dev *ud = to_udma_dev(chan->device); in udma_alloc_chan_resources()
2384 struct udma_dev *ud = to_udma_dev(chan->device); in bcdma_alloc_chan_resources()
2596 struct udma_dev *ud = to_udma_dev(chan->device); in pktdma_alloc_chan_resources()
4047 struct udma_dev *ud = to_udma_dev(chan->device); in udma_free_chan_resources()
4106 struct udma_dev *ud; in udma_dma_filter_fn()
4216 struct udma_dev *ud = ofdma->of_dma_data; in udma_of_xlate()
4453 static int udma_get_mmrs(struct platform_device *pdev, struct udma_dev *ud) in udma_get_mmrs()
4507 static void udma_mark_resource_ranges(struct udma_dev *ud, unsigned long *map, in udma_mark_resource_ranges()
4526 static int udma_setup_resources(struct udma_dev *ud) in udma_setup_resources()
4688 static int bcdma_setup_resources(struct udma_dev *ud) in bcdma_setup_resources()
4895 static int pktdma_setup_resources(struct udma_dev *ud) in pktdma_setup_resources()
5038 static int setup_resources(struct udma_dev *ud) in setup_resources()
5112 static int udma_setup_rx_flush(struct udma_dev *ud) in udma_setup_rx_flush()
5280 static enum dmaengine_alignment udma_get_copy_align(struct udma_dev *ud) in udma_get_copy_align()
5319 struct udma_dev *ud; in udma_probe()
5564 struct udma_dev *ud = dev_get_drvdata(dev); in udma_pm_suspend()
5586 struct udma_dev *ud = dev_get_drvdata(dev); in udma_pm_resume()