Lines Matching refs:vsp1
31 return vsp1_read(wpf->entity.vsp1, in vsp1_wpf_read()
37 vsp1_write(wpf->entity.vsp1, in vsp1_wpf_write()
78 struct vsp1_device *vsp1 = wpf->entity.vsp1; in wpf_s_stream() local
90 vsp1_write(vsp1, VI6_WPF_IRQ_ENB(wpf->entity.index), 0); in wpf_s_stream()
159 vsp1_write(vsp1, VI6_DPR_WPF_FPORCH(wpf->entity.index), in wpf_s_stream()
162 vsp1_write(vsp1, VI6_WPF_WRBCK_CTRL, 0); in wpf_s_stream()
165 vsp1_write(vsp1, VI6_WPF_IRQ_STA(wpf->entity.index), 0); in wpf_s_stream()
166 vsp1_write(vsp1, VI6_WPF_IRQ_ENB(wpf->entity.index), in wpf_s_stream()
218 struct vsp1_rwpf *vsp1_wpf_create(struct vsp1_device *vsp1, unsigned int index) in vsp1_wpf_create() argument
226 wpf = devm_kzalloc(vsp1->dev, sizeof(*wpf), GFP_KERNEL); in vsp1_wpf_create()
236 ret = vsp1_entity_init(vsp1, &wpf->entity, 2); in vsp1_wpf_create()
247 dev_name(vsp1->dev), index); in vsp1_wpf_create()
261 dev_err(vsp1->dev, "wpf%u: failed to initialize controls\n", in vsp1_wpf_create()
271 video->vsp1 = vsp1; in vsp1_wpf_create()
284 if (!(vsp1->pdata.features & VSP1_HAS_LIF) || index != 0) in vsp1_wpf_create()