Searched refs:vsp1_clu (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/ |
H A D | vsp1_clu.c | 3 * vsp1_clu.c -- R-Car VSP1 Cubic Look-Up Table 16 #include "vsp1_clu.h" 28 static inline void vsp1_clu_write(struct vsp1_clu *clu, in vsp1_clu_write() 43 static int clu_set_table(struct vsp1_clu *clu, struct v4l2_ctrl *ctrl) in clu_set_table() 66 struct vsp1_clu *clu = in clu_s_ctrl() 67 container_of(ctrl->handler, struct vsp1_clu, ctrls); in clu_s_ctrl() 177 struct vsp1_clu *clu = to_clu(&entity->subdev); in clu_configure_stream() 195 struct vsp1_clu *clu = to_clu(&entity->subdev); in clu_configure_frame() 223 struct vsp1_clu *clu = to_clu(&entity->subdev); in clu_destroy() 238 struct vsp1_clu *vsp1_clu_creat [all...] |
H A D | vsp1_clu.h | 3 * vsp1_clu.h -- R-Car VSP1 Cubic Look-Up Table 26 struct vsp1_clu { struct 38 static inline struct vsp1_clu *to_clu(struct v4l2_subdev *subdev) in to_clu() 40 return container_of(subdev, struct vsp1_clu, entity.subdev); in to_clu() 43 struct vsp1_clu *vsp1_clu_create(struct vsp1_device *vsp1);
|
H A D | vsp1.h | 30 struct vsp1_clu; 85 struct vsp1_clu *clu;
|
H A D | Makefile | 5 vsp1-y += vsp1_clu.o vsp1_hsit.o vsp1_lut.o
|
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_clu.c | 3 * vsp1_clu.c -- R-Car VSP1 Cubic Look-Up Table 16 #include "vsp1_clu.h" 28 static inline void vsp1_clu_write(struct vsp1_clu *clu, in vsp1_clu_write() 43 static int clu_set_table(struct vsp1_clu *clu, struct v4l2_ctrl *ctrl) in clu_set_table() 66 struct vsp1_clu *clu = in clu_s_ctrl() 67 container_of(ctrl->handler, struct vsp1_clu, ctrls); in clu_s_ctrl() 178 struct vsp1_clu *clu = to_clu(&entity->subdev); in clu_configure_stream() 196 struct vsp1_clu *clu = to_clu(&entity->subdev); in clu_configure_frame() 224 struct vsp1_clu *clu = to_clu(&entity->subdev); in clu_destroy() 239 struct vsp1_clu *vsp1_clu_creat [all...] |
H A D | vsp1_clu.h | 3 * vsp1_clu.h -- R-Car VSP1 Cubic Look-Up Table 26 struct vsp1_clu { struct 38 static inline struct vsp1_clu *to_clu(struct v4l2_subdev *subdev) in to_clu() 40 return container_of(subdev, struct vsp1_clu, entity.subdev); in to_clu() 43 struct vsp1_clu *vsp1_clu_create(struct vsp1_device *vsp1);
|
H A D | vsp1.h | 31 struct vsp1_clu; 89 struct vsp1_clu *clu;
|
H A D | Makefile | 5 vsp1-y += vsp1_clu.o vsp1_hsit.o vsp1_lut.o
|
Completed in 2 milliseconds