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.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.c882 .pd_names = res->opp_pmdomain, in vcodec_domains_get()
895 if (!res->opp_pmdomain) in vcodec_domains_get()
899 ret = devm_pm_domain_attach_list(dev, &opp_pd_data, &core->opp_pmdomain); in vcodec_domains_get()
993 if (core->res->opp_pmdomain) { in core_get_v4()
1043 if (core->opp_pmdomain) in core_power_v4()
H A Dcore.h79 const char **opp_pmdomain; member
141 * @opp_pmdomain: an OPP power-domain
195 struct dev_pm_domain_list *opp_pmdomain; member