Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/platform/
Drenesas-ceu.c171 struct ceu_device { struct
172 struct device *dev;
173 struct video_device vdev;
174 struct v4l2_device v4l2_dev;
177 struct ceu_subdev *subdevs;
179 struct ceu_subdev *sd;
180 unsigned int sd_index;
181 unsigned int num_sd;
184 u32 irq_mask;
209 static inline struct ceu_device *v4l2_to_ceu(struct v4l2_device *v4l2_dev) in v4l2_to_ceu() argument