vsp1_hgo
struct vsp1_hgo;
struct vsp1_hgo *hgo;
struct vsp1_hgo *hgo = to_hgo(&entity->subdev);
struct vsp1_hgo *vsp1_hgo_create(struct vsp1_device *vsp1)
struct vsp1_hgo *hgo;
static inline u32 vsp1_hgo_read(struct vsp1_hgo *hgo, u32 reg)
static inline void vsp1_hgo_write(struct vsp1_hgo *hgo,
struct vsp1_hgo *hgo = to_hgo(&entity->subdev);
static inline struct vsp1_hgo *to_hgo(struct v4l2_subdev *subdev)
return container_of(subdev, struct vsp1_hgo, histo.entity.subdev);
struct vsp1_hgo *vsp1_hgo_create(struct vsp1_device *vsp1);