Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_hgt.h22 struct vsp1_hgt { struct
30 static inline struct vsp1_hgt *to_hgt(struct v4l2_subdev *subdev) in to_hgt() argument
32 return container_of(subdev, struct vsp1_hgt, histo.entity.subdev); in to_hgt()
35 struct vsp1_hgt *vsp1_hgt_create(struct vsp1_device *vsp1);
H A Dvsp1_hgt.c26 static inline u32 vsp1_hgt_read(struct vsp1_hgt *hgt, u32 reg) in vsp1_hgt_read()
31 static inline void vsp1_hgt_write(struct vsp1_hgt *hgt, in vsp1_hgt_write()
43 struct vsp1_hgt *hgt = to_hgt(&entity->subdev); in vsp1_hgt_frame_end()
100 struct vsp1_hgt *hgt = container_of(ctrl->handler, struct vsp1_hgt, in hgt_hue_areas_s_ctrl()
133 struct vsp1_hgt *hgt = to_hgt(&entity->subdev); in hgt_configure_stream()
187 struct vsp1_hgt *vsp1_hgt_create(struct vsp1_device *vsp1) in vsp1_hgt_create()
189 struct vsp1_hgt *hgt; in vsp1_hgt_create()
H A Dvsp1.h33 struct vsp1_hgt;
91 struct vsp1_hgt *hgt;
H A DMakefile7 vsp1-y += vsp1_hgo.o vsp1_hgt.o vsp1_histo.o