Lines Matching defs:bcap_device
61 struct bcap_device { struct
63 struct v4l2_device v4l2_dev;
65 struct v4l2_ctrl_handler ctrl_handler;
67 struct video_device video_dev;
69 struct v4l2_subdev *sd;
71 struct bfin_capture_config *cfg;
73 struct ppi_if *ppi;
75 unsigned int cur_input;
77 v4l2_std_id std;
79 struct v4l2_dv_timings dv_timings;
81 struct v4l2_pix_format fmt;
83 int bpp;
85 int dlen;
87 struct bcap_format *sensor_formats;
89 int num_sensor_formats;
91 struct bcap_buffer *cur_frm;
93 struct vb2_queue buffer_queue;
95 struct vb2_alloc_ctx *alloc_ctx;
97 struct list_head dma_queue;
99 spinlock_t lock;
101 struct mutex mutex;
103 struct completion comp;
105 bool stop;
107 unsigned sequence;