Searched defs:s5p_mfc_dev (Results 1 – 1 of 1) sorted by relevance
297 struct s5p_mfc_dev { struct298 struct v4l2_device v4l2_dev;299 struct video_device *vfd_dec;300 struct video_device *vfd_enc;301 struct platform_device *plat_dev;302 struct device *mem_dev_l;303 struct device *mem_dev_r;304 void __iomem *regs_base;305 int irq;306 struct v4l2_ctrl_handler dec_ctrl_handler;[all …]