Searched defs:rvin_dev (Results 1 – 1 of 1) sorted by relevance
207 struct rvin_dev { struct208 struct device *dev;209 void __iomem *base;210 const struct rvin_info *info;212 struct video_device vdev;213 struct v4l2_device v4l2_dev;214 struct v4l2_ctrl_handler ctrl_handler;215 struct v4l2_async_notifier notifier;217 struct rvin_parallel_entity parallel;219 struct rvin_group *group;[all …]