Lines Matching refs:vsp1_rwpf
29 static inline void vsp1_wpf_write(struct vsp1_rwpf *wpf, in vsp1_wpf_write()
44 static int vsp1_wpf_set_rotation(struct vsp1_rwpf *wpf, unsigned int rotation) in vsp1_wpf_set_rotation()
96 struct vsp1_rwpf *wpf = in vsp1_wpf_s_ctrl()
97 container_of(ctrl->handler, struct vsp1_rwpf, ctrls); in vsp1_wpf_s_ctrl()
134 static int wpf_init_controls(struct vsp1_rwpf *wpf) in wpf_init_controls()
194 struct vsp1_rwpf *wpf = to_rwpf(subdev); in wpf_s_stream()
230 struct vsp1_rwpf *wpf = entity_to_rwpf(entity); in vsp1_wpf_destroy()
235 static int wpf_configure_writeback_chain(struct vsp1_rwpf *wpf, in wpf_configure_writeback_chain()
261 struct vsp1_rwpf *wpf = to_rwpf(&entity->subdev); in wpf_configure_stream()
325 struct vsp1_rwpf *input = pipe->inputs[i]; in wpf_configure_stream()
372 struct vsp1_rwpf *wpf = to_rwpf(&entity->subdev); in wpf_configure_frame()
396 struct vsp1_rwpf *wpf = to_rwpf(&entity->subdev); in wpf_configure_partition()
536 struct vsp1_rwpf *wpf = to_rwpf(&entity->subdev); in wpf_max_width()
563 struct vsp1_rwpf *vsp1_wpf_create(struct vsp1_device *vsp1, unsigned int index) in vsp1_wpf_create()
565 struct vsp1_rwpf *wpf; in vsp1_wpf_create()