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