Lines Matching defs:coda_dev
78 struct coda_dev { struct
82 const struct coda_devtype *devtype; argument
83 int firmware;
84 struct vdoa_data *vdoa;
86 void __iomem *regs_base;
87 struct clk *clk_per;
88 struct clk *clk_ahb;
89 struct reset_control *rstc;
91 struct coda_aux_buf codebuf;
92 struct coda_aux_buf tempbuf;
93 struct coda_aux_buf workbuf;
94 struct gen_pool *iram_pool;
95 struct coda_aux_buf iram;
97 struct mutex dev_mutex;
98 struct mutex coda_mutex;
99 struct workqueue_struct *workqueue;
100 struct v4l2_m2m_dev *m2m_dev;
101 struct ida ida;
102 struct dentry *debugfs_root;
103 struct ratelimit_state mb_err_rs;