Searched defs:rcar_drif_sdr (Results 1 – 1 of 1) sorted by relevance
211 struct rcar_drif_sdr { struct212 struct device *dev; /* Platform device */213 struct video_device *vdev; /* V4L2 SDR device */214 struct v4l2_device v4l2_dev; /* V4L2 device */217 struct vb2_queue vb_queue;218 struct list_head queued_bufs;219 spinlock_t queued_bufs_lock; /* Protects queued_bufs */220 spinlock_t dma_lock; /* To serialize DMA cb of channels */222 struct mutex v4l2_mutex; /* To serialize ioctls */223 struct mutex vb_queue_mutex; /* To serialize streaming ioctls */[all …]