Searched refs:tegra_dma_channel (Results 1 – 1 of 1) sorted by relevance
175 struct tegra_dma_channel;177 typedef void (*dma_isr_handler)(struct tegra_dma_channel *tdc,181 struct tegra_dma_channel { struct228 struct tegra_dma_channel channels[]; argument241 static inline void tdc_write(struct tegra_dma_channel *tdc, in tdc_write()247 static inline u32 tdc_read(struct tegra_dma_channel *tdc, u32 reg) in tdc_read()252 static inline struct tegra_dma_channel *to_tegra_dma_chan(struct dma_chan *dc) in to_tegra_dma_chan()254 return container_of(dc, struct tegra_dma_channel, dma_chan); in to_tegra_dma_chan()263 static inline struct device *tdc2dev(struct tegra_dma_channel *tdc) in tdc2dev()271 static struct tegra_dma_desc *tegra_dma_desc_get(struct tegra_dma_channel *tdc) in tegra_dma_desc_get()[all …]