Searched defs:g2d_dev (Results 1 – 2 of 2) sorted by relevance
17 struct g2d_dev { struct18 struct v4l2_device v4l2_dev;19 struct v4l2_m2m_dev *m2m_dev;20 struct video_device *vfd;21 struct mutex mutex;22 spinlock_t ctrl_lock;23 atomic_t num_inst;24 void __iomem *regs;25 struct clk *clk;26 struct clk *gate;[all …]
202 struct device *g2d_dev; member