Home
last modified time | relevance | path

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

12

/Linux-v6.6/drivers/net/ethernet/broadcom/
Dbgmac-platform.c240 bgmac->phy_connect = platform_phy_connect; in bgmac_probe()
242 bgmac->phy_connect = bgmac_phy_connect_direct; in bgmac_probe()
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()
Dbgmac.h497 int (*phy_connect)(struct bgmac *bgmac); member
591 return bgmac->phy_connect(bgmac); in bgmac_phy_connect()
Dsb1250-mac.c2337 phy_dev = phy_connect(dev, dev_name(&phy_dev->mdio.dev), in sbmac_mii_probe()
/Linux-v6.6/drivers/net/ethernet/apm/xgene-v2/
Dmdio.c130 phydev = phy_connect(ndev, phydev_name(phydev), in xge_mdio_config()
/Linux-v6.6/drivers/net/usb/
Dax88172a.c312 priv->phydev = phy_connect(dev->net, priv->phy_name, in ax88172a_reset()
/Linux-v6.6/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.c371 phydev = phy_connect(dev, phydev_name(phydev), in ltq_etop_mdio_probe()
/Linux-v6.6/Documentation/networking/
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
/Linux-v6.6/drivers/net/ethernet/broadcom/asp2/
Dbcmasp_intf.c986 static int bcmasp_netif_init(struct net_device *dev, bool phy_connect) in bcmasp_netif_init() argument
1042 if (phy_connect) { in bcmasp_netif_init()
/Linux-v6.6/drivers/net/ethernet/davicom/
Ddm9051.c1159 db->phydev = phy_connect(db->ndev, phy_id, dm9051_handle_link_change, in dm9051_phy_connect()
/Linux-v6.6/drivers/net/ethernet/amd/
Dau1000_eth.c539 phydev = phy_connect(dev, phydev_name(phydev), in au1000_mii_probe()
/Linux-v6.6/drivers/net/ethernet/rdc/
Dr6040.c1009 phydev = phy_connect(dev, phydev_name(phydev), &r6040_adjust_link, in r6040_mii_probe()
/Linux-v6.6/drivers/net/phy/
Dphy_device.c1146 struct phy_device *phy_connect(struct net_device *dev, const char *bus_id, in phy_connect() function
1171 EXPORT_SYMBOL(phy_connect);
/Linux-v6.6/drivers/net/ethernet/asix/
Dax88796c_main.c1077 ax_local->phydev = phy_connect(ax_local->ndev, phy_id, in ax88796c_probe()
/Linux-v6.6/drivers/net/ethernet/ti/
Dcpmac.c1124 phydev = phy_connect(dev, priv->phy_name, cpmac_adjust_link, in cpmac_probe()
Ddavinci_emac.c1525 phydev = phy_connect(ndev, priv->phy_id, in emac_dev_open()
Dcpsw.c623 phy = phy_connect(priv->ndev, slave->data->phy_id, in cpsw_slave_open()
/Linux-v6.6/drivers/net/ethernet/nxp/
Dlpc_eth.c771 phydev = phy_connect(ndev, phydev_name(phydev), in lpc_mii_probe()
/Linux-v6.6/include/linux/
Dphy.h1731 struct phy_device *phy_connect(struct net_device *dev, const char *bus_id,
/Linux-v6.6/drivers/net/ethernet/xilinx/
Dll_temac_main.c1171 phydev = phy_connect(lp->ndev, lp->phy_name, temac_adjust_link, in temac_open()
/Linux-v6.6/drivers/net/ethernet/adi/
Dadin1110.c1608 port_priv->phydev = phy_connect(netdev, in adin1110_probe_netdevs()
/Linux-v6.6/drivers/net/ethernet/faraday/
Dftgmac100.c1464 phydev = phy_connect(netdev, phydev_name(phydev), in ftgmac100_mii_probe()
/Linux-v6.6/drivers/net/ethernet/smsc/
Dsmsc9420.c1115 phydev = phy_connect(dev, phydev_name(phydev), in smsc9420_mii_probe()
/Linux-v6.6/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_main.c288 phydev = phy_connect(ndev, phy_id_fmt, &sxgbe_adjust_link, phy_iface); in sxgbe_init_phy()

12