Lines Matching defs:coda_dev
72 struct coda_dev { struct
76 const struct coda_devtype *devtype; argument
78 void __iomem *regs_base;
79 struct clk *clk_per;
80 struct clk *clk_ahb;
81 struct reset_control *rstc;
83 struct coda_aux_buf codebuf;
84 struct coda_aux_buf tempbuf;
85 struct coda_aux_buf workbuf;
86 struct gen_pool *iram_pool;
87 struct coda_aux_buf iram;
89 spinlock_t irqlock;
90 struct mutex dev_mutex;
91 struct mutex coda_mutex;
92 struct workqueue_struct *workqueue;
93 struct v4l2_m2m_dev *m2m_dev;
94 struct vb2_alloc_ctx *alloc_ctx;
95 struct list_head instances;
96 unsigned long instance_mask;
97 struct dentry *debugfs_root;