Lines Matching refs:camss
187 dev_dbg(vfe->camss->dev, "VFE HW Version = %u.%u.%u\n", in vfe_hw_version()
412 dev_err(vfe->camss->dev, "Output is running\n"); in vfe_get_output()
420 dev_err(vfe->camss->dev, "Can not reserve wm\n"); in vfe_get_output()
465 dev_err(vfe->camss->dev, "Output is not in reserved state %d\n", in vfe_enable_output()
630 dev_err_ratelimited(vfe->camss->dev, in vfe_isr_wm_done()
638 dev_err_ratelimited(vfe->camss->dev, in vfe_isr_wm_done()
674 struct camss *camss = vfe->camss; in vfe_pm_domain_off() local
676 if (vfe->id >= camss->vfe_num) in vfe_pm_domain_off()
679 device_link_del(camss->genpd_link[vfe->id]); in vfe_pm_domain_off()
688 struct camss *camss = vfe->camss; in vfe_pm_domain_on() local
691 if (id >= camss->vfe_num) in vfe_pm_domain_on()
694 camss->genpd_link[id] = device_link_add(camss->dev, camss->genpd[id], in vfe_pm_domain_on()
698 if (!camss->genpd_link[id]) in vfe_pm_domain_on()