Lines Matching defs:edma_desc
178 struct edma_desc { struct179 struct virt_dma_desc vdesc;180 struct list_head node;181 enum dma_transfer_direction direction;182 int cyclic;183 bool polled;184 int absync;185 int pset_nr;186 struct edma_chan *echan;187 int processed;227 struct edma_desc *edesc; argument