Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/vsp1/
Dvsp1_hsit.h26 struct vsp1_hsit { struct
31 static inline struct vsp1_hsit *to_hsit(struct v4l2_subdev *subdev) in to_hsit() argument
33 return container_of(subdev, struct vsp1_hsit, entity.subdev); in to_hsit()
36 struct vsp1_hsit *vsp1_hsit_create(struct vsp1_device *vsp1, bool inverse);
Dvsp1_hsit.c29 static inline void vsp1_hsit_write(struct vsp1_hsit *hsit, u32 reg, u32 data) in vsp1_hsit_write()
40 struct vsp1_hsit *hsit = to_hsit(subdev); in hsit_s_stream()
61 struct vsp1_hsit *hsit = to_hsit(subdev); in hsit_enum_mbus_code()
79 struct vsp1_hsit *hsit = to_hsit(subdev); in hsit_enum_frame_size()
110 struct vsp1_hsit *hsit = to_hsit(subdev); in hsit_get_format()
122 struct vsp1_hsit *hsit = to_hsit(subdev); in hsit_set_format()
181 struct vsp1_hsit *vsp1_hsit_create(struct vsp1_device *vsp1, bool inverse) in vsp1_hsit_create()
184 struct vsp1_hsit *hsit; in vsp1_hsit_create()
Dvsp1.h31 struct vsp1_hsit;
64 struct vsp1_hsit *hsi;
65 struct vsp1_hsit *hst;
DMakefile3 vsp1-y += vsp1_hsit.o vsp1_lif.o vsp1_lut.o