Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dshdma-base.h57 struct shdma_chan { struct
58 spinlock_t chan_lock; /* Channel operation lock */
59 struct list_head ld_queue; /* Link descriptors queue */
60 struct list_head ld_free; /* Free link descriptors */
61 struct dma_chan dma_chan; /* DMA channel */
62 struct device *dev; /* Channel device */
63 void *desc; /* buffer for descriptor array */
64 int desc_num; /* desc count */
65 size_t max_xfer_len; /* max transfer length */
66 int id; /* Raw id of this channel */
[all …]
/Linux-v6.1/drivers/dma/sh/
Dshdma.h24 struct shdma_chan shdma_chan; member