Searched defs:g2d_dev (Results 1 – 2 of 2) sorted by relevance
21 struct g2d_dev { struct22 struct v4l2_device v4l2_dev;23 struct v4l2_m2m_dev *m2m_dev;24 struct video_device *vfd;25 struct mutex mutex;26 spinlock_t ctrl_lock;27 atomic_t num_inst;28 void __iomem *regs;29 struct clk *clk;30 struct clk *gate;[all …]
200 struct device *g2d_dev; member