Lines Matching defs:vpfe_device
222 struct vpfe_device { struct
225 struct video_device video_dev;
227 struct v4l2_subdev **sd;
229 struct vpfe_config *cfg;
231 struct v4l2_device v4l2_dev;
233 struct device *pdev;
235 struct v4l2_async_notifier notifier;
237 unsigned field;
238 unsigned sequence;
240 struct vpfe_hw_if_param vpfe_if_params;
242 struct vpfe_subdev_info *current_subdev;
244 int current_input;
246 struct vpfe_std_info std_info;
248 int std_index;
250 unsigned int irq;
252 struct vpfe_cap_buffer *cur_frm;
254 struct vpfe_cap_buffer *next_frm;
256 struct v4l2_format fmt;
258 unsigned int bpp;
263 struct v4l2_rect crop;
265 struct vb2_queue buffer_queue;
267 struct vb2_alloc_ctx *alloc_ctx;
269 struct list_head dma_queue;
271 spinlock_t dma_queue_lock;
273 struct mutex lock;
278 u32 field_off;
279 struct vpfe_ccdc ccdc;