Lines Matching defs:snd_dbri
302 struct snd_dbri { struct
303 int regs_size, irq; /* Needed for unload */
304 struct platform_device *op; /* OF device info */
305 spinlock_t lock;
307 struct dbri_dma *dma; /* Pointer to our DMA block */
308 dma_addr_t dma_dvma; /* DBRI visible DMA address */
310 void __iomem *regs; /* dbri HW regs */
311 int dbri_irqp; /* intr queue pointer */
313 struct dbri_pipe pipes[DBRI_NO_PIPES]; /* DBRI's 32 data pipes */
314 int next_desc[DBRI_NO_DESCS]; /* Index of next desc, or -1 */
315 spinlock_t cmdlock; /* Protects cmd queue accesses */
316 s32 *cmdptr; /* Pointer to the last queued cmd */
318 int chi_bpf;
320 struct cs4215 mm; /* mmcodec special info */
322 struct dbri_streaminfo stream_info[DBRI_NO_STREAMS];