Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/platform/qcom/venus/
H A Dcore.c871 .opp_pmdomain = (const char *[]) { "cx" },
922 .opp_pmdomain = (const char *[]) { "cx" },
981 .opp_pmdomain = (const char *[]) { "mx" },
1042 .opp_pmdomain = (const char *[]) { "cx" },
H A Dpm_helpers.c875 .pd_names = res->opp_pmdomain, in vcodec_domains_get()
888 if (!res->opp_pmdomain) in vcodec_domains_get()
892 ret = devm_pm_domain_attach_list(dev, &opp_pd_data, &core->opp_pmdomain); in vcodec_domains_get()
983 if (core->res->opp_pmdomain) { in core_get_v4()
1025 if (core->opp_pmdomain) in core_power_v4()
H A Dcore.h77 const char **opp_pmdomain; member
192 struct dev_pm_domain_list *opp_pmdomain; member