Searched defs:g2d_dev (Results 1 – 1 of 1) 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 struct vb2_alloc_ctx *alloc_ctx;29 void __iomem *regs;30 struct clk *clk;[all …]