Home
last modified time | relevance | path

Searched refs:hgt (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/drivers/media/platform/renesas/vsp1/
H A Dvsp1_hgt.c103 memcpy(hgt->hue_areas, ctrl->p_new.p_u8, sizeof(hgt->hue_areas)); in hgt_hue_areas_s_ctrl()
155 mutex_lock(hgt->ctrls.lock); in hgt_configure_stream()
157 lower = hgt->hue_areas[i*2 + 0]; in hgt_configure_stream()
158 upper = hgt->hue_areas[i*2 + 1]; in hgt_configure_stream()
163 mutex_unlock(hgt->ctrls.lock); in hgt_configure_stream()
187 struct vsp1_hgt *hgt; in vsp1_hgt_create() local
190 hgt = devm_kzalloc(vsp1->dev, sizeof(*hgt), GFP_KERNEL); in vsp1_hgt_create()
191 if (hgt == NULL) in vsp1_hgt_create()
208 hgt->histo.entity.subdev.ctrl_handler = &hgt->ctrls; in vsp1_hgt_create()
210 v4l2_ctrl_handler_setup(&hgt->ctrls); in vsp1_hgt_create()
[all …]
H A Dvsp1_drv.c167 if (vsp1->hgt) { in vsp1_uapi_create_links()
168 ret = media_create_pad_link(&vsp1->hgt->histo.entity.subdev.entity, in vsp1_uapi_create_links()
170 &vsp1->hgt->histo.video.entity, 0, in vsp1_uapi_create_links()
333 vsp1->hgt = vsp1_hgt_create(vsp1); in vsp1_create_entities()
334 if (IS_ERR(vsp1->hgt)) { in vsp1_create_entities()
335 ret = PTR_ERR(vsp1->hgt); in vsp1_create_entities()
339 list_add_tail(&vsp1->hgt->histo.entity.list_dev, in vsp1_create_entities()
H A Dvsp1_pipe.c288 pipe->hgt = NULL; in vsp1_pipeline_reset()
393 if (pipe->hgt) in vsp1_pipeline_stop()
431 if (pipe->hgt) in vsp1_pipeline_frame_end()
432 vsp1_hgt_frame_end(pipe->hgt); in vsp1_pipeline_frame_end()
H A Dvsp1_hgt.h36 void vsp1_hgt_frame_end(struct vsp1_entity *hgt);
H A Dvsp1_pipe.h121 struct vsp1_entity *hgt; member
H A Dvsp1.h91 struct vsp1_hgt *hgt; member
H A Dvsp1_video.c495 pipe->hgt = e; in vsp1_video_pipeline_build()
/linux-6.15/fs/gfs2/
H A Dbmap.c287 unsigned int hgt; in clone_metapath() local
290 for (hgt = 0; hgt < mp->mp_aheight; hgt++) in clone_metapath()
396 int hgt; in metapath_to_block() local
398 for (hgt = mp->mp_fheight - 1; hgt >= 0; hgt--) { in metapath_to_block()
475 unsigned int hgt; in gfs2_walk_metadata() local
483 for (hgt = mp->mp_fheight - 1; hgt >= mp->mp_aheight; hgt--) { in gfs2_walk_metadata()
523 if (!hgt) in gfs2_walk_metadata()
525 hgt--; in gfs2_walk_metadata()
530 if (hgt) { in gfs2_walk_metadata()
543 hgt += ret; in gfs2_walk_metadata()
[all …]
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dmeta-formats.rst24 metafmt-vsp1-hgt
H A Dmetafmt-vsp1-hgt.rst3 .. _v4l2-meta-fmt-vsp1-hgt: