Searched defs:deinterlace_dev (Results 1 – 1 of 1) sorted by relevance
219 struct deinterlace_dev { struct220 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;[all …]