Home
last modified time | relevance | path

Searched refs:pm_domain_on (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/media/platform/qcom/camss/
H A Dcamss-vfe.h108 int (*pm_domain_on)(struct vfe_device *vfe); member
H A Dcamss-vfe-480.c501 .pm_domain_on = vfe_pm_domain_on,
H A Dcamss-vfe-17x.c690 .pm_domain_on = vfe_pm_domain_on,
H A Dcamss-vfe-4-1.c1003 .pm_domain_on = vfe_4_1_pm_domain_on,
H A Dcamss-vfe-4-8.c1153 .pm_domain_on = vfe_pm_domain_on,
H A Dcamss-vfe-4-7.c1163 .pm_domain_on = vfe_pm_domain_on,
H A Dcamss-vfe.c790 ret = vfe->res->hw_ops->pm_domain_on(vfe); in vfe_get()