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()
94 struct vsp1_rwpf *wpf = in vsp1_wpf_s_ctrl()
95 container_of(ctrl->handler, struct vsp1_rwpf, ctrls); in vsp1_wpf_s_ctrl()
132 static int wpf_init_controls(struct vsp1_rwpf *wpf) in wpf_init_controls()
190 void vsp1_wpf_stop(struct vsp1_rwpf *wpf) in vsp1_wpf_stop()
205 struct vsp1_rwpf *wpf = entity_to_rwpf(entity); in vsp1_wpf_destroy()
210 static int wpf_configure_writeback_chain(struct vsp1_rwpf *wpf, in wpf_configure_writeback_chain()
237 struct vsp1_rwpf *wpf = to_rwpf(&entity->subdev); in wpf_configure_stream()
297 struct vsp1_rwpf *input = pipe->inputs[i]; in wpf_configure_stream()
344 struct vsp1_rwpf *wpf = to_rwpf(&entity->subdev); in wpf_configure_frame()
369 struct vsp1_rwpf *wpf = to_rwpf(&entity->subdev); in wpf_configure_partition()
501 struct vsp1_rwpf *wpf = to_rwpf(&entity->subdev); in wpf_max_width()
529 struct vsp1_rwpf *vsp1_wpf_create(struct vsp1_device *vsp1, unsigned int index) in vsp1_wpf_create()
531 struct vsp1_rwpf *wpf; in vsp1_wpf_create()