Searched defs:isc_device (Results 1 – 1 of 1) sorted by relevance
178 struct isc_device { struct179 struct regmap *regmap;180 struct clk *hclock;181 struct clk *ispck;182 struct isc_clk isc_clks[2];184 struct device *dev;185 struct v4l2_device v4l2_dev;186 struct video_device video_dev;188 struct vb2_queue vb2_vidq;189 spinlock_t dma_queue_lock;[all …]