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