Searched refs:rwpf (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/media/platform/vsp1/ |
D | vsp1_rwpf.c | 48 struct vsp1_rwpf *rwpf = to_rwpf(subdev); in vsp1_rwpf_enum_frame_size() local 51 format = vsp1_entity_get_pad_format(&rwpf->entity, cfg, fse->pad, in vsp1_rwpf_enum_frame_size() 59 fse->max_width = rwpf->max_width; in vsp1_rwpf_enum_frame_size() 61 fse->max_height = rwpf->max_height; in vsp1_rwpf_enum_frame_size() 76 vsp1_rwpf_get_crop(struct vsp1_rwpf *rwpf, struct v4l2_subdev_pad_config *cfg, u32 which) in vsp1_rwpf_get_crop() argument 80 return v4l2_subdev_get_try_crop(&rwpf->entity.subdev, cfg, RWPF_PAD_SINK); in vsp1_rwpf_get_crop() 82 return &rwpf->crop; in vsp1_rwpf_get_crop() 91 struct vsp1_rwpf *rwpf = to_rwpf(subdev); in vsp1_rwpf_get_format() local 93 fmt->format = *vsp1_entity_get_pad_format(&rwpf->entity, cfg, fmt->pad, in vsp1_rwpf_get_format() 102 struct vsp1_rwpf *rwpf = to_rwpf(subdev); in vsp1_rwpf_set_format() local [all …]
|
D | vsp1_video.h | 116 struct vsp1_entity *rwpf; member 143 int vsp1_video_init(struct vsp1_video *video, struct vsp1_entity *rwpf);
|
D | vsp1_video.c | 423 struct vsp1_rwpf *rwpf; in vsp1_pipeline_validate() local 436 rwpf = to_rwpf(subdev); in vsp1_pipeline_validate() 437 pipe->inputs[pipe->num_inputs++] = rwpf; in vsp1_pipeline_validate() 438 rwpf->video.pipe_index = pipe->num_inputs; in vsp1_pipeline_validate() 440 rwpf = to_rwpf(subdev); in vsp1_pipeline_validate() 442 rwpf->video.pipe_index = 0; in vsp1_pipeline_validate() 1111 int vsp1_video_init(struct vsp1_video *video, struct vsp1_entity *rwpf) in vsp1_video_init() argument 1132 video->rwpf = rwpf; in vsp1_video_init() 1166 rwpf->subdev.name, direction); in vsp1_video_init()
|