Lines Matching defs:vpfe_device
223 struct vpfe_device { struct
226 struct video_device video_dev;
228 struct v4l2_subdev **sd;
230 struct vpfe_config *cfg;
232 struct v4l2_device v4l2_dev;
234 struct device *pdev;
236 struct v4l2_async_notifier notifier;
238 unsigned field;
239 unsigned sequence;
241 struct vpfe_hw_if_param vpfe_if_params;
243 struct vpfe_subdev_info *current_subdev;
245 int current_input;
247 struct vpfe_std_info std_info;
249 int std_index;
251 unsigned int irq;
253 struct vpfe_cap_buffer *cur_frm;
255 struct vpfe_cap_buffer *next_frm;
257 struct v4l2_format fmt;
259 unsigned int bpp;
264 struct v4l2_rect crop;
266 struct vb2_queue buffer_queue;
268 struct list_head dma_queue;
270 spinlock_t dma_queue_lock;
272 struct mutex lock;
277 u32 field_off;
278 struct vpfe_ccdc ccdc;