Home
last modified time | relevance | path

Searched refs:vsp1_hgo (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_hgo.h20 struct vsp1_hgo { struct
33 static inline struct vsp1_hgo *to_hgo(struct v4l2_subdev *subdev) in to_hgo() argument
35 return container_of(subdev, struct vsp1_hgo, histo.entity.subdev); in to_hgo()
38 struct vsp1_hgo *vsp1_hgo_create(struct vsp1_device *vsp1);
H A Dvsp1_hgo.c26 static inline u32 vsp1_hgo_read(struct vsp1_hgo *hgo, u32 reg) in vsp1_hgo_read()
31 static inline void vsp1_hgo_write(struct vsp1_hgo *hgo, in vsp1_hgo_write()
43 struct vsp1_hgo *hgo = to_hgo(&entity->subdev); in vsp1_hgo_frame_end()
137 struct vsp1_hgo *hgo = to_hgo(&entity->subdev); in hgo_configure_stream()
188 struct vsp1_hgo *vsp1_hgo_create(struct vsp1_device *vsp1) in vsp1_hgo_create()
190 struct vsp1_hgo *hgo; in vsp1_hgo_create()
H A Dvsp1.h32 struct vsp1_hgo;
90 struct vsp1_hgo *hgo;
H A DMakefile7 vsp1-y += vsp1_hgo.o vsp1_hgt.o vsp1_histo.o