Searched defs:video_i2c_data (Results 1 – 1 of 1) sorted by relevance
76 struct video_i2c_data { struct77 struct regmap *regmap;79 struct mutex lock;80 spinlock_t slock;81 unsigned int sequence;82 struct mutex queue_lock;84 struct v4l2_device v4l2_dev;85 struct video_device vdev;86 struct vb2_queue vb_vidq;89 struct list_head vid_cap_active;[all …]
Completed in 6 milliseconds