Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/platform/renesas/vsp1/
Dvsp1_hsit.h22 struct vsp1_hsit { struct
27 static inline struct vsp1_hsit *to_hsit(struct v4l2_subdev *subdev) in to_hsit() argument
29 return container_of(subdev, struct vsp1_hsit, entity.subdev); in to_hsit()
32 struct vsp1_hsit *vsp1_hsit_create(struct vsp1_device *vsp1, bool inverse);
Dvsp1_hsit.c26 static inline void vsp1_hsit_write(struct vsp1_hsit *hsit, in vsp1_hsit_write()
40 struct vsp1_hsit *hsit = to_hsit(subdev); in hsit_enum_mbus_code()
68 struct vsp1_hsit *hsit = to_hsit(subdev); in hsit_set_format()
137 struct vsp1_hsit *hsit = to_hsit(&entity->subdev); in hsit_configure_stream()
153 struct vsp1_hsit *vsp1_hsit_create(struct vsp1_device *vsp1, bool inverse) in vsp1_hsit_create()
155 struct vsp1_hsit *hsit; in vsp1_hsit_create()
Dvsp1.h34 struct vsp1_hsit;
92 struct vsp1_hsit *hsi;
93 struct vsp1_hsit *hst;
DMakefile5 vsp1-y += vsp1_clu.o vsp1_hsit.o vsp1_lut.o