/openbmc/u-boot/include/ |
H A D | phy.h | 196 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 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()
|
H 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()
|
H A D | bgmac.h | 496 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 D | mdio.c | 130 phydev = phy_connect(ndev, phydev_name(phydev), in xge_mdio_config()
|
/openbmc/u-boot/drivers/net/ |
H A D | lpc32xx_eth.c | 576 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 D | bcm-sf2-eth.c | 52 phydev = phy_connect(miiphy_get_dev_by_name(dev->name), in bcm_sf2_eth_init()
|
H A D | macb.c | 531 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 D | bcm6348-eth.c | 389 priv->phy_dev = phy_connect(bus, priv->phy_id, dev, in bcm6348_phy_init()
|
H A D | xilinx_emaclite.c | 295 phydev = phy_connect(emaclite->bus, emaclite->phyaddr, dev, in setup_phy()
|
H A D | pic32_eth.c | 96 priv->phydev = phy_connect(mii, priv->phy_addr, in pic32_phy_init()
|
H A D | xilinx_axi_emac.c | 274 phydev = phy_connect(priv->bus, priv->phyaddr, dev, priv->interface); in axiemac_phy_init()
|
H A D | ftgmac100.c | 227 phydev = phy_connect(priv->bus, priv->phy_addr, dev, priv->phy_mode); in ftgmac100_phy_init()
|
H A D | zynq_gem.c | 357 priv->phydev = phy_connect(priv->bus, priv->phyaddr, dev, in zynq_phy_init()
|
/openbmc/u-boot/drivers/net/pfe_eth/ |
H A D | pfe_mdio.c | 233 phydev = phy_connect(gem->bus, phy_id, dev, gem->phy_mode); in pfe_phy_configure()
|
/openbmc/u-boot/drivers/net/phy/ |
H A D | phy.c | 918 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 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 340 either before or after phy_connect() and/or as a result of implementing the
|
/openbmc/linux/drivers/net/ethernet/ |
H 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()
|
/openbmc/linux/drivers/net/usb/ |
H A D | ax88172a.c | 314 priv->phydev = phy_connect(dev->net, priv->phy_name, in ax88172a_reset()
|
/openbmc/u-boot/drivers/usb/eth/ |
H A D | lan7x.c | 212 priv->phydev = phy_connect(priv->mdiobus, dev->phy_id, in lan7x_eth_phylib_connect()
|
/openbmc/u-boot/drivers/net/mscc_eswitch/ |
H A D | ocelot_switch.c | 478 phy_connect(priv->bus[INTERNAL], i, dev, in ocelot_probe()
|
H A D | luton_switch.c | 686 phy_connect(priv->bus[INTERNAL], i, dev, in luton_probe()
|
/openbmc/u-boot/drivers/net/ti/ |
H A D | keystone_net.c | 589 priv->phydev = phy_connect(priv->mdio_bus, priv->phy_addr, in ks2_eth_probe()
|
/openbmc/linux/drivers/net/ethernet/broadcom/asp2/ |
H A D | bcmasp_intf.c | 1003 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 D | eth.c | 695 phydev = phy_connect(fm_eth->bus, fm_eth->phyaddr, dev, in init_phy()
|