Searched refs:vchan_dma_desc_free_list (Results 1 - 25 of 49) sorted by relevance

12

/linux-master/drivers/dma/
H A Dvirt-dma.h44 void vchan_dma_desc_free_list(struct virt_dma_chan *vc, struct list_head *head);
199 vchan_dma_desc_free_list(vc, &head);
224 vchan_dma_desc_free_list(vc, &head);
H A Dvirt-dma.c112 void vchan_dma_desc_free_list(struct virt_dma_chan *vc, struct list_head *head) function
121 EXPORT_SYMBOL_GPL(vchan_dma_desc_free_list); variable
H A Duniphier-mdmac.c271 vchan_dma_desc_free_list(vc, &head);
H A Dmilbeaut-xdmac.c232 vchan_dma_desc_free_list(vc, &head);
H A Dfsl-edma-common.c251 vchan_dma_desc_free_list(&fsl_chan->vchan, &head);
836 vchan_dma_desc_free_list(&fsl_chan->vchan, &head);
H A Dmoxart-dma.c205 vchan_dma_desc_free_list(&ch->vc, &head);
H A Dmilbeaut-hdmac.c311 vchan_dma_desc_free_list(vc, &head);
H A Dls2x-apb-dma.c495 vchan_dma_desc_free_list(&lchan->vchan, &head);
H A Duniphier-xdmac.c425 vchan_dma_desc_free_list(vc, &head);
H A Dfsl-qdma.c322 vchan_dma_desc_free_list(&fsl_chan->vchan, &head);
1062 vchan_dma_desc_free_list(&fsl_chan->vchan, &head);
H A Dimg-mdc-dma.c711 vchan_dma_desc_free_list(&mchan->vc, &head);
H A Dsun4i-dma.c918 vchan_dma_desc_free_list(&vchan->vc, &head);
H A Dst_fdma.c673 vchan_dma_desc_free_list(&fchan->vchan, &head);
H A Dbcm2835-dma.c805 vchan_dma_desc_free_list(&c->vc, &head);
H A Ddma-jz4780.c596 vchan_dma_desc_free_list(&jzchan->vchan, &head);
H A Dhisi_dma.c570 vchan_dma_desc_free_list(&chan->vc, &head);
H A Dtegra210-adma.c500 vchan_dma_desc_free_list(&tdc->vc, &head);
/linux-master/drivers/dma/sf-pdma/
H A Dsf-pdma.c153 vchan_dma_desc_free_list(&chan->vchan, &head);
223 vchan_dma_desc_free_list(&chan->vchan, &head);
/linux-master/drivers/dma/ptdma/
H A Dptdma-dmaengine.c314 vchan_dma_desc_free_list(&chan->vc, &head);
/linux-master/drivers/dma/hsu/
H A Dhsu.c410 vchan_dma_desc_free_list(&hsuc->vchan, &head);
/linux-master/drivers/dma/mediatek/
H A Dmtk-uart-apdma.c438 vchan_dma_desc_free_list(&c->vc, &head);
H A Dmtk-hsdma.c750 vchan_dma_desc_free_list(vc, &head);
H A Dmtk-cqdma.c567 vchan_dma_desc_free_list(vc, &head);
/linux-master/drivers/dma/qcom/
H A Dqcom_adm.c490 vchan_dma_desc_free_list(&achan->vc, &head);
/linux-master/drivers/dma/sh/
H A Dusb-dmac.c462 vchan_dma_desc_free_list(&uchan->vc, &head);

Completed in 1229 milliseconds

12