Lines Matching defs:mpc_dma_desc
184 struct mpc_dma_desc {
257 struct mpc_dma_desc *first = NULL;
258 struct mpc_dma_desc *prev = NULL;
259 struct mpc_dma_desc *mdesc;
264 struct mpc_dma_desc, node);
321 struct mpc_dma_desc *mdesc;
380 struct mpc_dma_desc *mdesc;
463 struct mpc_dma_desc *mdesc;
467 mdesc = container_of(txd, struct mpc_dma_desc, desc);
490 struct mpc_dma_desc *mdesc;
506 mdesc = kzalloc(sizeof(struct mpc_dma_desc), GFP_KERNEL);
548 struct mpc_dma_desc *mdesc, *tmp;
606 struct mpc_dma_desc *mdesc = NULL;
613 mdesc = list_first_entry(&mchan->free, struct mpc_dma_desc,
690 struct mpc_dma_desc *mdesc = NULL;
710 struct mpc_dma_desc, node);