Home
last modified time | relevance | path

Searched refs:of_phy_connect (Results 1 – 25 of 36) sorted by relevance

12

/openbmc/linux/include/linux/
H A Dof_mdio.h39 of_phy_connect(struct net_device *dev, struct device_node *phy_np,
108 static inline struct phy_device *of_phy_connect(struct net_device *dev, in of_phy_connect() function
/openbmc/linux/drivers/net/mdio/
H A Dof_mdio.c282 struct phy_device *of_phy_connect(struct net_device *dev, in of_phy_connect() function
302 EXPORT_SYMBOL(of_phy_connect);
340 phy = of_phy_connect(dev, phy_np, hndlr, 0, iface); in of_phy_get_and_connect()
/openbmc/linux/drivers/net/ethernet/sunplus/
H A Dspl2sw_phy.c67 phydev = of_phy_connect(ndev, mac->phy_node, spl2sw_mii_link_change, in spl2sw_phy_connect()
/openbmc/linux/drivers/staging/octeon/
H A Dethernet-mdio.c154 phydev = of_phy_connect(dev, phy_node, cvm_oct_adjust_link, 0, in cvm_oct_phy_setup_device()
/openbmc/linux/Documentation/networking/
H A Dsfp-phylink.rst159 phy_dev = of_phy_connect(dev, node, link_func, flags, phy_interface);
175 of_phy_connect() was also passed a function pointer for link updates.
193 :c:func:`of_phy_connect` becomes three methods: :c:func:`mac_link_up`,
/openbmc/linux/drivers/net/ethernet/broadcom/genet/
H A Dbcmmii.c349 phydev = of_phy_connect(dev, priv->phy_dn, bcmgenet_mii_setup, in bcmgenet_mii_probe()
/openbmc/linux/drivers/net/ethernet/xilinx/
H A Dxilinx_emaclite.c919 lp->phy_dev = of_phy_connect(lp->ndev, lp->phy_node, in xemaclite_open()
H A Dll_temac_main.c1163 phydev = of_phy_connect(lp->ndev, lp->phy_node, in temac_open()
/openbmc/linux/drivers/net/ethernet/arc/
H A Demac_main.c978 phydev = of_phy_connect(ndev, phy_node, arc_emac_adjust_link, 0, in arc_emac_probe()
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dfec_mpc52xx.c223 phydev = of_phy_connect(priv->ndev, priv->phy_node, in mpc52xx_fec_open()
/openbmc/linux/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_hw.c854 phy_dev = of_phy_connect(ndev, np, in xgene_enet_phy_connect()
/openbmc/linux/drivers/net/ethernet/allwinner/
H A Dsun4i-emac.c175 phydev = of_phy_connect(db->ndev, db->phy_node, in emac_mdio_probe()
/openbmc/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dfs_enet-main.c719 phydev = of_phy_connect(dev, fep->fpi->phy_node, &fs_adjust_link, 0, in fs_init_phy()
/openbmc/linux/drivers/net/ethernet/hisilicon/
H A Dhip04_eth.c978 priv->phy = of_phy_connect(ndev, priv->phy_node, in hip04_mac_probe()
H A Dhix5hd2_gmac.c844 phy = of_phy_connect(dev, priv->phy_node, in hix5hd2_net_open()
/openbmc/linux/drivers/net/ethernet/ni/
H A Dnixge.c875 phy = of_phy_connect(ndev, priv->phy_node, in nixge_open()
/openbmc/linux/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp_intf.c1060 phydev = of_phy_connect(dev, intf->phy_dn, in bcmasp_netif_init()
/openbmc/linux/drivers/net/ethernet/mediatek/
H A Dmtk_star_emac.c1013 priv->phydev = of_phy_connect(ndev, priv->phy_node, in mtk_star_enable()
/openbmc/linux/drivers/net/ethernet/cavium/octeon/
H A Docteon_mgmt.c956 phydev = of_phy_connect(netdev, p->phy_np, in octeon_mgmt_init_phy()
/openbmc/linux/drivers/net/ethernet/ti/
H A Ddavinci_emac.c1497 phydev = of_phy_connect(ndev, priv->phy_node, in emac_dev_open()
H A Dcpsw.c614 phy = of_phy_connect(priv->ndev, slave->data->phy_node, in cpsw_slave_open()
H A Dnetcp_ethss.c2344 slave->phy = of_phy_connect(gbe_intf->ndev, in gbe_slave_open()
3188 of_phy_connect(gbe_dev->dummy_ndev, in init_secondary_ports()
H A Dcpsw_new.c768 phy = of_phy_connect(priv->ndev, slave->data->phy_node, in cpsw_slave_open()
/openbmc/linux/drivers/net/ethernet/pasemi/
H A Dpasemi_mac.c1050 phydev = of_phy_connect(dev, phy_dn, &pasemi_adjust_link, 0, in pasemi_mac_phy_init()
/openbmc/linux/drivers/net/ethernet/socionext/
H A Dnetsec.c1637 if (!of_phy_connect(priv->ndev, priv->phy_np, in netsec_netdev_open()

12