Searched defs:rvin_dev (Results 1 – 1 of 1) sorted by relevance
182 struct rvin_dev { struct183 struct device *dev;184 void __iomem *base;185 const struct rvin_info *info;187 struct video_device vdev;188 struct v4l2_device v4l2_dev;189 struct v4l2_ctrl_handler ctrl_handler;190 struct v4l2_async_notifier notifier;192 struct rvin_parallel_entity *parallel;194 struct rvin_group *group;[all …]