| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | of_mdio.h | 23 of_phy_connect(struct net_device *dev, struct device_node *phy_np, 95 static inline struct phy_device *of_phy_connect(struct net_device *dev, in of_phy_connect() function
|
| /OK3568_Linux_fs/kernel/drivers/net/mdio/ |
| H A D | of_mdio.c | 400 struct phy_device *of_phy_connect(struct net_device *dev, in of_phy_connect() function 420 EXPORT_SYMBOL(of_phy_connect); 458 phy = of_phy_connect(dev, phy_np, hndlr, 0, iface); in of_phy_get_and_connect()
|
| /OK3568_Linux_fs/kernel/drivers/staging/octeon/ |
| H A D | ethernet-mdio.c | 155 phydev = of_phy_connect(dev, phy_node, cvm_oct_adjust_link, 0, in cvm_oct_phy_setup_device()
|
| /OK3568_Linux_fs/kernel/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`,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/genet/ |
| H A D | bcmmii.c | 304 phydev = of_phy_connect(dev, priv->phy_dn, bcmgenet_mii_setup, in bcmgenet_mii_probe()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/altera/ |
| H A D | altera_tse_main.c | 807 phydev = of_phy_connect(dev, phynode, in init_phy() 820 phydev = of_phy_connect(dev, phynode, in init_phy()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/xilinx/ |
| H A D | xilinx_emaclite.c | 935 lp->phy_dev = of_phy_connect(lp->ndev, lp->phy_node, in xemaclite_open()
|
| H A D | ll_temac_main.c | 1159 phydev = of_phy_connect(lp->ndev, lp->phy_node, in temac_open()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/allwinner/ |
| H A D | sun4i-emac.c | 165 phydev = of_phy_connect(db->ndev, db->phy_node, in emac_mdio_probe()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/arc/ |
| H A D | emac_main.c | 978 phydev = of_phy_connect(ndev, phy_node, arc_emac_adjust_link, 0, in arc_emac_probe()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/ |
| H A D | fec_mpc52xx.c | 221 phydev = of_phy_connect(priv->ndev, priv->phy_node, in mpc52xx_fec_open()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/apm/xgene/ |
| H A D | xgene_enet_hw.c | 854 phy_dev = of_phy_connect(ndev, np, in xgene_enet_phy_connect()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/fs_enet/ |
| H A D | fs_enet-main.c | 721 phydev = of_phy_connect(dev, fep->fpi->phy_node, &fs_adjust_link, 0, in fs_init_phy()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/dsa/ |
| H A D | dsa.rst | 307 using ``of_phy_connect()`` 338 functions such as ``of_get_phy_mode()``, ``of_phy_connect()`` are also used to query
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/ |
| H A D | hip04_eth.c | 973 priv->phy = of_phy_connect(ndev, priv->phy_node, in hip04_mac_probe()
|
| H A D | hix5hd2_gmac.c | 844 phy = of_phy_connect(dev, priv->phy_node, in hix5hd2_net_open()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mediatek/ |
| H A D | mtk_star_emac.c | 965 priv->phydev = of_phy_connect(ndev, priv->phy_node, in mtk_star_enable()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/aurora/ |
| H A D | nb8800.c | 958 phydev = of_phy_connect(dev, priv->phy_node, in nb8800_open()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ni/ |
| H A D | nixge.c | 875 phy = of_phy_connect(ndev, priv->phy_node, in nixge_open()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/ |
| H A D | davinci_emac.c | 1483 phydev = of_phy_connect(ndev, priv->phy_node, in emac_dev_open()
|
| H A D | cpsw.c | 622 phy = of_phy_connect(priv->ndev, slave->data->phy_node, in cpsw_slave_open()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/octeon/ |
| H A D | octeon_mgmt.c | 959 phydev = of_phy_connect(netdev, p->phy_np, in octeon_mgmt_init_phy()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_imx | 1343 of_phy_connect
|
| H A D | abi_gki_aarch64_mtk | 1423 of_phy_connect
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/pasemi/ |
| H A D | pasemi_mac.c | 1050 phydev = of_phy_connect(dev, phy_dn, &pasemi_adjust_link, 0, in pasemi_mac_phy_init()
|