Home
last modified time | relevance | path

Searched refs:opp_pmdomain (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/platform/qcom/venus/ !
H A Dcore.c884 .opp_pmdomain = (const char *[]) { "cx" },
935 .opp_pmdomain = (const char *[]) { "cx" },
994 .opp_pmdomain = (const char *[]) { "mx" },
1055 .opp_pmdomain = (const char *[]) { "cx" },
1102 .opp_pmdomain = (const char *[]) { "cx" },
H A Dpm_helpers.c889 .pd_names = res->opp_pmdomain, in vcodec_domains_get()
902 if (!res->opp_pmdomain) in vcodec_domains_get()
906 ret = devm_pm_domain_attach_list(dev, &opp_pd_data, &core->opp_pmdomain); in vcodec_domains_get()
1000 if (core->res->opp_pmdomain) { in core_get_v4()
1050 if (core->opp_pmdomain) in core_power_v4()
H A Dcore.h85 const char **opp_pmdomain; member
202 struct dev_pm_domain_list *opp_pmdomain; member