Lines Matching defs:plx_dma_dev
103 struct plx_dma_dev {
119 static struct plx_dma_dev *chan_to_plx_dma_dev(struct dma_chan *c)
121 return container_of(c, struct plx_dma_dev, dma_chan);
129 static struct plx_dma_desc *plx_dma_get_desc(struct plx_dma_dev *plxdev, int i)
134 static void plx_dma_process_desc(struct plx_dma_dev *plxdev)
171 static void plx_dma_abort_desc(struct plx_dma_dev *plxdev)
198 static void __plx_dma_stop(struct plx_dma_dev *plxdev)
231 static void plx_dma_stop(struct plx_dma_dev *plxdev)
246 struct plx_dma_dev *plxdev = from_tasklet(plxdev, t, desc_task);
256 struct plx_dma_dev *plxdev = chan_to_plx_dma_dev(c);
303 struct plx_dma_dev *plxdev = chan_to_plx_dma_dev(desc->chan);
325 struct plx_dma_dev *plxdev = chan_to_plx_dma_dev(chan);
339 struct plx_dma_dev *plxdev = chan_to_plx_dma_dev(chan);
360 struct plx_dma_dev *plxdev = devid;
376 static int plx_dma_alloc_desc(struct plx_dma_dev *plxdev)
409 struct plx_dma_dev *plxdev = chan_to_plx_dma_dev(chan);
454 struct plx_dma_dev *plxdev = chan_to_plx_dma_dev(chan);
490 struct plx_dma_dev *plxdev =
491 container_of(dma_dev, struct plx_dma_dev, dma_dev);
499 struct plx_dma_dev *plxdev;
596 struct plx_dma_dev *plxdev = pci_get_drvdata(pdev);