Searched defs:s5p_mfc_dev (Results 1 – 1 of 1) sorted by relevance
215 struct s5p_mfc_dev { struct216 struct v4l2_device v4l2_dev;217 struct video_device *vfd_dec;218 struct video_device *vfd_enc;219 struct platform_device *plat_dev;220 struct device *mem_dev_l;221 struct device *mem_dev_r;222 void __iomem *regs_base;223 int irq;224 struct resource *mfc_mem;[all …]