Home
last modified time | relevance | path

Searched defs:isc_device (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/staging/media/deprecated/atmel/
H A Datmel-isc.h263 struct isc_device { struct
264 struct regmap *regmap;
265 struct clk *hclock;
266 struct clk *ispck;
267 struct isc_clk isc_clks[2];
268 bool ispck_required;
269 u32 dcfg;
271 struct device *dev;
272 struct v4l2_device v4l2_dev;
273 struct video_device video_dev;
[all …]
/openbmc/linux/drivers/media/platform/microchip/
H A Dmicrochip-isc.h281 struct isc_device { struct
282 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 …]