Lines Matching defs:coda_dev
70 struct coda_dev { struct
74 const struct coda_devtype *devtype; argument
75 int firmware;
76 struct vdoa_data *vdoa;
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 struct mutex dev_mutex;
90 struct mutex coda_mutex;
91 struct workqueue_struct *workqueue;
92 struct v4l2_m2m_dev *m2m_dev;
93 struct ida ida;
94 struct dentry *debugfs_root;