Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/phy/
Dphy.h183 struct phy *devm_phy_optional_get(struct device *dev, const char *string);
331 static inline struct phy *devm_phy_optional_get(struct device *dev, in devm_phy_optional_get() function
/Linux-v4.19/Documentation/
Dphy.txt107 struct phy *devm_phy_optional_get(struct device *dev,
113 phy_get, phy_optional_get, devm_phy_get and devm_phy_optional_get can
120 devm_phy_optional_get should be used when the phy is optional. These
/Linux-v4.19/drivers/pci/controller/
Dpcie-cadence.c193 phy[i] = devm_phy_optional_get(dev, name); in cdns_pcie_init_phy()
Dpcie-rcar.c968 pcie->phy = devm_phy_optional_get(dev, "pcie"); in rcar_pcie_get_resources()
Dpcie-mediatek.c946 port->phy = devm_phy_optional_get(dev, name); in mtk_pcie_parse_port()
Dpci-tegra.c1143 pcie->phy = devm_phy_optional_get(dev, "pcie"); in tegra_pcie_phys_get_legacy()
/Linux-v4.19/drivers/usb/host/
Dehci-orion.c256 priv->phy = devm_phy_optional_get(&pdev->dev, "usb"); in ehci_orion_drv_probe()
Dxhci-tegra.c1112 phy = devm_phy_optional_get(&pdev->dev, prop); in tegra_xusb_probe()
/Linux-v4.19/drivers/phy/
Dphy-core.c662 struct phy *devm_phy_optional_get(struct device *dev, const char *string) in devm_phy_optional_get() function
671 EXPORT_SYMBOL_GPL(devm_phy_optional_get);
/Linux-v4.19/drivers/media/platform/cadence/
Dcdns-csi2rx.c304 csi2rx->dphy = devm_phy_optional_get(&pdev->dev, "dphy"); in csi2rx_get_resources()
/Linux-v4.19/drivers/ata/
Dsata_dwc_460ex.c1268 hsdev->phy = devm_phy_optional_get(hsdev->dev, "sata-phy"); in sata_dwc_probe()
Dsata_mv.c4152 hpriv->port_phys[port] = devm_phy_optional_get(&pdev->dev, in mv_platform_probe()
/Linux-v4.19/drivers/pci/controller/dwc/
Dpcie-qcom.c1246 pcie->phy = devm_phy_optional_get(dev, "pciephy"); in qcom_pcie_probe()
/Linux-v4.19/drivers/usb/gadget/udc/
Drenesas_usb3.c2706 usb3->phy = devm_phy_optional_get(&pdev->dev, "usb"); in renesas_usb3_probe()