hidma_desc         94 drivers/dma/qcom/hidma.c struct hidma_desc *to_hidma_desc(struct dma_async_tx_descriptor *t)
hidma_desc         96 drivers/dma/qcom/hidma.c 	return container_of(t, struct hidma_desc, desc);
hidma_desc        120 drivers/dma/qcom/hidma.c 	struct hidma_desc *mdesc;
hidma_desc        121 drivers/dma/qcom/hidma.c 	struct hidma_desc *next;
hidma_desc        173 drivers/dma/qcom/hidma.c 	struct hidma_desc *mdesc = data;
hidma_desc        188 drivers/dma/qcom/hidma.c 						  struct hidma_desc, node);
hidma_desc        240 drivers/dma/qcom/hidma.c 	struct hidma_desc *qdesc, *next;
hidma_desc        250 drivers/dma/qcom/hidma.c 		struct hidma_desc *desc = list_first_entry(&mchan->active,
hidma_desc        251 drivers/dma/qcom/hidma.c 							   struct hidma_desc,
hidma_desc        321 drivers/dma/qcom/hidma.c 	struct hidma_desc *mdesc;
hidma_desc        334 drivers/dma/qcom/hidma.c 	mdesc = container_of(txd, struct hidma_desc, desc);
hidma_desc        352 drivers/dma/qcom/hidma.c 	struct hidma_desc *mdesc, *tmp;
hidma_desc        363 drivers/dma/qcom/hidma.c 		mdesc = kzalloc(sizeof(struct hidma_desc), GFP_NOWAIT);
hidma_desc        404 drivers/dma/qcom/hidma.c 	struct hidma_desc *mdesc = NULL;
hidma_desc        411 drivers/dma/qcom/hidma.c 		mdesc = list_first_entry(&mchan->free, struct hidma_desc, node);
hidma_desc        437 drivers/dma/qcom/hidma.c 	struct hidma_desc *mdesc = NULL;
hidma_desc        444 drivers/dma/qcom/hidma.c 		mdesc = list_first_entry(&mchan->free, struct hidma_desc, node);
hidma_desc        469 drivers/dma/qcom/hidma.c 	struct hidma_desc *tmp, *mdesc;
hidma_desc        534 drivers/dma/qcom/hidma.c 	struct hidma_desc *mdesc, *tmp;
hidma_desc         97 drivers/dma/qcom/hidma.h 	struct hidma_desc		*running;
hidma_desc         87 drivers/dma/qcom/hidma_dbg.c 	struct hidma_desc *mdesc;