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()
416 dev_err(vfe->camss->dev, "VFE reset timeout\n"); in vfe_reset()
610 struct camss *camss = vfe->camss; in vfe_pm_domain_on() local
615 vfe->genpd_link = device_link_add(camss->dev, vfe->genpd, in vfe_pm_domain_on()
647 struct device *dev = vfe->camss->dev; in vfe_set_clock_rates()
794 ret = pm_runtime_resume_and_get(vfe->camss->dev); in vfe_get()
803 vfe->camss->dev); in vfe_get()
831 pm_runtime_put_sync(vfe->camss->dev); in vfe_get()
850 dev_err(vfe->camss->dev, "vfe power off on power_count == 0\n"); in vfe_put()
858 pm_runtime_put_sync(vfe->camss->dev); in vfe_put()
951 dev_err(vfe->camss->dev, in vfe_set_stream()
956 dev_err(vfe->camss->dev, in vfe_set_stream()
1483 int msm_vfe_subdev_init(struct camss *camss, struct vfe_device *vfe, in msm_vfe_subdev_init() argument
1486 struct device *dev = camss->dev; in msm_vfe_subdev_init()
1500 vfe->genpd = dev_pm_domain_attach_by_name(camss->dev, in msm_vfe_subdev_init()
1520 vfe->genpd = dev_pm_domain_attach_by_id(camss->dev, id); in msm_vfe_subdev_init()
1597 vfe->camss = camss; in msm_vfe_subdev_init()
1605 l->video_out.camss = camss; in msm_vfe_subdev_init()
1694 switch (vfe->camss->res->version) { in vfe_bpl_align()
1722 struct device *dev = vfe->camss->dev; in msm_vfe_register_entities()
1851 return vfe->camss->res->vfe_res[vfe->id].vfe.is_lite; in vfe_is_lite()