Searched defs:isc_device (Results 1 – 1 of 1) sorted by relevance
190 struct isc_device { struct191 struct regmap *regmap;192 struct clk *hclock;193 struct clk *ispck;194 struct isc_clk isc_clks[2];196 struct device *dev;197 struct v4l2_device v4l2_dev;198 struct video_device video_dev;200 struct vb2_queue vb2_vidq;201 spinlock_t dma_queue_lock; /* serialize access to dma queue */[all …]