Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/qcom/
H A Dhidma.h84 struct hidma_chan { struct
85 bool paused;
86 bool allocated;
87 char dbg_name[16];
88 u32 dma_sig;
96 struct hidma_dev *dmadev;
99 struct dma_chan chan;
100 struct list_head free;
102 struct list_head queued;
103 struct list_head active;
[all …]