Home
last modified time | relevance | path

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

12

/Linux-v5.4/include/linux/
Dof_mdio.h17 extern struct phy_device *of_phy_connect(struct net_device *dev,
72 static inline struct phy_device *of_phy_connect(struct net_device *dev, in of_phy_connect() function
/Linux-v5.4/drivers/of/
Dof_mdio.c322 struct phy_device *of_phy_connect(struct net_device *dev, in of_phy_connect() function
342 EXPORT_SYMBOL(of_phy_connect);
380 phy = of_phy_connect(dev, phy_np, hndlr, 0, iface); in of_phy_get_and_connect()
/Linux-v5.4/drivers/staging/octeon/
Dethernet-mdio.c161 phydev = of_phy_connect(dev, phy_node, cvm_oct_adjust_link, 0, in cvm_oct_phy_setup_device()
/Linux-v5.4/Documentation/networking/
Dsfp-phylink.rst156 phy_dev = of_phy_connect(dev, node, link_func, flags, phy_interface);
172 of_phy_connect() was also passed a function pointer for link updates.
190 :c:func:`of_phy_connect` becomes three methods: :c:func:`mac_link_up`,
/Linux-v5.4/drivers/net/ethernet/broadcom/genet/
Dbcmmii.c327 phydev = of_phy_connect(dev, priv->phy_dn, bcmgenet_mii_setup, in bcmgenet_mii_probe()
/Linux-v5.4/drivers/net/ethernet/altera/
Daltera_tse_main.c803 phydev = of_phy_connect(dev, phynode, in init_phy()
816 phydev = of_phy_connect(dev, phynode, in init_phy()
/Linux-v5.4/drivers/net/ethernet/xilinx/
Dxilinx_emaclite.c928 lp->phy_dev = of_phy_connect(lp->ndev, lp->phy_node, in xemaclite_open()
Dll_temac_main.c1011 phydev = of_phy_connect(lp->ndev, lp->phy_node, in temac_open()
/Linux-v5.4/drivers/net/ethernet/arc/
Demac_main.c990 phydev = of_phy_connect(ndev, phy_node, arc_emac_adjust_link, 0, in arc_emac_probe()
/Linux-v5.4/drivers/net/ethernet/allwinner/
Dsun4i-emac.c166 phydev = of_phy_connect(db->ndev, db->phy_node, in emac_mdio_probe()
/Linux-v5.4/drivers/net/ethernet/apm/xgene/
Dxgene_enet_hw.c854 phy_dev = of_phy_connect(ndev, np, in xgene_enet_phy_connect()
/Linux-v5.4/drivers/net/ethernet/freescale/fs_enet/
Dfs_enet-main.c719 phydev = of_phy_connect(dev, fep->fpi->phy_node, &fs_adjust_link, 0, in fs_init_phy()
/Linux-v5.4/drivers/net/ethernet/freescale/
Dfec_mpc52xx.c221 phydev = of_phy_connect(priv->ndev, priv->phy_node, in mpc52xx_fec_open()
/Linux-v5.4/drivers/net/ethernet/hisilicon/
Dhip04_eth.c986 priv->phy = of_phy_connect(ndev, priv->phy_node, in hip04_mac_probe()
Dhix5hd2_gmac.c844 phy = of_phy_connect(dev, priv->phy_node, in hix5hd2_net_open()
/Linux-v5.4/Documentation/networking/dsa/
Ddsa.rst307 using ``of_phy_connect()``
338 functions such as ``of_get_phy_mode()``, ``of_phy_connect()`` are also used to query
/Linux-v5.4/drivers/net/ethernet/aurora/
Dnb8800.c958 phydev = of_phy_connect(dev, priv->phy_node, in nb8800_open()
/Linux-v5.4/drivers/net/ethernet/ni/
Dnixge.c873 phy = of_phy_connect(ndev, priv->phy_node, in nixge_open()
/Linux-v5.4/drivers/net/ethernet/cavium/octeon/
Docteon_mgmt.c957 phydev = of_phy_connect(netdev, p->phy_np, in octeon_mgmt_init_phy()
/Linux-v5.4/drivers/net/ethernet/ti/
Ddavinci_emac.c1470 phydev = of_phy_connect(ndev, priv->phy_node, in emac_dev_open()
Dnetcp_ethss.c2346 slave->phy = of_phy_connect(gbe_intf->ndev, in gbe_slave_open()
3196 of_phy_connect(gbe_dev->dummy_ndev, in init_secondary_ports()
/Linux-v5.4/drivers/net/ethernet/pasemi/
Dpasemi_mac.c1050 phydev = of_phy_connect(dev, phy_dn, &pasemi_adjust_link, 0, in pasemi_mac_phy_init()
/Linux-v5.4/drivers/net/ethernet/atheros/
Dag71xx.c940 phydev = of_phy_connect(ag->ndev, phy_node, ag71xx_phy_link_adjust, in ag71xx_phy_connect()
/Linux-v5.4/drivers/net/ethernet/freescale/enetc/
Denetc.c1330 phydev = of_phy_connect(ndev, priv->phy_node, &adjust_link, in enetc_phy_connect()
/Linux-v5.4/drivers/net/ethernet/socionext/
Dnetsec.c1614 if (!of_phy_connect(priv->ndev, priv->phy_np, in netsec_netdev_open()

12