Home
last modified time | relevance | path

Searched defs:shdma_chan (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
Dshdma-base.h60 struct shdma_chan { struct
61 spinlock_t chan_lock; /* Channel operation lock */
62 struct list_head ld_queue; /* Link descriptors queue */
63 struct list_head ld_free; /* Free link descriptors */
64 struct dma_chan dma_chan; /* DMA channel */
65 struct device *dev; /* Channel device */
66 void *desc; /* buffer for descriptor array */
67 int desc_num; /* desc count */
68 size_t max_xfer_len; /* max transfer length */
69 int id; /* Raw id of this channel */
[all …]
/linux-4.4.14/drivers/dma/sh/
Dshdma.h28 struct shdma_chan shdma_chan; member
Dsudmac.c27 struct shdma_chan shdma_chan; member
Drcar-hpbdma.c88 struct shdma_chan shdma_chan; member