| /linux/include/linux/ |
| H A D | of_mdio.h | 39 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
|
| /linux/drivers/net/ethernet/sunplus/ |
| H A D | spl2sw_phy.c | 67 phydev = of_phy_connect(ndev, mac->phy_node, spl2sw_mii_link_change, in spl2sw_phy_connect()
|
| /linux/drivers/staging/octeon/ |
| H A D | ethernet-mdio.c | 152 phydev = of_phy_connect(dev, phy_node, cvm_oct_adjust_link, 0, in cvm_oct_phy_setup_device()
|
| /linux/Documentation/networking/ |
| H A D | sfp-phylink.rst | 159 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`,
|
| /linux/drivers/net/ethernet/broadcom/genet/ |
| H A D | bcmmii.c | 351 phydev = of_phy_connect(dev, priv->phy_dn, bcmgenet_mii_setup, in bcmgenet_mii_probe()
|
| /linux/drivers/net/ethernet/xilinx/ |
| H A D | xilinx_emaclite.c | 920 lp->phy_dev = of_phy_connect(lp->ndev, lp->phy_node, in xemaclite_open()
|
| H A D | ll_temac_main.c | 1163 phydev = of_phy_connect(lp->ndev, lp->phy_node, in temac_open()
|
| /linux/drivers/net/ethernet/arc/ |
| H A D | emac_main.c | 989 phydev = of_phy_connect(ndev, phy_node, arc_emac_adjust_link, 0, in arc_emac_probe()
|
| /linux/drivers/net/ethernet/freescale/ |
| H A D | fec_mpc52xx.c | 223 phydev = of_phy_connect(priv->ndev, priv->phy_node, in mpc52xx_fec_open()
|
| H A D | gianfar.c | 1645 phydev = of_phy_connect(dev, priv->phy_node, &adjust_link, 0, in init_phy()
|
| /linux/drivers/net/ethernet/allwinner/ |
| H A D | sun4i-emac.c | 175 phydev = of_phy_connect(db->ndev, db->phy_node, in emac_mdio_probe()
|
| /linux/drivers/net/ethernet/renesas/ |
| H A D | rtsn.c | 910 phydev = of_phy_connect(priv->ndev, phy, rtsn_adjust_link, 0, in rtsn_phy_init()
|
| H A D | rswitch_main.c | 1482 phydev = of_phy_connect(rdev->ndev, phy, rswitch_adjust_link, 0, in rswitch_phy_device_init()
|
| H A D | sh_eth.c | 2002 phydev = of_phy_connect(ndev, pn, in sh_eth_phy_init()
|
| /linux/drivers/net/ethernet/broadcom/asp2/ |
| H A D | bcmasp_intf.c | 1013 phydev = of_phy_connect(dev, intf->phy_dn, in bcmasp_netif_init()
|
| /linux/drivers/net/ethernet/mediatek/ |
| H A D | mtk_star_emac.c | 1013 priv->phydev = of_phy_connect(ndev, priv->phy_node, in mtk_star_enable()
|
| /linux/drivers/net/ethernet/ti/ |
| H A D | cpsw.c | 637 phy = of_phy_connect(priv->ndev, slave->data->phy_node, in cpsw_slave_open()
|
| H A D | cpsw_new.c | 790 phy = of_phy_connect(priv->ndev, slave->data->phy_node, in cpsw_slave_open()
|
| /linux/drivers/net/ethernet/pasemi/ |
| H A D | pasemi_mac.c | 1048 phydev = of_phy_connect(dev, phy_dn, &pasemi_adjust_link, 0, in pasemi_mac_phy_init()
|
| /linux/drivers/net/ethernet/spacemit/ |
| H A D | k1_emac.c | 1640 phydev = of_phy_connect(ndev, np, &emac_adjust_link, 0, in emac_phy_connect()
|
| /linux/drivers/net/ethernet/socionext/ |
| H A D | netsec.c | 1642 if (!of_phy_connect(priv->ndev, priv->phy_np, in netsec_netdev_open()
|
| /linux/drivers/net/ethernet/ti/icssg/ |
| H A D | icssg_prueth.c | 419 ndev->phydev = of_phy_connect(emac->ndev, emac->phy_node, in emac_phy_connect()
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | bcmsysport.c | 1967 phydev = of_phy_connect(dev, priv->phy_dn, bcm_sysport_adj_link, in bcm_sysport_open()
|
| /linux/drivers/net/ethernet/marvell/ |
| H A D | mv643xx_eth.c | 3176 phydev = of_phy_connect(mp->dev, pd->phy_node, in mv643xx_eth_probe()
|
| /linux/drivers/net/ethernet/ibm/emac/ |
| H A D | core.c | 2597 phy_dev = of_phy_connect(dev->ndev, phy_handle, &emac_adjust_link, 0, in emac_dt_phy_connect()
|