Lines Matching defs:dep
1618 struct dma_async_tx_descriptor *dep = txd_next(tx);
1622 if (!dep)
1627 chan = dep->chan;
1633 for (; dep; dep = dep_next) {
1634 txd_lock(dep);
1635 txd_clear_parent(dep);
1636 dep_next = txd_next(dep);
1638 txd_clear_next(dep); /* ->next will be submitted */
1640 dep_next = NULL; /* submit current dep and terminate */
1641 txd_unlock(dep);
1643 dep->tx_submit(dep);