Lines Matching full:camss

3  * camss-vfe.c
25 #include "camss-vfe.h"
26 #include "camss.h"
174 switch (vfe->camss->res->version) { in vfe_src_pad_code()
303 dev_err(vfe->camss->dev, "VFE reset timeout\n"); in vfe_reset()
497 struct camss *camss = vfe->camss; in vfe_pm_domain_on() local
502 vfe->genpd_link = device_link_add(camss->dev, vfe->genpd, in vfe_pm_domain_on()
534 struct device *dev = vfe->camss->dev; in vfe_set_clock_rates()
681 ret = pm_runtime_resume_and_get(vfe->camss->dev); in vfe_get()
690 vfe->camss->dev); in vfe_get()
718 pm_runtime_put_sync(vfe->camss->dev); in vfe_get()
737 dev_err(vfe->camss->dev, "vfe power off on power_count == 0\n"); in vfe_put()
745 pm_runtime_put_sync(vfe->camss->dev); in vfe_put()
838 dev_err(vfe->camss->dev, in vfe_set_stream()
843 dev_err(vfe->camss->dev, in vfe_set_stream()
1370 int msm_vfe_subdev_init(struct camss *camss, struct vfe_device *vfe, in msm_vfe_subdev_init() argument
1373 struct device *dev = camss->dev; in msm_vfe_subdev_init()
1386 vfe->genpd = dev_pm_domain_attach_by_name(camss->dev, in msm_vfe_subdev_init()
1406 vfe->genpd = dev_pm_domain_attach_by_id(camss->dev, id); in msm_vfe_subdev_init()
1486 vfe->camss = camss; in msm_vfe_subdev_init()
1494 l->video_out.camss = camss; in msm_vfe_subdev_init()
1499 switch (camss->res->version) { in msm_vfe_subdev_init()
1613 struct device *dev = vfe->camss->dev; in msm_vfe_register_entities()
1664 if (vfe->camss->res->version == CAMSS_845 || in msm_vfe_register_entities()
1665 vfe->camss->res->version == CAMSS_8250) in msm_vfe_register_entities()
1743 return vfe->camss->res->vfe_res[vfe->id].is_lite; in vfe_is_lite()