cohd_fin         1874 drivers/dma/coh901318.c 	struct coh901318_desc *cohd_fin;
cohd_fin         1885 drivers/dma/coh901318.c 	cohd_fin = coh901318_first_active_get(cohc);
cohd_fin         1887 drivers/dma/coh901318.c 	if (cohd_fin == NULL)
cohd_fin         1891 drivers/dma/coh901318.c 	dmaengine_desc_get_callback(&cohd_fin->desc, &cb);
cohd_fin         1894 drivers/dma/coh901318.c 	dma_cookie_complete(&cohd_fin->desc);
cohd_fin         1897 drivers/dma/coh901318.c 	coh901318_lli_free(&cohc->base->pool, &cohd_fin->lli);
cohd_fin         1900 drivers/dma/coh901318.c 	coh901318_desc_remove(cohd_fin);
cohd_fin         1901 drivers/dma/coh901318.c 	coh901318_desc_free(cohc, cohd_fin);