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

/linux-4.4.14/drivers/media/platform/vsp1/
H A DMakefile3 vsp1-y += vsp1_hsit.o vsp1_lif.o vsp1_lut.o
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) to_hsit()
33 return container_of(subdev, struct vsp1_hsit, entity.subdev); to_hsit()
36 struct vsp1_hsit *vsp1_hsit_create(struct vsp1_device *vsp1, bool inverse);
H A Dvsp1_hsit.c2 * vsp1_hsit.c -- R-Car VSP1 Hue Saturation value (Inverse) Transform
20 #include "vsp1_hsit.h"
29 static inline void vsp1_hsit_write(struct vsp1_hsit *hsit, u32 reg, u32 data) vsp1_hsit_write()
40 struct vsp1_hsit *hsit = to_hsit(subdev); hsit_s_stream()
61 struct vsp1_hsit *hsit = to_hsit(subdev); hsit_enum_mbus_code()
79 struct vsp1_hsit *hsit = to_hsit(subdev); hsit_enum_frame_size()
110 struct vsp1_hsit *hsit = to_hsit(subdev); hsit_get_format()
122 struct vsp1_hsit *hsit = to_hsit(subdev); hsit_set_format()
181 struct vsp1_hsit *vsp1_hsit_create(struct vsp1_device *vsp1, bool inverse) vsp1_hsit_create()
184 struct vsp1_hsit *hsit; vsp1_hsit_create()
H A Dvsp1.h31 struct vsp1_hsit;
64 struct vsp1_hsit *hsi;
65 struct vsp1_hsit *hst;
H A Dvsp1_drv.c25 #include "vsp1_hsit.h"

Completed in 92 milliseconds