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