Searched defs:cedrus_dev (Results 1 – 1 of 1) sorted by relevance
173 struct cedrus_dev { struct174 struct v4l2_device v4l2_dev;175 struct video_device vfd;176 struct media_device mdev;177 struct media_pad pad[2];178 struct platform_device *pdev;202 static inline void cedrus_write(struct cedrus_dev *dev, u32 reg, u32 val) in cedrus_write() argument