Searched defs:cobalt_stream (Results 1 – 1 of 1) sorted by relevance
209 struct cobalt_stream { struct210 struct video_device vdev;211 struct vb2_queue q;212 struct list_head bufs;213 struct i2c_adapter *i2c_adap;214 struct v4l2_subdev *sd;215 struct mutex lock;216 spinlock_t irqlock;217 struct v4l2_dv_timings timings;218 u32 input;[all …]