osg              1028 drivers/dma/ti/omap-dma.c 		struct omap_sg *osg = &d->sg[i];
osg              1030 drivers/dma/ti/omap-dma.c 		osg->addr = sg_dma_address(sgent);
osg              1031 drivers/dma/ti/omap-dma.c 		osg->en = en;
osg              1032 drivers/dma/ti/omap-dma.c 		osg->fn = sg_dma_len(sgent) / frame_bytes;
osg              1035 drivers/dma/ti/omap-dma.c 			osg->t2_desc = dma_pool_alloc(od->desc_pool, GFP_ATOMIC,
osg              1036 drivers/dma/ti/omap-dma.c 						      &osg->t2_desc_paddr);
osg              1037 drivers/dma/ti/omap-dma.c 			if (!osg->t2_desc) {
osg              1054 drivers/dma/ti/omap-dma.c 			struct omap_sg *osg = &d->sg[i];
osg              1056 drivers/dma/ti/omap-dma.c 			if (osg->t2_desc) {
osg              1057 drivers/dma/ti/omap-dma.c 				dma_pool_free(od->desc_pool, osg->t2_desc,
osg              1058 drivers/dma/ti/omap-dma.c 					      osg->t2_desc_paddr);
osg              1059 drivers/dma/ti/omap-dma.c 				osg->t2_desc = NULL;