Lines Matching defs:rvin_dev
216 struct rvin_dev { struct
217 struct device *dev;
218 void __iomem *base;
219 const struct rvin_info *info;
221 struct video_device vdev;
222 struct v4l2_device v4l2_dev;
223 struct v4l2_ctrl_handler ctrl_handler;
224 struct v4l2_async_notifier notifier;
226 struct rvin_parallel_entity parallel;
228 struct rvin_group *group;
229 unsigned int id;
230 struct media_pad pad;
255 void (*scaler)(struct rvin_dev *vin); argument
256 v4l2_std_id std;
258 unsigned int alpha;