Searched defs:msi2500_dev (Results 1 – 1 of 1) sorted by relevance
105 struct msi2500_dev { struct106 struct device *dev;107 struct video_device vdev;108 struct v4l2_device v4l2_dev;109 struct v4l2_subdev *v4l2_subdev;110 struct spi_master *master;113 struct vb2_queue vb_queue;114 struct list_head queued_bufs;115 spinlock_t queued_bufs_lock; /* Protects queued_bufs */118 struct mutex v4l2_lock; /* Protects everything else */[all …]