Home
last modified time | relevance | path

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

/openbmc/linux/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()
157 mutex_lock(hgt->ctrls.lock); in hgt_configure_stream()
159 lower = hgt->hue_areas[i*2 + 0]; in hgt_configure_stream()
160 upper = hgt->hue_areas[i*2 + 1]; in hgt_configure_stream()
165 mutex_unlock(hgt->ctrls.lock); in hgt_configure_stream()
189 struct vsp1_hgt *hgt; in vsp1_hgt_create() local
192 hgt = devm_kzalloc(vsp1->dev, sizeof(*hgt), GFP_KERNEL); in vsp1_hgt_create()
193 if (hgt == NULL) in vsp1_hgt_create()
200 hgt->histo.entity.subdev.ctrl_handler = &hgt->ctrls; in vsp1_hgt_create()
212 v4l2_ctrl_handler_setup(&hgt->ctrls); in vsp1_hgt_create()
[all …]
H A Dvsp1_pipe.c288 pipe->hgt = NULL; in vsp1_pipeline_reset()
371 if (pipe->hgt) in vsp1_pipeline_stop()
409 if (pipe->hgt) in vsp1_pipeline_frame_end()
410 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_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.h132 struct vsp1_entity *hgt; member
H A Dvsp1.h91 struct vsp1_hgt *hgt; member
H A Dvsp1_video.c615 pipe->hgt = e; in vsp1_video_pipeline_build()
/openbmc/linux/fs/gfs2/
H A Dbmap.c289 unsigned int hgt; in clone_metapath() local
292 for (hgt = 0; hgt < mp->mp_aheight; hgt++) in clone_metapath()
392 int hgt; in metapath_to_block() local
394 for (hgt = mp->mp_fheight - 1; hgt >= 0; hgt--) { in metapath_to_block()
472 unsigned int hgt;
480 for (hgt = mp->mp_fheight - 1; hgt >= mp->mp_aheight; hgt--) {
520 if (!hgt)
522 hgt--;
527 if (hgt) {
540 hgt += ret;
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dmeta-formats.rst20 metafmt-vsp1-hgt
H A Dmetafmt-vsp1-hgt.rst3 .. _v4l2-meta-fmt-vsp1-hgt: