Home
last modified time | relevance | path

Searched defs:dma_info (Results 1 – 2 of 2) sorted by relevance

/linux/arch/sh/include/asm/
H A Ddma.h84 struct dma_info { struct
85 struct platform_device *pdev;
87 const char *name;
88 unsigned int nr_channels;
89 unsigned long flags;
91 struct dma_ops *ops;
92 struct dma_channel *channels;
94 struct list_head list;
95 int first_channel_nr;
96 int first_vchannel_nr;
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_dmem.c157 struct nouveau_dmem_dma_info *dma_info) in nouveau_dmem_copy_folio()
203 struct nouveau_dmem_dma_info dma_info; in nouveau_dmem_migrate_to_ram() local
479 struct nouveau_dmem_dma_info *dma_info; in nouveau_dmem_evict_chunk() local
729 struct nouveau_dmem_dma_info *dma_info, u64 *pfn) in nouveau_dmem_migrate_copy_one()
785 struct nouveau_dmem_dma_info *dma_info, u64 *pfns) in nouveau_dmem_migrate_chunk()
840 struct nouveau_dmem_dma_info *dma_info; in nouveau_dmem_migrate_vma() local