Searched defs:rvin_dev (Results 1 – 2 of 2) 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 …]
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 …]