Home
last modified time | relevance | path

Searched refs:to_rwpf (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_rwpf.c51 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()
H A Dvsp1_rpf.c56 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()
H A Dvsp1_wpf.c237 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()
H A Dvsp1_rwpf.h69 static inline struct vsp1_rwpf *to_rwpf(struct v4l2_subdev *subdev) in to_rwpf() function