/Linux-v4.19/drivers/net/ethernet/broadcom/ |
D | bgmac-bcma.c | 92 phy_dev = phy_connect(bgmac->net_dev, bus_id, bgmac_adjust_link, in bcma_phy_connect() 301 bgmac->phy_connect = bcma_phy_connect; in bgmac_probe() 303 bgmac->phy_connect = bgmac_phy_connect_direct; in bgmac_probe()
|
D | bgmac-platform.c | 243 bgmac->phy_connect = platform_phy_connect; in bgmac_probe() 245 bgmac->phy_connect = bgmac_phy_connect_direct; in bgmac_probe()
|
D | bgmac.h | 534 int (*phy_connect)(struct bgmac *bgmac); member 613 return bgmac->phy_connect(bgmac); in bgmac_phy_connect()
|
D | sb1250-mac.c | 2352 phy_dev = phy_connect(dev, dev_name(&phy_dev->mdio.dev), in sbmac_mii_probe()
|
D | b44.c | 2296 phydev = phy_connect(bp->dev, bus_id, &b44_adjust_link, in b44_register_phy_one()
|
D | bcm63xx_enet.c | 884 phydev = phy_connect(dev, phy_id, bcm_enet_adjust_phy_link, in bcm_enet_open()
|
/Linux-v4.19/drivers/net/ethernet/apm/xgene-v2/ |
D | mdio.c | 141 phydev = phy_connect(ndev, phydev_name(phydev), in xge_mdio_config()
|
/Linux-v4.19/drivers/net/usb/ |
D | ax88172a.c | 343 priv->phydev = phy_connect(dev->net, priv->phy_name, in ax88172a_reset()
|
/Linux-v4.19/drivers/net/ethernet/ |
D | dnet.c | 271 phydev = phy_connect(dev, phydev_name(phydev), in dnet_mii_probe() 275 phydev = phy_connect(dev, phydev_name(phydev), in dnet_mii_probe()
|
D | lantiq_etop.c | 360 phydev = phy_connect(dev, phydev_name(phydev), in ltq_etop_mdio_probe()
|
/Linux-v4.19/Documentation/networking/ |
D | phy.txt | 183 phydev = phy_connect(dev, phy_name, &adjust_link, interface); 186 phy_connect is successful, it will return the pointer. dev, here, is the 194 to phy_connect() such that the underlying PHY driver can check for flags 229 either before or after phy_connect() and/or as a result of implementing the
|
/Linux-v4.19/drivers/net/phy/ |
D | phy_device.c | 791 struct phy_device *phy_connect(struct net_device *dev, const char *bus_id, in phy_connect() function 816 EXPORT_SYMBOL(phy_connect);
|
/Linux-v4.19/include/linux/ |
D | phy.h | 946 struct phy_device *phy_connect(struct net_device *dev, const char *bus_id,
|
/Linux-v4.19/drivers/staging/netlogic/ |
D | xlr_net.c | 825 phydev = phy_connect(priv->ndev, phydev_name(phydev), in xlr_mii_probe()
|
/Linux-v4.19/drivers/net/ethernet/rdc/ |
D | r6040.c | 1019 phydev = phy_connect(dev, phydev_name(phydev), &r6040_adjust_link, in r6040_mii_probe()
|
/Linux-v4.19/drivers/net/ethernet/amd/ |
D | au1000_eth.c | 559 phydev = phy_connect(dev, phydev_name(phydev), in au1000_mii_probe()
|
/Linux-v4.19/drivers/net/ethernet/ti/ |
D | cpmac.c | 1143 phydev = phy_connect(dev, priv->phy_name, cpmac_adjust_link, in cpmac_probe()
|
D | davinci_emac.c | 1512 phydev = phy_connect(ndev, priv->phy_id, in emac_dev_open()
|
/Linux-v4.19/drivers/net/ethernet/nxp/ |
D | lpc_eth.c | 791 phydev = phy_connect(ndev, phydev_name(phydev), in lpc_mii_probe()
|
/Linux-v4.19/drivers/net/ethernet/xscale/ |
D | ixp4xx_eth.c | 1447 phydev = phy_connect(dev, phy_id, &ixp4xx_adjust_link, in eth_init_one()
|
/Linux-v4.19/drivers/net/ethernet/altera/ |
D | altera_tse_main.c | 715 phydev = phy_connect(dev, phy_id_fmt, &altera_tse_adjust_link, in connect_local_phy()
|
/Linux-v4.19/drivers/net/ethernet/faraday/ |
D | ftgmac100.c | 1071 phydev = phy_connect(netdev, phydev_name(phydev), in ftgmac100_mii_probe()
|
/Linux-v4.19/drivers/net/ethernet/smsc/ |
D | smsc9420.c | 1130 phydev = phy_connect(dev, phydev_name(phydev), in smsc9420_mii_probe()
|
/Linux-v4.19/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_main.c | 291 phydev = phy_connect(ndev, phy_id_fmt, &sxgbe_adjust_link, phy_iface); in sxgbe_init_phy()
|
/Linux-v4.19/drivers/net/ethernet/toshiba/ |
D | tc35815.c | 620 phydev = phy_connect(dev, phydev_name(phydev), in tc_mii_probe()
|