Lines Matching defs:edma_desc
169 struct edma_desc { struct170 struct virt_dma_desc vdesc;171 struct list_head node;172 enum dma_transfer_direction direction;173 int cyclic;174 bool polled;175 int absync;176 int pset_nr;177 struct edma_chan *echan;178 int processed;218 struct edma_desc *edesc; argument