Searched refs:vsp1_hgt (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/ |
H A D | vsp1_hgt.c | 3 * vsp1_hgt.c -- R-Car VSP1 Histogram Generator 2D 18 #include "vsp1_hgt.h" 26 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 *hg in vsp1_hgt_create() [all...] |
H A D | vsp1_hgt.h | 3 * vsp1_hgt.h -- R-Car VSP1 Histogram Generator 2D 22 struct vsp1_hgt { struct 30 static inline struct vsp1_hgt *to_hgt(struct v4l2_subdev *subdev) in to_hgt() 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 D | vsp1.h | 32 struct vsp1_hgt; 87 struct vsp1_hgt *hgt;
|
H A D | Makefile | 7 vsp1-y += vsp1_hgo.o vsp1_hgt.o vsp1_histo.o
|
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_hgt.c | 3 * vsp1_hgt.c -- R-Car VSP1 Histogram Generator 2D 18 #include "vsp1_hgt.h" 26 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 *hg in vsp1_hgt_create() [all...] |
H A D | vsp1_hgt.h | 3 * vsp1_hgt.h -- R-Car VSP1 Histogram Generator 2D 22 struct vsp1_hgt { struct 30 static inline struct vsp1_hgt *to_hgt(struct v4l2_subdev *subdev) in to_hgt() 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 D | vsp1.h | 33 struct vsp1_hgt; 91 struct vsp1_hgt *hgt;
|
H A D | Makefile | 7 vsp1-y += vsp1_hgo.o vsp1_hgt.o vsp1_histo.o
|
Completed in 3 milliseconds