Lines Matching defs:first
273 struct axi_dma_desc *first)
298 write_chan_llp(chan, first->vd.tx.phys | lms);
428 struct axi_dma_desc *first = NULL, *desc = NULL, *prev = NULL;
491 if (!first) {
492 first = desc;
494 list_add_tail(&desc->xfer_list, &first->xfer_list);
506 if (unlikely(!first))
512 return vchan_tx_prep(&chan->vc, &first->vd, flags);
515 if (first)
516 axi_desc_put(first);