Lines Matching refs:vsp1

136 	struct vsp1_device *vsp1 = wpf->entity.vsp1;  in wpf_init_controls()  local
144 } else if (vsp1_feature(vsp1, VSP1_HAS_WPF_HFLIP)) { in wpf_init_controls()
150 } else if (vsp1_feature(vsp1, VSP1_HAS_WPF_VFLIP)) { in wpf_init_controls()
180 dev_err(vsp1->dev, "wpf%u: failed to initialize controls\n", in wpf_init_controls()
195 struct vsp1_device *vsp1 = wpf->entity.vsp1; in wpf_s_stream() local
204 vsp1_write(vsp1, VI6_WPF_IRQ_ENB(wpf->entity.index), 0); in wpf_s_stream()
205 vsp1_write(vsp1, wpf->entity.index * VI6_WPF_OFFSET + in wpf_s_stream()
244 dev_err(wpf->entity.vsp1->dev, in wpf_configure_writeback_chain()
262 struct vsp1_device *vsp1 = wpf->entity.vsp1; in wpf_configure_stream() local
304 if (vsp1_feature(vsp1, VSP1_HAS_WPF_HFLIP) && index == 0) in wpf_configure_stream()
324 for (i = 0; i < vsp1->info->rpf_count; ++i) { in wpf_configure_stream()
397 struct vsp1_device *vsp1 = wpf->entity.vsp1; in wpf_configure_partition() local
518 if (vsp1->info->gen >= 3 && format->num_planes == 3 && in wpf_configure_partition()
563 struct vsp1_rwpf *vsp1_wpf_create(struct vsp1_device *vsp1, unsigned int index) in vsp1_wpf_create() argument
569 wpf = devm_kzalloc(vsp1->dev, sizeof(*wpf), GFP_KERNEL); in vsp1_wpf_create()
573 if (vsp1->info->gen == 2) { in vsp1_wpf_create()
586 ret = vsp1_entity_init(vsp1, &wpf->entity, name, 2, &wpf_ops, in vsp1_wpf_create()
592 wpf->dlm = vsp1_dlm_create(vsp1, index, 64); in vsp1_wpf_create()
601 dev_err(vsp1->dev, "wpf%u: failed to initialize controls\n", in vsp1_wpf_create()