Searched defs:st_fdma_dev (Results 1 – 1 of 1) sorted by relevance
130 struct st_fdma_dev { struct131 struct device *dev;132 const struct st_fdma_driverdata *drvdata;133 struct dma_device dma_device;135 struct st_slim_rproc *slim_rproc;137 int irq;139 struct st_fdma_chan *chans;141 spinlock_t dreq_lock;142 unsigned long dreq_mask;144 u32 nr_channels;[all …]