Searched defs:edma_chan (Results 1 – 1 of 1) sorted by relevance
215 struct edma_chan { struct216 struct virt_dma_chan vchan;217 struct list_head node;218 struct edma_desc *edesc;219 struct edma_cc *ecc;220 struct edma_tc *tc;221 int ch_num;222 bool alloced;223 bool hw_triggered;224 int slot[EDMA_MAX_SLOTS];[all …]