• Home
  • Raw
  • Download

Lines Matching refs:fh

28 			     struct v4l2_subdev_fh *fh,  in vsp1_rwpf_enum_mbus_code()  argument
45 struct v4l2_subdev_fh *fh, in vsp1_rwpf_enum_frame_size() argument
51 format = v4l2_subdev_get_try_format(fh, fse->pad); in vsp1_rwpf_enum_frame_size()
75 vsp1_rwpf_get_crop(struct vsp1_rwpf *rwpf, struct v4l2_subdev_fh *fh, u32 which) in vsp1_rwpf_get_crop() argument
79 return v4l2_subdev_get_try_crop(fh, RWPF_PAD_SINK); in vsp1_rwpf_get_crop()
87 int vsp1_rwpf_get_format(struct v4l2_subdev *subdev, struct v4l2_subdev_fh *fh, in vsp1_rwpf_get_format() argument
92 fmt->format = *vsp1_entity_get_pad_format(&rwpf->entity, fh, fmt->pad, in vsp1_rwpf_get_format()
98 int vsp1_rwpf_set_format(struct v4l2_subdev *subdev, struct v4l2_subdev_fh *fh, in vsp1_rwpf_set_format() argument
110 format = vsp1_entity_get_pad_format(&rwpf->entity, fh, fmt->pad, in vsp1_rwpf_set_format()
133 crop = vsp1_rwpf_get_crop(rwpf, fh, fmt->which); in vsp1_rwpf_set_format()
140 format = vsp1_entity_get_pad_format(&rwpf->entity, fh, RWPF_PAD_SOURCE, in vsp1_rwpf_set_format()
148 struct v4l2_subdev_fh *fh, in vsp1_rwpf_get_selection() argument
160 sel->r = *vsp1_rwpf_get_crop(rwpf, fh, sel->which); in vsp1_rwpf_get_selection()
164 format = vsp1_entity_get_pad_format(&rwpf->entity, fh, in vsp1_rwpf_get_selection()
180 struct v4l2_subdev_fh *fh, in vsp1_rwpf_set_selection() argument
197 format = vsp1_entity_get_pad_format(&rwpf->entity, fh, RWPF_PAD_SINK, in vsp1_rwpf_set_selection()
210 crop = vsp1_rwpf_get_crop(rwpf, fh, sel->which); in vsp1_rwpf_set_selection()
214 format = vsp1_entity_get_pad_format(&rwpf->entity, fh, RWPF_PAD_SOURCE, in vsp1_rwpf_set_selection()