Searched refs:hgo (Results 1 – 9 of 9) sorted by relevance
159 hgo->max_rgb = hgo->ctrls.max_rgb->cur.val; in hgo_configure_stream()161 hgo->num_bins = hgo_num_bins[hgo->ctrls.num_bins->cur.val]; in hgo_configure_stream()190 struct vsp1_hgo *hgo; in vsp1_hgo_create() local193 hgo = devm_kzalloc(vsp1->dev, sizeof(*hgo), GFP_KERNEL); in vsp1_hgo_create()194 if (hgo == NULL) in vsp1_hgo_create()200 hgo->ctrls.max_rgb = v4l2_ctrl_new_custom(&hgo->ctrls.handler, in vsp1_hgo_create()203 hgo->ctrls.num_bins = in vsp1_hgo_create()207 hgo->max_rgb = false; in vsp1_hgo_create()208 hgo->num_bins = 64; in vsp1_hgo_create()210 hgo->histo.entity.subdev.ctrl_handler = &hgo->ctrls.handler; in vsp1_hgo_create()[all …]
287 pipe->hgo = NULL; in vsp1_pipeline_reset()366 if (pipe->hgo) in vsp1_pipeline_stop()406 if (pipe->hgo) in vsp1_pipeline_frame_end()407 vsp1_hgo_frame_end(pipe->hgo); in vsp1_pipeline_frame_end()
149 if (vsp1->hgo) { in vsp1_uapi_create_links()150 ret = media_create_pad_link(&vsp1->hgo->histo.entity.subdev.entity, in vsp1_uapi_create_links()152 &vsp1->hgo->histo.video.entity, 0, in vsp1_uapi_create_links()314 vsp1->hgo = vsp1_hgo_create(vsp1); in vsp1_create_entities()315 if (IS_ERR(vsp1->hgo)) { in vsp1_create_entities()316 ret = PTR_ERR(vsp1->hgo); in vsp1_create_entities()320 list_add_tail(&vsp1->hgo->histo.entity.list_dev, in vsp1_create_entities()
39 void vsp1_hgo_frame_end(struct vsp1_entity *hgo);
131 struct vsp1_entity *hgo; member
90 struct vsp1_hgo *hgo; member
610 pipe->hgo = e; in vsp1_video_pipeline_build()
19 pixfmt-meta-vsp1-hgo
3 .. _v4l2-meta-fmt-vsp1-hgo:
Completed in 12 milliseconds