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