Searched defs:st_fdma_dev (Results 1 – 1 of 1) sorted by relevance
134 struct st_fdma_dev { struct135 struct device *dev;136 const struct st_fdma_driverdata *drvdata;137 struct dma_device dma_device;139 struct st_slim_rproc *slim_rproc;141 int irq;143 struct st_fdma_chan *chans;145 spinlock_t dreq_lock;146 unsigned long dreq_mask;148 u32 nr_channels;[all …]