Searched defs:cedrus_dev (Results 1 – 1 of 1) sorted by relevance
132 struct cedrus_dev { struct133 struct v4l2_device v4l2_dev;134 struct video_device vfd;135 struct media_device mdev;159 static inline void cedrus_write(struct cedrus_dev *dev, u32 reg, u32 val) in cedrus_write() argument