bcm2835_dmadev
struct bcm2835_dmadev *od = platform_get_drvdata(pdev);
static inline struct bcm2835_dmadev *to_bcm2835_dma_dev(struct dma_device *d)
return container_of(d, struct bcm2835_dmadev, ddev);
struct bcm2835_dmadev *od = to_bcm2835_dma_dev(chan->device);
static int bcm2835_dma_chan_init(struct bcm2835_dmadev *d, int chan_id,
static void bcm2835_dma_free(struct bcm2835_dmadev *od)
struct bcm2835_dmadev *d = ofdma->of_dma_data;
struct bcm2835_dmadev *od = dev_get_drvdata(dev);
struct bcm2835_dmadev *od;