Home
last modified time | relevance | path

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

12

/linux/include/linux/
A Dof_mdio.h23 of_phy_connect(struct net_device *dev, struct device_node *phy_np,
92 static inline struct phy_device *of_phy_connect(struct net_device *dev, in of_phy_connect() function
/linux/drivers/net/mdio/
A Dof_mdio.c278 struct phy_device *of_phy_connect(struct net_device *dev, in of_phy_connect() function
298 EXPORT_SYMBOL(of_phy_connect);
336 phy = of_phy_connect(dev, phy_np, hndlr, 0, iface); in of_phy_get_and_connect()
/linux/drivers/staging/octeon/
A Dethernet-mdio.c154 phydev = of_phy_connect(dev, phy_node, cvm_oct_adjust_link, 0, in cvm_oct_phy_setup_device()
/linux/Documentation/networking/
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`,
/linux/drivers/net/ethernet/broadcom/genet/
A Dbcmmii.c338 phydev = of_phy_connect(dev, priv->phy_dn, bcmgenet_mii_setup, in bcmgenet_mii_probe()
/linux/drivers/net/ethernet/altera/
A Daltera_tse_main.c803 phydev = of_phy_connect(dev, phynode, in init_phy()
816 phydev = of_phy_connect(dev, phynode, in init_phy()
/linux/drivers/net/ethernet/xilinx/
A Dxilinx_emaclite.c931 lp->phy_dev = of_phy_connect(lp->ndev, lp->phy_node, in xemaclite_open()
A Dll_temac_main.c1159 phydev = of_phy_connect(lp->ndev, lp->phy_node, in temac_open()
/linux/drivers/net/ethernet/allwinner/
A Dsun4i-emac.c165 phydev = of_phy_connect(db->ndev, db->phy_node, in emac_mdio_probe()
/linux/drivers/net/ethernet/arc/
A Demac_main.c973 phydev = of_phy_connect(ndev, phy_node, arc_emac_adjust_link, 0, in arc_emac_probe()
/linux/drivers/net/ethernet/freescale/
A Dfec_mpc52xx.c221 phydev = of_phy_connect(priv->ndev, priv->phy_node, in mpc52xx_fec_open()
/linux/drivers/net/ethernet/freescale/fs_enet/
A Dfs_enet-main.c721 phydev = of_phy_connect(dev, fep->fpi->phy_node, &fs_adjust_link, 0, in fs_init_phy()
/linux/drivers/net/ethernet/apm/xgene/
A Dxgene_enet_hw.c854 phy_dev = of_phy_connect(ndev, np, in xgene_enet_phy_connect()
/linux/drivers/net/ethernet/hisilicon/
A Dhip04_eth.c977 priv->phy = of_phy_connect(ndev, priv->phy_node, in hip04_mac_probe()
A Dhix5hd2_gmac.c844 phy = of_phy_connect(dev, priv->phy_node, in hix5hd2_net_open()
/linux/drivers/net/ethernet/ni/
A Dnixge.c874 phy = of_phy_connect(ndev, priv->phy_node, in nixge_open()
/linux/drivers/net/ethernet/mediatek/
A Dmtk_star_emac.c965 priv->phydev = of_phy_connect(ndev, priv->phy_node, in mtk_star_enable()
/linux/drivers/net/ethernet/cavium/octeon/
A Docteon_mgmt.c959 phydev = of_phy_connect(netdev, p->phy_np, in octeon_mgmt_init_phy()
/linux/drivers/net/ethernet/ti/
A Ddavinci_emac.c1489 phydev = of_phy_connect(ndev, priv->phy_node, in emac_dev_open()
A Dcpsw.c614 phy = of_phy_connect(priv->ndev, slave->data->phy_node, in cpsw_slave_open()
A Dnetcp_ethss.c2344 slave->phy = of_phy_connect(gbe_intf->ndev, in gbe_slave_open()
3192 of_phy_connect(gbe_dev->dummy_ndev, in init_secondary_ports()
A Dcpsw_new.c767 phy = of_phy_connect(priv->ndev, slave->data->phy_node, in cpsw_slave_open()
/linux/Documentation/networking/dsa/
A Ddsa.rst427 using ``of_phy_connect()``
483 functions such as ``of_get_phy_mode()``, ``of_phy_connect()`` are also used to query
/linux/drivers/net/ethernet/pasemi/
A Dpasemi_mac.c1050 phydev = of_phy_connect(dev, phy_dn, &pasemi_adjust_link, 0, in pasemi_mac_phy_init()
/linux/drivers/net/ethernet/socionext/
A Dnetsec.c1637 if (!of_phy_connect(priv->ndev, priv->phy_np, in netsec_netdev_open()

Completed in 83 milliseconds

12