Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/usb/
Dax88172a.c378 priv->phydev = phy_connect(dev->net, priv->phy_name, in ax88172a_reset()
/linux-4.1.27/drivers/net/ethernet/
Ddnet.c277 phydev = phy_connect(dev, dev_name(&phydev->dev), in dnet_mii_probe()
281 phydev = phy_connect(dev, dev_name(&phydev->dev), in dnet_mii_probe()
Dlantiq_etop.c393 phydev = phy_connect(dev, dev_name(&phydev->dev), in ltq_etop_mdio_probe()
/linux-4.1.27/Documentation/networking/
Dphy.txt106 phydev = phy_connect(dev, phy_name, &adjust_link, interface);
109 phy_connect is successful, it will return the pointer. dev, here, is the
117 to phy_connect() such that the underlying PHY driver can check for flags
/linux-4.1.27/include/linux/
Dphy.h728 struct phy_device *phy_connect(struct net_device *dev, const char *bus_id,
/linux-4.1.27/drivers/net/phy/
Dphy_device.c453 struct phy_device *phy_connect(struct net_device *dev, const char *bus_id, in phy_connect() function
477 EXPORT_SYMBOL(phy_connect);
/linux-4.1.27/drivers/staging/netlogic/
Dxlr_net.c841 phydev = phy_connect(priv->ndev, dev_name(&phydev->dev), in xlr_mii_probe()
/linux-4.1.27/drivers/net/ethernet/faraday/
Dftgmac100.c857 phydev = phy_connect(netdev, dev_name(&phydev->dev), in ftgmac100_mii_probe()
/linux-4.1.27/drivers/net/ethernet/rdc/
Dr6040.c1042 phydev = phy_connect(dev, dev_name(&phydev->dev), &r6040_adjust_link, in r6040_mii_probe()
/linux-4.1.27/drivers/net/ethernet/amd/
Dau1000_eth.c561 phydev = phy_connect(dev, dev_name(&phydev->dev), in au1000_mii_probe()
/linux-4.1.27/drivers/net/ethernet/altera/
Daltera_tse_main.c717 phydev = phy_connect(dev, phy_id_fmt, &altera_tse_adjust_link, in connect_local_phy()
/linux-4.1.27/drivers/net/ethernet/nxp/
Dlpc_eth.c801 phydev = phy_connect(ndev, dev_name(&phydev->dev), in lpc_mii_probe()
/linux-4.1.27/drivers/net/ethernet/ti/
Dcpmac.c1166 priv->phy = phy_connect(dev, priv->phy_name, cpmac_adjust_link, in cpmac_probe()
Ddavinci_emac.c1631 priv->phydev = phy_connect(ndev, priv->phy_id, in emac_dev_open()
Dcpsw.c1151 slave->phy = phy_connect(priv->ndev, slave->data->phy_id, in cpsw_slave_open()
/linux-4.1.27/drivers/net/ethernet/xscale/
Dixp4xx_eth.c1469 port->phydev = phy_connect(dev, phy_id, &ixp4xx_adjust_link, in eth_init_one()
/linux-4.1.27/drivers/net/ethernet/broadcom/
Dsb1250-mac.c2382 phy_dev = phy_connect(dev, dev_name(&phy_dev->dev), &sbmac_mii_poll, in sbmac_mii_probe()
Dbgmac.c1512 phy_dev = phy_connect(bgmac->net_dev, bus_id, &bgmac_adjust_link, in bgmac_mii_register()
Db44.c2298 phydev = phy_connect(bp->dev, bus_id, &b44_adjust_link, in b44_register_phy_one()
Dbcm63xx_enet.c888 phydev = phy_connect(dev, phy_id, bcm_enet_adjust_phy_link, in bcm_enet_open()
Dtg3.c2099 phydev = phy_connect(tp->dev, dev_name(&phydev->dev), in tg3_phy_init()
/linux-4.1.27/drivers/net/ethernet/adi/
Dbfin_mac.c422 phydev = phy_connect(dev, dev_name(&phydev->dev), in mii_probe()
/linux-4.1.27/drivers/net/ethernet/smsc/
Dsmsc9420.c1170 phydev = phy_connect(dev, dev_name(&phydev->dev), in smsc9420_mii_probe()
/linux-4.1.27/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_main.c289 phydev = phy_connect(ndev, phy_id_fmt, &sxgbe_adjust_link, phy_iface); in sxgbe_init_phy()
/linux-4.1.27/drivers/net/ethernet/toshiba/
Dtc35815.c634 phydev = phy_connect(dev, dev_name(&phydev->dev), in tc_mii_probe()
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c830 phydev = phy_connect(dev, phy_id_fmt, &stmmac_adjust_link, interface); in stmmac_init_phy()
/linux-4.1.27/drivers/net/ethernet/marvell/
Dmv643xx_eth.c2965 phydev = phy_connect(mp->dev, phy_id, mv643xx_eth_adjust_link, in phy_scan()
/linux-4.1.27/drivers/net/ethernet/renesas/
Dsh_eth.c1861 phydev = phy_connect(ndev, phy_id, sh_eth_adjust_link, in sh_eth_phy_init()
/linux-4.1.27/drivers/net/ethernet/freescale/
Dfec_main.c1921 phy_dev = phy_connect(ndev, phy_name, &fec_enet_adjust_link, in fec_enet_mii_probe()
/linux-4.1.27/drivers/net/ethernet/agere/
Det131x.c3268 phydev = phy_connect(netdev, dev_name(&phydev->dev), in et131x_mii_probe()