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