Home
last modified time | relevance | path

Searched refs:dev_pm_domain_attach_by_name (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Dlpass-macro-common.c26 l_pds->macro_pd = dev_pm_domain_attach_by_name(dev, "macro"); in lpass_macro_pds_init()
36 l_pds->dcodec_pd = dev_pm_domain_attach_by_name(dev, "dcodec"); in lpass_macro_pds_init()
/openbmc/linux/drivers/base/power/
H A Dcommon.c160 struct device *dev_pm_domain_attach_by_name(struct device *dev, in dev_pm_domain_attach_by_name() function
168 EXPORT_SYMBOL_GPL(dev_pm_domain_attach_by_name);
/openbmc/linux/include/linux/
H A Dpm_domain.h428 struct device *dev_pm_domain_attach_by_name(struct device *dev,
443 static inline struct device *dev_pm_domain_attach_by_name(struct device *dev, in dev_pm_domain_attach_by_name() function
/openbmc/linux/drivers/irqchip/
H A Dirq-imx-mu-msi.c351 pd_a = dev_pm_domain_attach_by_name(dev, "processor-a-side"); in imx_mu_of_init()
355 pd_b = dev_pm_domain_attach_by_name(dev, "processor-b-side"); in imx_mu_of_init()
/openbmc/linux/drivers/cpuidle/
H A Ddt_idle_genpd.c183 dev = dev_pm_domain_attach_by_name(get_cpu_device(cpu), name); in dt_idle_attach_cpu()
/openbmc/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_gmu.c1529 gmu->cxpd = dev_pm_domain_attach_by_name(gmu->dev, "cx"); in a6xx_gmu_wrapper_init()
1545 gmu->gxpd = dev_pm_domain_attach_by_name(gmu->dev, "gx"); in a6xx_gmu_wrapper_init()
1686 gmu->cxpd = dev_pm_domain_attach_by_name(gmu->dev, "cx"); in a6xx_gmu_init()
1706 gmu->gxpd = dev_pm_domain_attach_by_name(gmu->dev, "gx"); in a6xx_gmu_init()
/openbmc/linux/drivers/pmdomain/imx/
H A Dimx8m-blk-ctrl.c214 bc->bus_power_dev = dev_pm_domain_attach_by_name(dev, "bus"); in imx8m_blk_ctrl_probe()
260 dev_pm_domain_attach_by_name(dev, data->gpc_name); in imx8m_blk_ctrl_probe()
H A Dimx8mp-blk-ctrl.c645 bc->bus_power_dev = dev_pm_domain_attach_by_name(dev, "bus"); in imx8mp_blk_ctrl_probe()
689 dev_pm_domain_attach_by_name(dev, data->gpc_name); in imx8mp_blk_ctrl_probe()
/openbmc/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_device.c171 dev_pm_domain_attach_by_name(pfdev->dev, in panfrost_pm_domain_init()
/openbmc/linux/drivers/bus/
H A Dqcom-ssc-block-bus.c196 pds[i] = dev_pm_domain_attach_by_name(dev, pd_names[i]); in qcom_ssc_block_bus_pds_attach()
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpci-imx6.c520 imx6_pcie->pd_pcie = dev_pm_domain_attach_by_name(dev, "pcie"); in imx6_pcie_attach_pd()
535 imx6_pcie->pd_pcie_phy = dev_pm_domain_attach_by_name(dev, "pcie_phy"); in imx6_pcie_attach_pd()
/openbmc/linux/drivers/remoteproc/
H A Dqcom_wcnss.c406 wcnss->pds[i] = dev_pm_domain_attach_by_name(wcnss->dev, pd_names[i]); in wcnss_init_pds()
H A Dqcom_q6v5_adsp.c148 devs[i] = dev_pm_domain_attach_by_name(dev, pd_names[i]); in qcom_rproc_pds_attach()
H A Dqcom_q6v5_pas.c504 devs[i] = dev_pm_domain_attach_by_name(dev, pd_names[i]); in adsp_pds_attach()
H A Dqcom_q6v5_mss.c1842 devs[i] = dev_pm_domain_attach_by_name(dev, pd_names[i]); in q6v5_pds_attach()
/openbmc/linux/drivers/media/platform/qcom/venus/
H A Dpm_helpers.c870 pd = dev_pm_domain_attach_by_name(dev, in vcodec_domains_get()
/openbmc/linux/drivers/usb/host/
H A Dxhci-tegra.c1147 tegra->genpd_dev_host = dev_pm_domain_attach_by_name(dev, "xusb_host"); in tegra_xusb_powerdomain_init()
1154 tegra->genpd_dev_ss = dev_pm_domain_attach_by_name(dev, "xusb_ss"); in tegra_xusb_powerdomain_init()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c3730 xudc->genpd_dev_device = dev_pm_domain_attach_by_name(dev, "dev"); in tegra_xudc_powerdomain_init()
3737 xudc->genpd_dev_ss = dev_pm_domain_attach_by_name(dev, "ss"); in tegra_xudc_powerdomain_init()
/openbmc/linux/drivers/opp/
H A Dcore.c2461 virt_dev = dev_pm_domain_attach_by_name(dev, *name); in _opp_attach_genpd()