Lines Matching full:camss
3 * camss-vfe.c
25 #include "camss-vfe.h"
26 #include "camss.h"
286 switch (vfe->camss->res->version) { in vfe_src_pad_code()
418 dev_err(vfe->camss->dev, "VFE reset timeout\n"); in vfe_reset()
612 struct camss *camss = vfe->camss; in vfe_pm_domain_on() local
617 vfe->genpd_link = device_link_add(camss->dev, vfe->genpd, in vfe_pm_domain_on()
649 struct device *dev = vfe->camss->dev; in vfe_set_clock_rates()
796 ret = pm_runtime_resume_and_get(vfe->camss->dev); in vfe_get()
805 vfe->camss->dev); in vfe_get()
833 pm_runtime_put_sync(vfe->camss->dev); in vfe_get()
852 dev_err(vfe->camss->dev, "vfe power off on power_count == 0\n"); in vfe_put()
860 pm_runtime_put_sync(vfe->camss->dev); in vfe_put()
953 dev_err(vfe->camss->dev, in vfe_set_stream()
958 dev_err(vfe->camss->dev, in vfe_set_stream()
1485 int msm_vfe_subdev_init(struct camss *camss, struct vfe_device *vfe, in msm_vfe_subdev_init() argument
1488 struct device *dev = camss->dev; in msm_vfe_subdev_init()
1502 vfe->genpd = dev_pm_domain_attach_by_name(camss->dev, in msm_vfe_subdev_init()
1522 vfe->genpd = dev_pm_domain_attach_by_id(camss->dev, id); in msm_vfe_subdev_init()
1599 vfe->camss = camss; in msm_vfe_subdev_init()
1607 l->video_out.camss = camss; in msm_vfe_subdev_init()
1696 switch (vfe->camss->res->version) { in vfe_bpl_align()
1725 struct device *dev = vfe->camss->dev; in msm_vfe_register_entities()
1854 return vfe->camss->res->vfe_res[vfe->id].vfe.is_lite; in vfe_is_lite()