vsp1_hgt           32 drivers/media/platform/vsp1/vsp1.h struct vsp1_hgt;
vsp1_hgt           87 drivers/media/platform/vsp1/vsp1.h 	struct vsp1_hgt *hgt;
vsp1_hgt           26 drivers/media/platform/vsp1/vsp1_hgt.c static inline u32 vsp1_hgt_read(struct vsp1_hgt *hgt, u32 reg)
vsp1_hgt           31 drivers/media/platform/vsp1/vsp1_hgt.c static inline void vsp1_hgt_write(struct vsp1_hgt *hgt,
vsp1_hgt           43 drivers/media/platform/vsp1/vsp1_hgt.c 	struct vsp1_hgt *hgt = to_hgt(&entity->subdev);
vsp1_hgt          100 drivers/media/platform/vsp1/vsp1_hgt.c 	struct vsp1_hgt *hgt = container_of(ctrl->handler, struct vsp1_hgt,
vsp1_hgt          133 drivers/media/platform/vsp1/vsp1_hgt.c 	struct vsp1_hgt *hgt = to_hgt(&entity->subdev);
vsp1_hgt          187 drivers/media/platform/vsp1/vsp1_hgt.c struct vsp1_hgt *vsp1_hgt_create(struct vsp1_device *vsp1)
vsp1_hgt          189 drivers/media/platform/vsp1/vsp1_hgt.c 	struct vsp1_hgt *hgt;
vsp1_hgt           30 drivers/media/platform/vsp1/vsp1_hgt.h static inline struct vsp1_hgt *to_hgt(struct v4l2_subdev *subdev)
vsp1_hgt           32 drivers/media/platform/vsp1/vsp1_hgt.h 	return container_of(subdev, struct vsp1_hgt, histo.entity.subdev);
vsp1_hgt           35 drivers/media/platform/vsp1/vsp1_hgt.h struct vsp1_hgt *vsp1_hgt_create(struct vsp1_device *vsp1);