/openbmc/linux/include/linux/phy/ |
H A D | phy.h | 257 struct phy *devm_of_phy_get(struct device *dev, struct device_node *np, 443 static inline struct phy *devm_of_phy_get(struct device *dev, in devm_of_phy_get() function
|
/openbmc/linux/drivers/phy/ |
H A D | phy-core.c | 840 struct phy *devm_of_phy_get(struct device *dev, struct device_node *np, in devm_of_phy_get() function 866 EXPORT_SYMBOL_GPL(devm_of_phy_get); 885 struct phy *phy = devm_of_phy_get(dev, np, con_id); in devm_of_phy_optional_get()
|
/openbmc/linux/Documentation/driver-api/phy/ |
H A D | phy.rst | 109 struct phy *devm_of_phy_get(struct device *dev, struct device_node *np, 129 devm_of_phy_get or devm_of_phy_get_by_index can be used to get a phy
|
/openbmc/linux/drivers/pci/controller/dwc/ |
H A D | pci-exynos.c | 326 ep->phy = devm_of_phy_get(dev, np, NULL); in exynos_pcie_probe()
|
H A D | pcie-kirin.c | 709 kirin_pcie->phy = devm_of_phy_get(dev, dev->of_node, NULL); in kirin_pcie_power_on()
|
/openbmc/linux/drivers/pci/controller/ |
H A D | pcie-rockchip.c | 340 phy = devm_of_phy_get(dev, dev->of_node, name); in rockchip_pcie_get_phys()
|
H A D | pcie-mt7621.c | 229 port->phy = devm_of_phy_get(dev, node, name); in mt7621_pcie_parse_port()
|
H A D | pci-aardvark.c | 1740 pcie->phy = devm_of_phy_get(dev, node, NULL); in advk_pcie_setup_phy()
|
/openbmc/linux/drivers/gpu/drm/bridge/imx/ |
H A D | imx8qm-ldb.c | 423 imx8qm_ldb_ch->phy = devm_of_phy_get(dev, ldb_ch->np, in imx8qm_ldb_get_phy()
|
H A D | imx8qxp-ldb.c | 642 imx8qxp_ldb_ch->phy = devm_of_phy_get(dev, ldb_ch->np, "lvds_phy"); in imx8qxp_ldb_probe()
|
/openbmc/linux/drivers/ata/ |
H A D | libahci_platform.c | 358 hpriv->phys[port] = devm_of_phy_get(dev, node, NULL); in ahci_platform_get_phy()
|
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_main.c | 819 serdes = devm_of_phy_get(sparx5->dev, portnp, NULL); in mchp_sparx5_probe()
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | cpsw.c | 1302 slave_data->ifphy = devm_of_phy_get(&pdev->dev, slave_node, in cpsw_probe_dt()
|
H A D | cpsw_new.c | 1284 slave_data->ifphy = devm_of_phy_get(dev, port_np, NULL); in cpsw_probe_dt()
|
H A D | am65-cpsw-nuss.c | 2062 port->slave.ifphy = devm_of_phy_get(dev, port_np, NULL); in am65_cpsw_nuss_init_slave_ports()
|
/openbmc/linux/drivers/net/ethernet/renesas/ |
H A D | rswitch.c | 1419 rdev->serdes = devm_of_phy_get(&rdev->priv->pdev->dev, rdev->np_port, NULL); in rswitch_ether_port_init_one()
|
/openbmc/linux/drivers/net/ethernet/marvell/ |
H A D | mvneta.c | 5493 comphy = devm_of_phy_get(&pdev->dev, dn, NULL); in mvneta_probe()
|
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_main.c | 6758 comphy = devm_of_phy_get(&pdev->dev, port_node, NULL); in mvpp2_port_probe()
|