Searched defs:vimc_cap_device (Results 1 – 1 of 1) sorted by relevance
30 struct vimc_cap_device { struct31 struct vimc_ent_device ved;32 struct video_device vdev;33 struct device *dev;34 struct v4l2_pix_format format;35 struct vb2_queue queue;36 struct list_head buf_list;44 spinlock_t qlock;45 struct mutex lock;46 u32 sequence;[all …]