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