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