Searched defs:edma_chan (Results 1 – 1 of 1) sorted by relevance
224 struct edma_chan { struct225 struct virt_dma_chan vchan;226 struct list_head node;227 struct edma_desc *edesc;228 struct edma_cc *ecc;229 struct edma_tc *tc;230 int ch_num;231 bool alloced;232 bool hw_triggered;233 int slot[EDMA_MAX_SLOTS];[all …]