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