Searched refs:timb_dma (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/dma/
H A Dtimb_dma.c2 * timb_dma.c timberdale FPGA DMA driver
28 #include <linux/timb_dma.h>
95 struct timb_dma { struct
111 static struct timb_dma *tdchantotd(struct timb_dma_chan *td_chan) tdchantotd()
114 return (struct timb_dma *)((u8 *)td_chan - tdchantotd()
115 id * sizeof(struct timb_dma_chan) - sizeof(struct timb_dma)); tdchantotd()
122 struct timb_dma *td = tdchantotd(td_chan); __td_enable_chan_irq()
137 struct timb_dma *td = (struct timb_dma *)((u8 *)td_chan - __td_dma_done_ack()
138 id * sizeof(struct timb_dma_chan) - sizeof(struct timb_dma)); __td_dma_done_ack()
269 static u32 __td_ier_mask(struct timb_dma *td) __td_ier_mask()
583 struct timb_dma *td = (struct timb_dma *)data; td_tasklet()
612 struct timb_dma *td = devid; td_irq()
630 struct timb_dma *td; td_probe()
653 td = kzalloc(sizeof(struct timb_dma) + td_probe()
760 struct timb_dma *td = platform_get_drvdata(pdev); td_remove()
/linux-4.4.14/include/linux/
H A Dtimb_dma.h2 * timb_dma.h timberdale FPGA DMA driver defines
/linux-4.4.14/drivers/mfd/
H A Dtimberdale.c45 #include <linux/timb_dma.h>

Completed in 145 milliseconds