Searched refs:devm_phy_optional_get (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/include/linux/phy/ |
D | phy.h | 183 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/ |
D | phy.txt | 107 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/ |
D | pcie-cadence.c | 193 phy[i] = devm_phy_optional_get(dev, name); in cdns_pcie_init_phy()
|
D | pcie-rcar.c | 968 pcie->phy = devm_phy_optional_get(dev, "pcie"); in rcar_pcie_get_resources()
|
D | pcie-mediatek.c | 946 port->phy = devm_phy_optional_get(dev, name); in mtk_pcie_parse_port()
|
D | pci-tegra.c | 1143 pcie->phy = devm_phy_optional_get(dev, "pcie"); in tegra_pcie_phys_get_legacy()
|
/Linux-v4.19/drivers/usb/host/ |
D | ehci-orion.c | 256 priv->phy = devm_phy_optional_get(&pdev->dev, "usb"); in ehci_orion_drv_probe()
|
D | xhci-tegra.c | 1112 phy = devm_phy_optional_get(&pdev->dev, prop); in tegra_xusb_probe()
|
/Linux-v4.19/drivers/phy/ |
D | phy-core.c | 662 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/ |
D | cdns-csi2rx.c | 304 csi2rx->dphy = devm_phy_optional_get(&pdev->dev, "dphy"); in csi2rx_get_resources()
|
/Linux-v4.19/drivers/ata/ |
D | sata_dwc_460ex.c | 1268 hsdev->phy = devm_phy_optional_get(hsdev->dev, "sata-phy"); in sata_dwc_probe()
|
D | sata_mv.c | 4152 hpriv->port_phys[port] = devm_phy_optional_get(&pdev->dev, in mv_platform_probe()
|
/Linux-v4.19/drivers/pci/controller/dwc/ |
D | pcie-qcom.c | 1246 pcie->phy = devm_phy_optional_get(dev, "pciephy"); in qcom_pcie_probe()
|
/Linux-v4.19/drivers/usb/gadget/udc/ |
D | renesas_usb3.c | 2706 usb3->phy = devm_phy_optional_get(&pdev->dev, "usb"); in renesas_usb3_probe()
|