Searched refs:vsp1_hsit (Results 1 - 4 of 4) sorted by relevance

/drivers/media/platform/vsp1/
H A Dvsp1_hsit.h2 * vsp1_hsit.h -- R-Car VSP1 Hue Saturation value (Inverse) Transform
26 struct vsp1_hsit { struct
31 static inline struct vsp1_hsit *to_hsit(struct v4l2_subdev *subdev)
33 return container_of(subdev, struct vsp1_hsit, entity.subdev);
36 struct vsp1_hsit *vsp1_hsit_create(struct vsp1_device *vsp1, bool inverse);
H A DMakefile3 vsp1-y += vsp1_hsit.o vsp1_lif.o vsp1_lut.o
H A Dvsp1.h32 struct vsp1_hsit;
54 struct vsp1_hsit *hsi;
55 struct vsp1_hsit *hst;
H A Dvsp1_hsit.c2 * vsp1_hsit.c -- R-Car VSP1 Hue Saturation value (Inverse) Transform
20 #include "vsp1_hsit.h"
29 static inline u32 vsp1_hsit_read(struct vsp1_hsit *hsit, u32 reg)
34 static inline void vsp1_hsit_write(struct vsp1_hsit *hsit, u32 reg, u32 data)
45 struct vsp1_hsit *hsit = to_hsit(subdev);
66 struct vsp1_hsit *hsit = to_hsit(subdev);
113 struct vsp1_hsit *hsit = to_hsit(subdev);
125 struct vsp1_hsit *hsit = to_hsit(subdev);
184 struct vsp1_hsit *vsp1_hsit_create(struct vsp1_device *vsp1, bool inverse)
187 struct vsp1_hsit *hsi
[all...]

Completed in 53 milliseconds