Searched defs:vpfe_video_device (Results 1 – 1 of 1) sorted by relevance
81 struct vpfe_video_device { struct83 struct vpfe_device *vpfe_dev;85 struct video_device video_dev;87 struct media_pad pad;89 const struct vpfe_video_operations *ops;91 enum v4l2_buf_type type;93 u32 field_id;95 struct vpfe_pipeline pipe;97 u8 started;99 unsigned int state;[all …]