vsp1_hsit          33 drivers/media/platform/vsp1/vsp1.h struct vsp1_hsit;
vsp1_hsit          88 drivers/media/platform/vsp1/vsp1.h 	struct vsp1_hsit *hsi;
vsp1_hsit          89 drivers/media/platform/vsp1/vsp1.h 	struct vsp1_hsit *hst;
vsp1_hsit          26 drivers/media/platform/vsp1/vsp1_hsit.c static inline void vsp1_hsit_write(struct vsp1_hsit *hsit,
vsp1_hsit          40 drivers/media/platform/vsp1/vsp1_hsit.c 	struct vsp1_hsit *hsit = to_hsit(subdev);
vsp1_hsit          67 drivers/media/platform/vsp1/vsp1_hsit.c 	struct vsp1_hsit *hsit = to_hsit(subdev);
vsp1_hsit         135 drivers/media/platform/vsp1/vsp1_hsit.c 	struct vsp1_hsit *hsit = to_hsit(&entity->subdev);
vsp1_hsit         151 drivers/media/platform/vsp1/vsp1_hsit.c struct vsp1_hsit *vsp1_hsit_create(struct vsp1_device *vsp1, bool inverse)
vsp1_hsit         153 drivers/media/platform/vsp1/vsp1_hsit.c 	struct vsp1_hsit *hsit;
vsp1_hsit          27 drivers/media/platform/vsp1/vsp1_hsit.h static inline struct vsp1_hsit *to_hsit(struct v4l2_subdev *subdev)
vsp1_hsit          29 drivers/media/platform/vsp1/vsp1_hsit.h 	return container_of(subdev, struct vsp1_hsit, entity.subdev);
vsp1_hsit          32 drivers/media/platform/vsp1/vsp1_hsit.h struct vsp1_hsit *vsp1_hsit_create(struct vsp1_device *vsp1, bool inverse);