Home
last modified time | relevance | path

Searched refs:tegra_dma_desc (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/dma/
H A Dtegra20-apb-dma.c154 struct tegra_dma_desc *dma_desc;
163 struct tegra_dma_desc { struct
251 static inline struct tegra_dma_desc *
254 return container_of(td, struct tegra_dma_desc, txd); in txd_to_tegra_dma_desc()
265 static struct tegra_dma_desc *tegra_dma_desc_get(struct tegra_dma_channel *tdc) in tegra_dma_desc_get()
267 struct tegra_dma_desc *dma_desc; in tegra_dma_desc_get()
297 struct tegra_dma_desc *dma_desc) in tegra_dma_desc_put()
522 struct tegra_dma_desc *dma_desc; in tegra_dma_abort_all()
573 struct tegra_dma_desc *dma_desc; in handle_once_dma_done()
607 struct tegra_dma_desc *dma_desc; in handle_cont_sngl_cycle_dma_done()
[all …]
H A Dtegra186-gpc-dma.c196 * tegra_dma_desc: Tegra DMA descriptors which uses virt_dma_desc to
200 struct tegra_dma_desc {
218 struct tegra_dma_desc *dma_desc;
262 static inline struct tegra_dma_desc *vd_to_tegra_dma_desc(struct virt_dma_desc *vd) in tdc_write()
264 return container_of(vd, struct tegra_dma_desc, vd); in tdc_write()
375 kfree(container_of(vd, struct tegra_dma_desc, vd)); in tegra_dma_pause()
492 struct tegra_dma_desc *dma_desc = tdc->dma_desc; in tegra_dma_configure_next_sg()
524 struct tegra_dma_desc *dma_desc = tdc->dma_desc; in tegra_dma_start()
609 struct tegra_dma_desc *dma_desc = tdc->dma_desc; in tegra_dma_isr()
747 struct tegra_dma_desc *dma_des in tegra_dma_get_residual()
216 struct tegra_dma_desc { global() struct
240 tdctegra_dma_desc global() argument
[all...]