Home | History | Annotate | Download | only in marvell

Lines Matching defs:df

747 	struct gtidmac_function *df;
758 df = algdesc->dad_data;
759 chan = (*df->chan_alloc)(sc, &dmamap_in, &dmamap_out, dreq);
812 error = (*df->dma_setup)(sc, chan, ninputs,
821 error = (*df->dma_setup)(sc, chan, ninputs,
830 (*df->chan_free)(sc, chan);
840 (*df->dma_start)(sc, chan, gtidmac_dmover_done);
855 struct gtidmac_function *df;
862 df = dreq->dreq_assignment->das_algdesc->dad_data;
866 result = (*df->dma_finish)(sc, chan, error);
875 (*df->chan_free)(sc, chan);