Lines Matching full:camss
3 * camss-vfe-4-8.c
16 #include "camss.h"
17 #include "camss-vfe.h"
18 #include "camss-vfe-gen1.h"
254 dev_dbg(vfe->camss->dev, "VFE HW Version = 0x%08x\n", hw_version); in vfe_hw_version()
985 dev_dbg(vfe->camss->dev, "VFE: status0 = 0x%08x, status1 = 0x%08x\n", in vfe_isr()
1102 struct camss *camss = vfe->camss; in vfe_pm_domain_off() local
1104 device_link_del(camss->genpd_link[vfe->id]); in vfe_pm_domain_off()
1113 struct camss *camss = vfe->camss; in vfe_pm_domain_on() local
1116 camss->genpd_link[id] = device_link_add(camss->dev, camss->genpd[id], DL_FLAG_STATELESS | in vfe_pm_domain_on()
1119 if (!camss->genpd_link[id]) { in vfe_pm_domain_on()
1120 dev_err(vfe->camss->dev, "Failed to add VFE#%d to power domain\n", id); in vfe_pm_domain_on()