Searched defs:hidma_chan (Results 1 – 1 of 1) sorted by relevance
92 struct hidma_chan { struct93 bool paused;94 bool allocated;95 char dbg_name[16];96 u32 dma_sig;97 dma_cookie_t last_success;104 struct dentry *debugfs;105 struct dentry *stats;106 struct hidma_dev *dmadev;107 struct hidma_desc *running;[all …]