Lines Matching defs:vpfe_device
217 struct vpfe_device { struct
220 struct video_device video_dev;
222 struct v4l2_subdev **sd;
224 struct vpfe_config *cfg;
226 struct v4l2_device v4l2_dev;
228 struct device *pdev;
230 struct v4l2_async_notifier notifier;
232 unsigned field;
233 unsigned sequence;
235 struct vpfe_hw_if_param vpfe_if_params;
237 struct vpfe_subdev_info *current_subdev;
239 int current_input;
241 struct vpfe_std_info std_info;
243 int std_index;
245 unsigned int irq;
247 struct vpfe_cap_buffer *cur_frm;
249 struct vpfe_cap_buffer *next_frm;
251 struct v4l2_format fmt;
253 unsigned int bpp;
258 struct v4l2_rect crop;
260 struct vb2_queue buffer_queue;
262 struct list_head dma_queue;
264 spinlock_t dma_queue_lock;
266 struct mutex lock;
271 u32 field_off;
272 struct vpfe_ccdc ccdc;