Home
last modified time | relevance | path

Searched refs:phy_connect (Results 1 – 25 of 30) sorted by relevance

12

/drivers/net/ethernet/broadcom/
Dbgmac-bcma.c92 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()
Dbgmac-platform.c241 bgmac->phy_connect = platform_phy_connect; in bgmac_probe()
243 bgmac->phy_connect = bgmac_phy_connect_direct; in bgmac_probe()
Dbgmac.h534 int (*phy_connect)(struct bgmac *bgmac); member
613 return bgmac->phy_connect(bgmac); in bgmac_phy_connect()
Dsb1250-mac.c2339 phy_dev = phy_connect(dev, dev_name(&phy_dev->mdio.dev), in sbmac_mii_probe()
Db44.c2300 phydev = phy_connect(bp->dev, bus_id, &b44_adjust_link, in b44_register_phy_one()
Dbcm63xx_enet.c872 phydev = phy_connect(dev, phy_id, bcm_enet_adjust_phy_link, in bcm_enet_open()
/drivers/net/ethernet/apm/xgene-v2/
Dmdio.c130 phydev = phy_connect(ndev, phydev_name(phydev), in xge_mdio_config()
/drivers/net/ethernet/
Ddnet.c268 phydev = phy_connect(dev, phydev_name(phydev), in dnet_mii_probe()
272 phydev = phy_connect(dev, phydev_name(phydev), in dnet_mii_probe()
Dlantiq_etop.c352 phydev = phy_connect(dev, phydev_name(phydev), in ltq_etop_mdio_probe()
/drivers/net/usb/
Dax88172a.c331 priv->phydev = phy_connect(dev->net, priv->phy_name, in ax88172a_reset()
/drivers/net/phy/
Dphy_device.c984 struct phy_device *phy_connect(struct net_device *dev, const char *bus_id, in phy_connect() function
1009 EXPORT_SYMBOL(phy_connect);
/drivers/staging/netlogic/
Dxlr_net.c793 phydev = phy_connect(priv->ndev, phydev_name(phydev), in xlr_mii_probe()
/drivers/net/ethernet/rdc/
Dr6040.c1005 phydev = phy_connect(dev, phydev_name(phydev), &r6040_adjust_link, in r6040_mii_probe()
/drivers/net/ethernet/ti/
Dcpmac.c1130 phydev = phy_connect(dev, priv->phy_name, cpmac_adjust_link, in cpmac_probe()
Ddavinci_emac.c1498 phydev = phy_connect(ndev, priv->phy_id, in emac_dev_open()
/drivers/net/ethernet/xilinx/
Dll_temac_main.c1019 phydev = phy_connect(lp->ndev, lp->phy_name, temac_adjust_link, in temac_open()
/drivers/net/ethernet/amd/
Dau1000_eth.c542 phydev = phy_connect(dev, phydev_name(phydev), in au1000_mii_probe()
/drivers/net/ethernet/nxp/
Dlpc_eth.c764 phydev = phy_connect(ndev, phydev_name(phydev), in lpc_mii_probe()
/drivers/net/ethernet/altera/
Daltera_tse_main.c704 phydev = phy_connect(dev, phy_id_fmt, &altera_tse_adjust_link, in connect_local_phy()
/drivers/net/ethernet/xscale/
Dixp4xx_eth.c1444 phydev = phy_connect(dev, phy_id, &ixp4xx_adjust_link, in eth_init_one()
/drivers/net/ethernet/faraday/
Dftgmac100.c1056 phydev = phy_connect(netdev, phydev_name(phydev), in ftgmac100_mii_probe()
/drivers/net/ethernet/smsc/
Dsmsc9420.c1118 phydev = phy_connect(dev, phydev_name(phydev), in smsc9420_mii_probe()
/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_main.c288 phydev = phy_connect(ndev, phy_id_fmt, &sxgbe_adjust_link, phy_iface); in sxgbe_init_phy()
/drivers/net/ethernet/toshiba/
Dtc35815.c621 phydev = phy_connect(dev, phydev_name(phydev), in tc_mii_probe()
/drivers/net/ethernet/marvell/
Dmv643xx_eth.c3000 phydev = phy_connect(mp->dev, phy_id, mv643xx_eth_adjust_link, in phy_scan()

12