Symbol: dev_pm_domain_attach_by_name
drivers/base/power/common.c
172
EXPORT_SYMBOL_GPL(dev_pm_domain_attach_by_name);
drivers/base/power/common.c
246
pd_dev = dev_pm_domain_attach_by_name(dev,
drivers/bus/qcom-ssc-block-bus.c
196
pds[i] = dev_pm_domain_attach_by_name(dev, pd_names[i]);
drivers/cpuidle/dt_idle_genpd.c
177
dev = dev_pm_domain_attach_by_name(get_cpu_device(cpu), name);
drivers/gpu/drm/msm/adreno/a6xx_gmu.c
2235
gmu->cxpd = dev_pm_domain_attach_by_name(gmu->dev, "cx");
drivers/gpu/drm/msm/adreno/a6xx_gmu.c
2251
gmu->gxpd = dev_pm_domain_attach_by_name(gmu->dev, "gx");
drivers/gpu/drm/msm/adreno/a6xx_gmu.c
2421
gmu->cxpd = dev_pm_domain_attach_by_name(gmu->dev, "cx");
drivers/gpu/drm/msm/adreno/a6xx_gmu.c
2448
gmu->gxpd = dev_pm_domain_attach_by_name(gmu->dev, "gx");
drivers/gpu/drm/panfrost/panfrost_device.c
186
dev_pm_domain_attach_by_name(pfdev->base.dev,
drivers/irqchip/irq-imx-mu-msi.c
342
pd_a = dev_pm_domain_attach_by_name(dev, "processor-a-side");
drivers/irqchip/irq-imx-mu-msi.c
346
pd_b = dev_pm_domain_attach_by_name(dev, "processor-b-side");
drivers/media/platform/qcom/camss/camss-vfe.c
1802
vfe->genpd = dev_pm_domain_attach_by_name(camss->dev,
drivers/media/platform/qcom/camss/camss.c
5275
camss->genpd = dev_pm_domain_attach_by_name(camss->dev,
drivers/pci/controller/dwc/pci-imx6.c
650
imx_pcie->pd_pcie = dev_pm_domain_attach_by_name(dev, "pcie");
drivers/pci/controller/dwc/pci-imx6.c
665
imx_pcie->pd_pcie_phy = dev_pm_domain_attach_by_name(dev, "pcie_phy");
drivers/pmdomain/imx/imx8m-blk-ctrl.c
230
bc->bus_power_dev = dev_pm_domain_attach_by_name(dev, "bus");
drivers/pmdomain/imx/imx8m-blk-ctrl.c
276
dev_pm_domain_attach_by_name(dev, data->gpc_name);
drivers/pmdomain/imx/imx8mp-blk-ctrl.c
657
bc->bus_power_dev = dev_pm_domain_attach_by_name(dev, "bus");
drivers/pmdomain/imx/imx8mp-blk-ctrl.c
701
dev_pm_domain_attach_by_name(dev, data->gpc_name);
drivers/remoteproc/qcom_q6v5_mss.c
1955
devs[i] = dev_pm_domain_attach_by_name(dev, pd_names[i]);
drivers/remoteproc/qcom_q6v5_pas.c
590
devs[i] = dev_pm_domain_attach_by_name(dev, pd_names[i]);
drivers/remoteproc/qcom_wcnss.c
415
wcnss->pds[i] = dev_pm_domain_attach_by_name(wcnss->dev, pd_names[i]);
drivers/usb/dwc3/dwc3-google.c
299
google->usb_psw_pd = dev_pm_domain_attach_by_name(google->dev, "psw");
drivers/usb/dwc3/dwc3-google.c
328
google->usb_top_pd = dev_pm_domain_attach_by_name(google->dev, "top");
drivers/usb/gadget/udc/tegra-xudc.c
3733
xudc->genpd_dev_device = dev_pm_domain_attach_by_name(dev, "dev");
drivers/usb/gadget/udc/tegra-xudc.c
3740
xudc->genpd_dev_ss = dev_pm_domain_attach_by_name(dev, "ss");
drivers/usb/host/xhci-tegra.c
1155
tegra->genpd_dev_host = dev_pm_domain_attach_by_name(dev, "xusb_host");
drivers/usb/host/xhci-tegra.c
1162
tegra->genpd_dev_ss = dev_pm_domain_attach_by_name(dev, "xusb_ss");
include/linux/pm_domain.h
561
struct device *dev_pm_domain_attach_by_name(struct device *dev,
sound/soc/codecs/lpass-macro-common.c
29
l_pds->macro_pd = dev_pm_domain_attach_by_name(dev, "macro");
sound/soc/codecs/lpass-macro-common.c
39
l_pds->dcodec_pd = dev_pm_domain_attach_by_name(dev, "dcodec");