Searched refs:hgo (Results 1 – 9 of 9) sorted by relevance
157 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() local191 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 …]
157 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()
287 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()
39 void vsp1_hgo_frame_end(struct vsp1_entity *hgo);
120 struct vsp1_entity *hgo; member
90 struct vsp1_hgo *hgo; member
491 pipe->hgo = e; in vsp1_video_pipeline_build()
23 metafmt-vsp1-hgo
3 .. _v4l2-meta-fmt-vsp1-hgo: