Searched defs:msi2500_dev (Results 1 – 1 of 1) sorted by relevance
121 struct msi2500_dev { struct122 struct device *dev;123 struct video_device vdev;124 struct v4l2_device v4l2_dev;125 struct v4l2_subdev *v4l2_subdev;126 struct spi_master *master;129 struct vb2_queue vb_queue;130 struct list_head queued_bufs;131 spinlock_t queued_bufs_lock; /* Protects queued_bufs */134 struct mutex v4l2_lock; /* Protects everything else */[all …]