Searched defs:isc_device (Results 1 – 1 of 1) sorted by relevance
250 struct isc_device { struct251 struct regmap *regmap;252 struct clk *hclock;253 struct clk *ispck;254 struct isc_clk isc_clks[2];255 u32 dcfg;257 struct device *dev;258 struct v4l2_device v4l2_dev;259 struct video_device video_dev;261 struct vb2_queue vb2_vidq;[all …]