Searched defs:cobalt_stream (Results 1 – 1 of 1) sorted by relevance
220 struct cobalt_stream { struct221 struct video_device vdev;222 struct vb2_queue q;223 struct list_head bufs;224 struct i2c_adapter *i2c_adap;225 struct v4l2_subdev *sd;226 struct mutex lock;227 spinlock_t irqlock;228 struct v4l2_dv_timings timings;229 u32 input;[all …]