Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/staging/media/deprecated/atmel/
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 …]
/kernel/linux/linux-6.6/drivers/media/platform/microchip/
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 …]
/kernel/linux/linux-5.10/drivers/media/platform/atmel/
Datmel-isc.h190 struct isc_device { struct
191 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 …]