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