Home
last modified time | relevance | path

Searched refs:hgo (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_drv.c160 if (vsp1->hgo) { in vsp1_uapi_create_links()
161 ret = media_create_pad_link(&vsp1->hgo->histo.entity.subdev.entity, in vsp1_uapi_create_links()
163 &vsp1->hgo->histo.video.entity, 0, in vsp1_uapi_create_links()
309 vsp1->hgo = vsp1_hgo_create(vsp1); in vsp1_create_entities()
310 if (IS_ERR(vsp1->hgo)) { in vsp1_create_entities()
311 ret = PTR_ERR(vsp1->hgo); in vsp1_create_entities()
315 list_add_tail(&vsp1->hgo->histo.entity.list_dev, in vsp1_create_entities()
H A Dvsp1_hgo.h39 void vsp1_hgo_frame_end(struct vsp1_entity *hgo);
H A Dvsp1_pipe.c432 pipe->hgo = NULL; in vsp1_pipeline_reset()
536 if (pipe->hgo) in vsp1_pipeline_stop()
576 if (pipe->hgo) in vsp1_pipeline_frame_end()
577 vsp1_hgo_frame_end(pipe->hgo); in vsp1_pipeline_frame_end()
H A Dvsp1_pipe.h89 * @hgo: HGO entity, if present
120 struct vsp1_entity *hgo; member
H A Dvsp1.h93 struct vsp1_hgo *hgo; member
/linux/Documentation/userspace-api/media/v4l/
H A Dmeta-formats.rst25 metafmt-vsp1-hgo
H A Dmetafmt-vsp1-hgo.rst3 .. _v4l2-meta-fmt-vsp1-hgo: