Home
last modified time | relevance | path

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

123

/openbmc/u-boot/include/
H A Dphy.h196 struct phy_device *phy_connect(struct mii_dev *bus, int addr,
208 struct phy_device *phy_connect(struct mii_dev *bus, int addr,
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dbgmac-platform.c243 bgmac->phy_connect = platform_phy_connect; in bgmac_probe()
245 bgmac->phy_connect = bgmac_phy_connect_direct; in bgmac_probe()
H A Dbgmac-bcma.c100 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()
H A Dbgmac.h496 int (*phy_connect)(struct bgmac *bgmac); member
590 return bgmac->phy_connect(bgmac); in bgmac_phy_connect()
/openbmc/linux/drivers/net/ethernet/apm/xgene-v2/
H A Dmdio.c130 phydev = phy_connect(ndev, phydev_name(phydev), in xge_mdio_config()
/openbmc/u-boot/drivers/net/
H A Dlpc32xx_eth.c576 phydev = phy_connect(bus, phyid, dev, PHY_INTERFACE_MODE_RMII); in lpc32xx_eth_phylib_init()
578 phydev = phy_connect(bus, phyid, dev, PHY_INTERFACE_MODE_MII); in lpc32xx_eth_phylib_init()
H A Dbcm-sf2-eth.c52 phydev = phy_connect(miiphy_get_dev_by_name(dev->name), in bcm_sf2_eth_init()
H A Dmacb.c531 macb->phydev = phy_connect(macb->bus, macb->phy_addr, dev, in macb_phy_init()
535 macb->phydev = phy_connect(macb->bus, macb->phy_addr, &macb->netdev, in macb_phy_init()
H A Dbcm6348-eth.c389 priv->phy_dev = phy_connect(bus, priv->phy_id, dev, in bcm6348_phy_init()
H A Dxilinx_emaclite.c295 phydev = phy_connect(emaclite->bus, emaclite->phyaddr, dev, in setup_phy()
H A Dpic32_eth.c96 priv->phydev = phy_connect(mii, priv->phy_addr, in pic32_phy_init()
H A Dxilinx_axi_emac.c274 phydev = phy_connect(priv->bus, priv->phyaddr, dev, priv->interface); in axiemac_phy_init()
H A Dftgmac100.c227 phydev = phy_connect(priv->bus, priv->phy_addr, dev, priv->phy_mode); in ftgmac100_phy_init()
H A Dzynq_gem.c357 priv->phydev = phy_connect(priv->bus, priv->phyaddr, dev, in zynq_phy_init()
/openbmc/u-boot/drivers/net/pfe_eth/
H A Dpfe_mdio.c233 phydev = phy_connect(gem->bus, phy_id, dev, gem->phy_mode); in pfe_phy_configure()
/openbmc/u-boot/drivers/net/phy/
H A Dphy.c918 struct phy_device *phy_connect(struct mii_dev *bus, int addr, in phy_connect() function
922 struct phy_device *phy_connect(struct mii_dev *bus, int addr, in phy_connect()
/openbmc/linux/Documentation/networking/
H A Dphy.rst187 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
340 either before or after phy_connect() and/or as a result of implementing the
/openbmc/linux/drivers/net/ethernet/
H A 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()
/openbmc/linux/drivers/net/usb/
H A Dax88172a.c314 priv->phydev = phy_connect(dev->net, priv->phy_name, in ax88172a_reset()
/openbmc/u-boot/drivers/usb/eth/
H A Dlan7x.c212 priv->phydev = phy_connect(priv->mdiobus, dev->phy_id, in lan7x_eth_phylib_connect()
/openbmc/u-boot/drivers/net/mscc_eswitch/
H A Docelot_switch.c478 phy_connect(priv->bus[INTERNAL], i, dev, in ocelot_probe()
H A Dluton_switch.c686 phy_connect(priv->bus[INTERNAL], i, dev, in luton_probe()
/openbmc/u-boot/drivers/net/ti/
H A Dkeystone_net.c589 priv->phydev = phy_connect(priv->mdio_bus, priv->phy_addr, in ks2_eth_probe()
/openbmc/linux/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp_intf.c1003 static int bcmasp_netif_init(struct net_device *dev, bool phy_connect) in bcmasp_netif_init() argument
1059 if (phy_connect) { in bcmasp_netif_init()
/openbmc/u-boot/drivers/net/fm/
H A Deth.c695 phydev = phy_connect(fm_eth->bus, fm_eth->phyaddr, dev, in init_phy()

123