Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h106128 struct virt_dma_chan { struct
106129 struct dma_chan chan;
106130 struct tasklet_struct task;
106131 void (*desc_free)(struct virt_dma_desc *);
106132 spinlock_t lock;
106133 struct list_head desc_allocated;
106134 struct list_head desc_submitted;
106135 struct list_head desc_issued;
106136 struct list_head desc_completed;
106137 struct list_head desc_terminated;
[all …]