Searched refs:ceu_device (Results 1 – 1 of 1) sorted by relevance
171 struct ceu_device { struct211 static inline struct ceu_device *v4l2_to_ceu(struct v4l2_device *v4l2_dev) in v4l2_to_ceu() argument213 return container_of(v4l2_dev, struct ceu_device, v4l2_dev); in v4l2_to_ceu()303 static void ceu_write(struct ceu_device *priv, unsigned int reg_offs, u32 data) in ceu_write()308 static u32 ceu_read(struct ceu_device *priv, unsigned int reg_offs) in ceu_read()319 static int ceu_soft_reset(struct ceu_device *ceudev) in ceu_soft_reset()351 static int ceu_hw_config(struct ceu_device *ceudev) in ceu_hw_config()467 static int ceu_capture(struct ceu_device *ceudev) in ceu_capture()495 struct ceu_device *ceudev = data; in ceu_irq()580 static void ceu_calc_plane_sizes(struct ceu_device *ceudev, in ceu_calc_plane_sizes()[all …]