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