Lines Matching refs:camss
106 dev_dbg(vfe->camss->dev, "VFE HW Version = %u.%u.%u\n", gen, rev, step); in vfe_hw_version()
261 dev_err(vfe->camss->dev, "Output is running\n"); in vfe_get_output()
299 dev_err(vfe->camss->dev, "Output is not in reserved state %d\n", in vfe_enable_output()
456 dev_err_ratelimited(vfe->camss->dev, in vfe_isr_wm_done()
464 dev_err_ratelimited(vfe->camss->dev, in vfe_isr_wm_done()
500 struct camss *camss = vfe->camss; in vfe_pm_domain_off() local
502 if (vfe->id >= camss->vfe_num) in vfe_pm_domain_off()
505 device_link_del(camss->genpd_link[vfe->id]); in vfe_pm_domain_off()
514 struct camss *camss = vfe->camss; in vfe_pm_domain_on() local
517 if (id >= camss->vfe_num) in vfe_pm_domain_on()
520 camss->genpd_link[id] = device_link_add(camss->dev, camss->genpd[id], in vfe_pm_domain_on()
524 if (!camss->genpd_link[id]) in vfe_pm_domain_on()