Symbol: plx_dma_dev
drivers/dma/plx_dma.c
119
static struct plx_dma_dev *chan_to_plx_dma_dev(struct dma_chan *c)
drivers/dma/plx_dma.c
121
return container_of(c, struct plx_dma_dev, dma_chan);
drivers/dma/plx_dma.c
129
static struct plx_dma_desc *plx_dma_get_desc(struct plx_dma_dev *plxdev, int i)
drivers/dma/plx_dma.c
134
static void plx_dma_process_desc(struct plx_dma_dev *plxdev)
drivers/dma/plx_dma.c
171
static void plx_dma_abort_desc(struct plx_dma_dev *plxdev)
drivers/dma/plx_dma.c
198
static void __plx_dma_stop(struct plx_dma_dev *plxdev)
drivers/dma/plx_dma.c
231
static void plx_dma_stop(struct plx_dma_dev *plxdev)
drivers/dma/plx_dma.c
246
struct plx_dma_dev *plxdev = from_tasklet(plxdev, t, desc_task);
drivers/dma/plx_dma.c
256
struct plx_dma_dev *plxdev = chan_to_plx_dma_dev(c);
drivers/dma/plx_dma.c
303
struct plx_dma_dev *plxdev = chan_to_plx_dma_dev(desc->chan);
drivers/dma/plx_dma.c
325
struct plx_dma_dev *plxdev = chan_to_plx_dma_dev(chan);
drivers/dma/plx_dma.c
339
struct plx_dma_dev *plxdev = chan_to_plx_dma_dev(chan);
drivers/dma/plx_dma.c
360
struct plx_dma_dev *plxdev = devid;
drivers/dma/plx_dma.c
376
static int plx_dma_alloc_desc(struct plx_dma_dev *plxdev)
drivers/dma/plx_dma.c
408
struct plx_dma_dev *plxdev = chan_to_plx_dma_dev(chan);
drivers/dma/plx_dma.c
453
struct plx_dma_dev *plxdev = chan_to_plx_dma_dev(chan);
drivers/dma/plx_dma.c
489
struct plx_dma_dev *plxdev =
drivers/dma/plx_dma.c
490
container_of(dma_dev, struct plx_dma_dev, dma_dev);
drivers/dma/plx_dma.c
498
struct plx_dma_dev *plxdev;
drivers/dma/plx_dma.c
595
struct plx_dma_dev *plxdev = pci_get_drvdata(pdev);