Home
last modified time | relevance | path

Searched refs:pmdomain_tbl (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/media/platform/qcom/iris/
H A Diris_vpu_common.c251 iris_disable_power_domains(core, core->pmdomain_tbl->pd_devs[IRIS_CTRL_POWER_DOMAIN]); in iris_vpu_power_off_controller()
258 dev_pm_genpd_set_hwmode(core->pmdomain_tbl->pd_devs[IRIS_HW_POWER_DOMAIN], false); in iris_vpu_power_off_hw()
259 iris_disable_power_domains(core, core->pmdomain_tbl->pd_devs[IRIS_HW_POWER_DOMAIN]); in iris_vpu_power_off_hw()
279 ret = iris_enable_power_domains(core, core->pmdomain_tbl->pd_devs[IRIS_CTRL_POWER_DOMAIN]); in iris_vpu_power_on_controller()
300 iris_disable_power_domains(core, core->pmdomain_tbl->pd_devs[IRIS_CTRL_POWER_DOMAIN]); in iris_vpu_power_on_controller()
309 ret = iris_enable_power_domains(core, core->pmdomain_tbl->pd_devs[IRIS_HW_POWER_DOMAIN]); in iris_vpu_power_on_hw()
317 ret = dev_pm_genpd_set_hwmode(core->pmdomain_tbl->pd_devs[IRIS_HW_POWER_DOMAIN], true); in iris_vpu_power_on_hw()
326 iris_disable_power_domains(core, core->pmdomain_tbl->pd_devs[IRIS_HW_POWER_DOMAIN]); in iris_vpu_power_on_hw()
H A Diris_core.h80 struct dev_pm_domain_list *pmdomain_tbl; member
H A Diris_platform_sm8250.c122 .pmdomain_tbl = sm8250_pmdomain_table,
H A Diris_probe.c48 .pd_names = core->iris_platform_data->pmdomain_tbl, in iris_init_power_domains()
59 ret = devm_pm_domain_attach_list(core->dev, &iris_pd_data, &core->pmdomain_tbl); in iris_init_power_domains()
H A Diris_platform_common.h151 const char * const *pmdomain_tbl; member
H A Diris_platform_sm8550.c229 .pmdomain_tbl = sm8550_pmdomain_table,