Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/pci/controller/dwc/
Dpci-imx6.c100 struct device *pd_pcie_phy; member
535 imx6_pcie->pd_pcie_phy = dev_pm_domain_attach_by_name(dev, "pcie_phy"); in imx6_pcie_attach_pd()
536 if (IS_ERR(imx6_pcie->pd_pcie_phy)) in imx6_pcie_attach_pd()
537 return PTR_ERR(imx6_pcie->pd_pcie_phy); in imx6_pcie_attach_pd()
539 link = device_link_add(dev, imx6_pcie->pd_pcie_phy, in imx6_pcie_attach_pd()