Lines Matching full:vfe

146 		.vfe = {
254 .vfe = {
280 .vfe = {
478 .vfe = {
503 .vfe = {
703 .vfe = {
731 .vfe = {
928 .vfe = {
955 .vfe = {
964 /* VFE-lite */
981 .vfe = {
1161 .vfe = {
1187 .vfe = {
1212 .vfe = {
1236 .vfe = {
1456 .vfe = {
1481 .vfe = {
1506 .vfe = {
1529 .vfe = {
1550 .vfe = {
1772 .vfe = {
1792 .vfe = {
1812 .vfe = {
1832 .vfe = {
1851 .vfe = {
1870 .vfe = {
1889 .vfe = {
1908 .vfe = {
2081 struct vfe_device *vfe = &camss->vfe[id]; in camss_pm_domain_on() local
2083 ret = vfe->res->hw_ops->pm_domain_on(vfe); in camss_pm_domain_on()
2092 struct vfe_device *vfe = &camss->vfe[id]; in camss_pm_domain_off() local
2094 vfe->res->hw_ops->pm_domain_off(vfe); in camss_pm_domain_off()
2103 struct vfe_device *vfe = &camss->vfe[id]; in vfe_parent_dev_ops_get() local
2105 ret = vfe_get(vfe); in vfe_parent_dev_ops_get()
2114 struct vfe_device *vfe = &camss->vfe[id]; in vfe_parent_dev_ops_put() local
2116 vfe_put(vfe); in vfe_parent_dev_ops_put()
2126 struct vfe_device *vfe = &camss->vfe[id]; in vfe_parent_dev_ops_get_base_address() local
2128 return vfe->base; in vfe_parent_dev_ops_get_base_address()
2257 /* note: SM8250 requires VFE to be initialized before CSID */ in camss_init_subdevices()
2259 ret = msm_vfe_subdev_init(camss, &camss->vfe[i], in camss_init_subdevices()
2263 "Fail to init vfe%d sub-device: %d\n", i, ret); in camss_init_subdevices()
2366 for (j = 0; j < camss->vfe[k].res->line_num; j++) { in camss_link_entities()
2368 struct v4l2_subdev *vfe = &camss->vfe[k].line[j].subdev; in camss_link_entities() local
2372 &vfe->entity, in camss_link_entities()
2377 vfe->entity.name, in camss_link_entities()
2385 for (j = 0; j < camss->vfe[k].res->line_num; j++) { in camss_link_entities()
2387 struct v4l2_subdev *vfe = &camss->vfe[k].line[j].subdev; in camss_link_entities() local
2391 &vfe->entity, in camss_link_entities()
2396 vfe->entity.name, in camss_link_entities()
2447 ret = msm_vfe_register_entities(&camss->vfe[i], in camss_register_entities()
2451 "Failed to register vfe%d entities: %d\n", in camss_register_entities()
2461 msm_vfe_unregister_entities(&camss->vfe[i]); in camss_register_entities()
2498 msm_vfe_unregister_entities(&camss->vfe[i]); in camss_unregister_entities()
2596 if (res->vfe_res[i].vfe.has_pd) in camss_configure_pd()
2671 msm_vfe_genpd_cleanup(&camss->vfe[i]); in camss_genpd_subdevice_cleanup()
2728 camss->vfe = devm_kcalloc(dev, camss->res->vfe_num, in camss_probe()
2729 sizeof(*camss->vfe), GFP_KERNEL); in camss_probe()
2730 if (!camss->vfe) in camss_probe()