Searched defs:rvin_dev (Results 1 – 1 of 1) sorted by relevance
203 struct rvin_dev { struct204 struct device *dev;205 void __iomem *base;206 const struct rvin_info *info;208 struct video_device vdev;209 struct v4l2_device v4l2_dev;210 struct v4l2_ctrl_handler ctrl_handler;211 struct v4l2_async_notifier notifier;213 struct rvin_parallel_entity *parallel;215 struct rvin_group *group;[all …]