Searched refs:phy_attach_direct (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/phy/ |
| A D | phy_device.c | 1050 rc = phy_attach_direct(dev, phydev, phydev->dev_flags, interface); in phy_connect_direct() 1360 int phy_attach_direct(struct net_device *dev, struct phy_device *phydev, in phy_attach_direct() function 1496 EXPORT_SYMBOL(phy_attach_direct); 1528 rc = phy_attach_direct(dev, phydev, phydev->dev_flags, interface); in phy_attach()
|
| A D | phylink.c | 1120 return phy_attach_direct(pl->netdev, phy, 0, interface); in phylink_attach_phy() 1217 ret = phy_attach_direct(pl->netdev, phy_dev, flags, in phylink_fwnode_phy_connect()
|
| /linux/Documentation/networking/ |
| A D | sfp-phylink.rst | 166 the phy_attach_direct() inside this function call if a PHY is specified
|
| /linux/include/linux/ |
| A D | phy.h | 1482 int phy_attach_direct(struct net_device *dev, struct phy_device *phydev,
|
| /linux/drivers/net/ethernet/hisilicon/hns/ |
| A D | hns_enet.c | 1158 ret = phy_attach_direct(ndev, phy_dev, 0, h->phy_if); in hns_nic_init_phy()
|
| /linux/drivers/net/ethernet/amd/xgbe/ |
| A D | xgbe-phy-v2.c | 1042 ret = phy_attach_direct(pdata->netdev, phydev, phydev->dev_flags, in xgbe_phy_find_phy_device()
|
| /linux/ |
| A D | vmlinux.symvers | 966 0x00000000 phy_attach_direct vmlinux EXPORT_SYMBOL
|
| A D | System.map | 35862 ffff800010947ad0 T phy_attach_direct
|
| A D | .tmp_System.map | 35862 ffff800010947ad0 T phy_attach_direct
|
Completed in 331 milliseconds