Searched defs:isc_device (Results 1 – 2 of 2) sorted by relevance
281 struct isc_device { struct282 struct regmap *regmap;283 struct clk *hclock;284 struct clk *ispck;285 struct isc_clk isc_clks[2];286 bool ispck_required;287 u32 dcfg;289 struct device *dev;290 struct v4l2_device v4l2_dev;291 struct video_device video_dev;[all …]