Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/platform/renesas/vsp1/
H A Dvsp1_hgo.c157 hgo->max_rgb = hgo->ctrls.max_rgb->cur.val; in hgo_configure_stream()
159 hgo->num_bins = hgo_num_bins[hgo->ctrls.num_bins->cur.val]; in hgo_configure_stream()
188 struct vsp1_hgo *hgo; in vsp1_hgo_create() local
191 hgo = devm_kzalloc(vsp1->dev, sizeof(*hgo), GFP_KERNEL); in vsp1_hgo_create()
192 if (hgo == NULL) in vsp1_hgo_create()
208 hgo->ctrls.max_rgb = v4l2_ctrl_new_custom(&hgo->ctrls.handler, in vsp1_hgo_create()
211 hgo->ctrls.num_bins = in vsp1_hgo_create()
215 hgo->max_rgb = false; in vsp1_hgo_create()
216 hgo->num_bins = 64; in vsp1_hgo_create()
218 hgo->histo.entity.subdev.ctrl_handler = &hgo->ctrls.handler; in vsp1_hgo_create()
[all …]
H A Dvsp1_drv.c157 if (vsp1->hgo) { in vsp1_uapi_create_links()
158 ret = media_create_pad_link(&vsp1->hgo->histo.entity.subdev.entity, in vsp1_uapi_create_links()
160 &vsp1->hgo->histo.video.entity, 0, in vsp1_uapi_create_links()
322 vsp1->hgo = vsp1_hgo_create(vsp1); in vsp1_create_entities()
323 if (IS_ERR(vsp1->hgo)) { in vsp1_create_entities()
324 ret = PTR_ERR(vsp1->hgo); in vsp1_create_entities()
328 list_add_tail(&vsp1->hgo->histo.entity.list_dev, in vsp1_create_entities()
H A Dvsp1_pipe.c287 pipe->hgo = NULL; in vsp1_pipeline_reset()
388 if (pipe->hgo) in vsp1_pipeline_stop()
428 if (pipe->hgo) in vsp1_pipeline_frame_end()
429 vsp1_hgo_frame_end(pipe->hgo); in vsp1_pipeline_frame_end()
H A Dvsp1_hgo.h39 void vsp1_hgo_frame_end(struct vsp1_entity *hgo);
H A Dvsp1_pipe.h120 struct vsp1_entity *hgo; member
H A Dvsp1.h90 struct vsp1_hgo *hgo; member
H A Dvsp1_video.c491 pipe->hgo = e; in vsp1_video_pipeline_build()
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dmeta-formats.rst23 metafmt-vsp1-hgo
H A Dmetafmt-vsp1-hgo.rst3 .. _v4l2-meta-fmt-vsp1-hgo: