| /linux/drivers/net/ethernet/broadcom/ |
| A D | bgmac-platform.c | 231 bgmac->phy_connect = platform_phy_connect; in bgmac_probe() 233 bgmac->phy_connect = bgmac_phy_connect_direct; in bgmac_probe()
|
| A D | bgmac-bcma.c | 100 phy_dev = phy_connect(bgmac->net_dev, bus_id, bgmac_adjust_link, in bcma_phy_connect() 312 bgmac->phy_connect = bcma_phy_connect; in bgmac_probe()
|
| A D | bgmac.h | 497 int (*phy_connect)(struct bgmac *bgmac); member 591 return bgmac->phy_connect(bgmac); in bgmac_phy_connect()
|
| A D | sb1250-mac.c | 2339 phy_dev = phy_connect(dev, dev_name(&phy_dev->mdio.dev), in sbmac_mii_probe()
|
| /linux/drivers/net/ethernet/apm/xgene-v2/ |
| A D | mdio.c | 130 phydev = phy_connect(ndev, phydev_name(phydev), in xge_mdio_config()
|
| /linux/Documentation/networking/ |
| A D | phy.rst | 187 phydev = phy_connect(dev, phy_name, &adjust_link, interface); 190 If phy_connect is successful, it will return the pointer. dev, here, is the 198 to phy_connect() such that the underlying PHY driver can check for flags 232 The PHY interface mode supplied in the phy_connect() family of functions 316 either before or after phy_connect() and/or as a result of implementing the
|
| /linux/drivers/net/ethernet/ |
| A D | dnet.c | 268 phydev = phy_connect(dev, phydev_name(phydev), in dnet_mii_probe() 272 phydev = phy_connect(dev, phydev_name(phydev), in dnet_mii_probe()
|
| A D | lantiq_etop.c | 369 phydev = phy_connect(dev, phydev_name(phydev), in ltq_etop_mdio_probe()
|
| /linux/drivers/net/usb/ |
| A D | ax88172a.c | 312 priv->phydev = phy_connect(dev->net, priv->phy_name, in ax88172a_reset()
|
| A D | asix_devices.c | 687 priv->phydev = phy_connect(dev->net, priv->phy_name, &asix_adjust_link, in ax88772_init_phy()
|
| /linux/drivers/net/phy/ |
| A D | phy_device.c | 1077 struct phy_device *phy_connect(struct net_device *dev, const char *bus_id, in phy_connect() function 1102 EXPORT_SYMBOL(phy_connect);
|
| /linux/drivers/net/ethernet/amd/ |
| A D | au1000_eth.c | 539 phydev = phy_connect(dev, phydev_name(phydev), in au1000_mii_probe()
|
| /linux/drivers/net/ethernet/rdc/ |
| A D | r6040.c | 1009 phydev = phy_connect(dev, phydev_name(phydev), &r6040_adjust_link, in r6040_mii_probe()
|
| /linux/drivers/net/ethernet/asix/ |
| A D | ax88796c_main.c | 1075 ax_local->phydev = phy_connect(ax_local->ndev, phy_id, in ax88796c_probe()
|
| /linux/drivers/net/ethernet/ti/ |
| A D | cpmac.c | 1120 phydev = phy_connect(dev, priv->phy_name, cpmac_adjust_link, in cpmac_probe()
|
| A D | davinci_emac.c | 1517 phydev = phy_connect(ndev, priv->phy_id, in emac_dev_open()
|
| A D | cpsw.c | 623 phy = phy_connect(priv->ndev, slave->data->phy_id, in cpsw_slave_open()
|
| /linux/include/linux/ |
| A D | phy.h | 1487 struct phy_device *phy_connect(struct net_device *dev, const char *bus_id,
|
| /linux/drivers/net/ethernet/xilinx/ |
| A D | ll_temac_main.c | 1167 phydev = phy_connect(lp->ndev, lp->phy_name, temac_adjust_link, in temac_open()
|
| /linux/drivers/net/ethernet/nxp/ |
| A D | lpc_eth.c | 771 phydev = phy_connect(ndev, phydev_name(phydev), in lpc_mii_probe()
|
| /linux/drivers/net/ethernet/altera/ |
| A D | altera_tse_main.c | 704 phydev = phy_connect(dev, phy_id_fmt, &altera_tse_adjust_link, in connect_local_phy()
|
| /linux/drivers/net/ethernet/faraday/ |
| A D | ftgmac100.c | 1084 phydev = phy_connect(netdev, phydev_name(phydev), in ftgmac100_mii_probe()
|
| /linux/drivers/net/ethernet/smsc/ |
| A D | smsc9420.c | 1115 phydev = phy_connect(dev, phydev_name(phydev), in smsc9420_mii_probe()
|
| /linux/drivers/net/ethernet/samsung/sxgbe/ |
| A D | sxgbe_main.c | 288 phydev = phy_connect(ndev, phy_id_fmt, &sxgbe_adjust_link, phy_iface); in sxgbe_init_phy()
|
| /linux/drivers/net/ethernet/toshiba/ |
| A D | tc35815.c | 620 phydev = phy_connect(dev, phydev_name(phydev), in tc_mii_probe()
|