Searched refs:cohd_fin (Results 1 – 1 of 1) sorted by relevance
1889 struct coh901318_desc *cohd_fin; in dma_tasklet() local1901 cohd_fin = coh901318_first_active_get(cohc); in dma_tasklet()1903 if (cohd_fin == NULL) in dma_tasklet()1907 callback = cohd_fin->desc.callback; in dma_tasklet()1908 callback_param = cohd_fin->desc.callback_param; in dma_tasklet()1911 dma_cookie_complete(&cohd_fin->desc); in dma_tasklet()1914 coh901318_lli_free(&cohc->base->pool, &cohd_fin->lli); in dma_tasklet()1917 coh901318_desc_remove(cohd_fin); in dma_tasklet()1918 coh901318_desc_free(cohc, cohd_fin); in dma_tasklet()