Lines Matching defs:deinterlace_dev
219 struct deinterlace_dev { struct
220 struct v4l2_device v4l2_dev;
221 struct video_device vfd;
222 struct device *dev;
223 struct v4l2_m2m_dev *m2m_dev;
226 struct mutex dev_mutex;
228 void __iomem *base;
230 struct clk *bus_clk;
231 struct clk *mod_clk;
232 struct clk *ram_clk;
234 struct reset_control *rstc;