Searched defs:cedrus_dev (Results 1 – 1 of 1) sorted by relevance
157 struct cedrus_dev { struct158 struct v4l2_device v4l2_dev;159 struct video_device vfd;160 struct media_device mdev;161 struct media_pad pad[2];185 static inline void cedrus_write(struct cedrus_dev *dev, u32 reg, u32 val) in cedrus_write() argument