Searched refs:to_rwpf (Results 1 – 4 of 4) sorted by relevance
51 struct vsp1_rwpf *rwpf = to_rwpf(subdev); in vsp1_rwpf_enum_frame_size()63 struct vsp1_rwpf *rwpf = to_rwpf(subdev); in vsp1_rwpf_set_format()172 struct vsp1_rwpf *rwpf = to_rwpf(subdev); in vsp1_rwpf_get_selection()219 struct vsp1_rwpf *rwpf = to_rwpf(subdev); in vsp1_rwpf_set_selection()
56 struct vsp1_rwpf *rpf = to_rwpf(&entity->subdev); in rpf_configure_stream()302 struct vsp1_rwpf *rpf = to_rwpf(&entity->subdev); in rpf_configure_frame()318 struct vsp1_rwpf *rpf = to_rwpf(&entity->subdev); in rpf_configure_partition()387 struct vsp1_rwpf *rpf = to_rwpf(&entity->subdev); in rpf_partition()
237 struct vsp1_rwpf *wpf = to_rwpf(&entity->subdev); in wpf_configure_stream()375 struct vsp1_rwpf *wpf = to_rwpf(&entity->subdev); in wpf_configure_frame()400 struct vsp1_rwpf *wpf = to_rwpf(&entity->subdev); in wpf_configure_partition()532 struct vsp1_rwpf *wpf = to_rwpf(&entity->subdev); in wpf_max_width()
69 static inline struct vsp1_rwpf *to_rwpf(struct v4l2_subdev *subdev) in to_rwpf() function