Lines Matching defs:dep
1556 struct dma_async_tx_descriptor *dep = txd_next(tx);
1560 if (!dep)
1565 chan = dep->chan;
1571 for (; dep; dep = dep_next) {
1572 txd_lock(dep);
1573 txd_clear_parent(dep);
1574 dep_next = txd_next(dep);
1576 txd_clear_next(dep); /* ->next will be submitted */
1578 dep_next = NULL; /* submit current dep and terminate */
1579 txd_unlock(dep);
1581 dep->tx_submit(dep);