Searched defs:rvin_dev (Results 1 – 1 of 1) sorted by relevance
176 struct rvin_dev { struct177 struct device *dev;178 void __iomem *base;179 const struct rvin_info *info;181 struct video_device vdev;182 struct v4l2_device v4l2_dev;183 struct v4l2_ctrl_handler ctrl_handler;185 struct rvin_parallel_entity parallel;187 struct rvin_group *group;188 unsigned int id;[all …]