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/imagination/pvr_power.c
656
domain_dev = dev_pm_domain_attach_by_name(dev, dev_name);
drivers/gpu/drm/msm/adreno/a6xx_gmu.c
2101
gmu->cxpd = dev_pm_domain_attach_by_name(gmu->dev, "cx");
drivers/gpu/drm/msm/adreno/a6xx_gmu.c
2117
gmu->gxpd = dev_pm_domain_attach_by_name(gmu->dev, "gx");
drivers/gpu/drm/msm/adreno/a6xx_gmu.c
2282
gmu->cxpd = dev_pm_domain_attach_by_name(gmu->dev, "cx");
drivers/gpu/drm/msm/adreno/a6xx_gmu.c
2309
gmu->gxpd = dev_pm_domain_attach_by_name(gmu->dev, "gx");
drivers/gpu/drm/panfrost/panfrost_device.c
172
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
1801
vfe->genpd = dev_pm_domain_attach_by_name(camss->dev,
drivers/media/platform/qcom/camss/camss.c
4877
camss->genpd = dev_pm_domain_attach_by_name(camss->dev,
drivers/pci/controller/dwc/pci-imx6.c
635
imx_pcie->pd_pcie = dev_pm_domain_attach_by_name(dev, "pcie");
drivers/pci/controller/dwc/pci-imx6.c
650
imx_pcie->pd_pcie_phy = dev_pm_domain_attach_by_name(dev, "pcie_phy");
drivers/pmdomain/imx/imx8m-blk-ctrl.c
214
bc->bus_power_dev = dev_pm_domain_attach_by_name(dev, "bus");
drivers/pmdomain/imx/imx8m-blk-ctrl.c
260
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
1917
devs[i] = dev_pm_domain_attach_by_name(dev, pd_names[i]);
drivers/remoteproc/qcom_q6v5_pas.c
593
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
300
google->usb_psw_pd = dev_pm_domain_attach_by_name(google->dev, "psw");
drivers/usb/dwc3/dwc3-google.c
329
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
1153
tegra->genpd_dev_host = dev_pm_domain_attach_by_name(dev, "xusb_host");
drivers/usb/host/xhci-tegra.c
1160
tegra->genpd_dev_ss = dev_pm_domain_attach_by_name(dev, "xusb_ss");
include/linux/pm_domain.h
544
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");