Lines Matching defs:active
205 * @started_channels: bit mask indicating active dma channels
1302 struct list_head active;
1554 list_add_tail(&desc->node, &cohc->active);
1560 return list_first_entry_or_null(&cohc->active, struct coh901318_desc,
1615 * job though, since it is probably active.
1617 list_for_each(pos, &cohc->active) {
1620 * hardware. The job can be stopped but still active,
1715 /* Check if we stopped an active job */
1884 /* get first active descriptor entry from list */
1912 * we don't get called twice, so we have this number of active
1933 dev_err(COHC_2_DEV(cohc), "[%s] No active dma desc\n", __func__);
1953 * cohc->active and run to completion, that is why we're
1959 BUG_ON(list_empty(&cohc->active));
1965 * into cohc->active and start it.
1971 * This tasklet will remove items from cohc->active
2615 INIT_LIST_HEAD(&cohc->active);