Home
last modified time | relevance | path

Searched refs:rwpf (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_rwpf.c57 rwpf->max_height); in vsp1_rwpf_enum_frame_size()
69 mutex_lock(&rwpf->entity.lock); in vsp1_rwpf_set_format()
122 if (rwpf->flip.rotate) { in vsp1_rwpf_set_format()
128 mutex_unlock(&rwpf->entity.lock); in vsp1_rwpf_set_format()
148 mutex_lock(&rwpf->entity.lock); in vsp1_rwpf_get_selection()
177 mutex_unlock(&rwpf->entity.lock); in vsp1_rwpf_get_selection()
201 mutex_lock(&rwpf->entity.lock); in vsp1_rwpf_set_selection()
266 struct vsp1_rwpf *rwpf = in vsp1_rwpf_s_ctrl() local
271 rwpf->alpha = ctrl->val; in vsp1_rwpf_s_ctrl()
288 rwpf->entity.subdev.ctrl_handler = &rwpf->ctrls; in vsp1_rwpf_init_ctrls()
[all …]
H A Dvsp1_video.c351 struct vsp1_rwpf *rwpf) in vsp1_video_frame_end() argument
360 video->rwpf->mem = buf->mem; in vsp1_video_frame_end()
577 struct vsp1_rwpf *rwpf; in vsp1_video_pipeline_build() local
590 rwpf = to_rwpf(subdev); in vsp1_video_pipeline_build()
591 pipe->inputs[rwpf->entity.index] = rwpf; in vsp1_video_pipeline_build()
596 rwpf = to_rwpf(subdev); in vsp1_video_pipeline_build()
597 pipe->output = rwpf; in vsp1_video_pipeline_build()
777 video->rwpf->mem = buf->mem; in vsp1_video_buffer_queue()
1244 rwpf->video = video; in vsp1_video_create()
1247 video->rwpf = rwpf; in vsp1_video_create()
[all …]
H A Dvsp1_video.h34 struct vsp1_rwpf *rwpf; member
58 struct vsp1_rwpf *rwpf);
H A Dvsp1_rwpf.h84 int vsp1_rwpf_init_ctrls(struct vsp1_rwpf *rwpf, unsigned int ncontrols);
88 struct v4l2_rect *vsp1_rwpf_get_crop(struct vsp1_rwpf *rwpf,
H A Dvsp1_drm.c579 struct vsp1_rwpf *rwpf, in vsp1_du_pipeline_set_rwpf_format() argument
600 rwpf->fmtinfo = fmtinfo; in vsp1_du_pipeline_set_rwpf_format()
601 rwpf->format.num_planes = fmtinfo->planes; in vsp1_du_pipeline_set_rwpf_format()
602 rwpf->format.plane_fmt[0].bytesperline = pitch; in vsp1_du_pipeline_set_rwpf_format()
603 rwpf->format.plane_fmt[1].bytesperline = pitch / chroma_hsub; in vsp1_du_pipeline_set_rwpf_format()