Searched refs:pl08x_dma_chan (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/dma/
H A Damba-pl08x.c155 struct pl08x_dma_chan *serving;
220 * struct pl08x_dma_chan - this structure wraps a DMA ENGINE channel
234 struct pl08x_dma_chan { struct
299 static inline struct pl08x_dma_chan *to_pl08x_chan(struct dma_chan *chan) to_pl08x_chan()
301 return container_of(chan, struct pl08x_dma_chan, vc.chan); to_pl08x_chan()
317 static int pl08x_request_mux(struct pl08x_dma_chan *plchan) pl08x_request_mux()
334 static void pl08x_release_mux(struct pl08x_dma_chan *plchan) pl08x_release_mux()
396 static void pl08x_start_next_txd(struct pl08x_dma_chan *plchan) pl08x_start_next_txd()
528 static u32 pl08x_getbytes_chan(struct pl08x_dma_chan *plchan) pl08x_getbytes_chan()
604 struct pl08x_dma_chan *virt_chan) pl08x_get_phy_channel()
644 static void pl08x_phy_alloc_and_start(struct pl08x_dma_chan *plchan) pl08x_phy_alloc_and_start()
665 struct pl08x_dma_chan *plchan) pl08x_phy_reassign_start()
687 static void pl08x_phy_free(struct pl08x_dma_chan *plchan) pl08x_phy_free()
690 struct pl08x_dma_chan *p, *next; pl08x_phy_free()
1175 struct pl08x_dma_chan *plchan = to_pl08x_chan(vd->tx.chan); pl08x_desc_free()
1185 struct pl08x_dma_chan *plchan) pl08x_free_txd_list()
1218 struct pl08x_dma_chan *plchan = to_pl08x_chan(chan); pl08x_dma_tx_status()
1361 static u32 pl08x_get_cctl(struct pl08x_dma_chan *plchan, pl08x_get_cctl()
1394 struct pl08x_dma_chan *plchan = to_pl08x_chan(chan); pl08x_issue_pending()
1405 static struct pl08x_txd *pl08x_get_txd(struct pl08x_dma_chan *plchan) pl08x_get_txd()
1426 struct pl08x_dma_chan *plchan = to_pl08x_chan(chan); pl08x_prep_dma_memcpy()
1478 struct pl08x_dma_chan *plchan = to_pl08x_chan(chan); pl08x_init_txd()
1589 struct pl08x_dma_chan *plchan = to_pl08x_chan(chan); pl08x_prep_slave_sg()
1631 struct pl08x_dma_chan *plchan = to_pl08x_chan(chan); pl08x_prep_dma_cyclic()
1672 struct pl08x_dma_chan *plchan = to_pl08x_chan(chan); pl08x_config()
1697 struct pl08x_dma_chan *plchan = to_pl08x_chan(chan); pl08x_terminate_all()
1731 struct pl08x_dma_chan *plchan = to_pl08x_chan(chan); pl08x_pause()
1754 struct pl08x_dma_chan *plchan = to_pl08x_chan(chan); pl08x_resume()
1777 struct pl08x_dma_chan *plchan; pl08x_filter_id()
1831 struct pl08x_dma_chan *plchan = phychan->serving; pl08x_irq()
1873 static void pl08x_dma_slave_init(struct pl08x_dma_chan *chan) pl08x_dma_slave_init()
1888 struct pl08x_dma_chan *chan; pl08x_dma_init_virtual_channels()
1935 struct pl08x_dma_chan *chan = NULL; pl08x_free_virtual_channels()
1936 struct pl08x_dma_chan *next; pl08x_free_virtual_channels()
1966 struct pl08x_dma_chan *chan; pl08x_debugfs_show()
1975 struct pl08x_dma_chan *virt_chan; pl08x_debugfs_show()
2039 struct pl08x_dma_chan *chan; pl08x_find_chan_id()
2054 struct pl08x_dma_chan *chan; pl08x_of_xlate()

Completed in 47 milliseconds