Searched refs:ext_phydev (Results 1 – 2 of 2) sorted by relevance
24 if (ext_phydev->drv->config) in xilinxgmiitorgmii_config()25 ext_phydev->drv->config(ext_phydev); in xilinxgmiitorgmii_config()36 if (ext_phydev->drv->readext) in xilinxgmiitorgmii_extread()37 ext_phydev->drv->readext(ext_phydev, addr, devaddr, regnum); in xilinxgmiitorgmii_extread()49 if (ext_phydev->drv->writeext) in xilinxgmiitorgmii_extwrite()50 ext_phydev->drv->writeext(ext_phydev, addr, devaddr, regnum, in xilinxgmiitorgmii_extwrite()62 ext_phydev->dev = phydev->dev; in xilinxgmiitorgmii_startup()63 if (ext_phydev->drv->startup) in xilinxgmiitorgmii_startup()64 ext_phydev->drv->startup(ext_phydev); in xilinxgmiitorgmii_startup()112 if (!ext_phydev) { in xilinxgmiitorgmii_probe()[all …]
483 struct phy_device *int_phydev, *ext_phydev; in ca_phy_probe() local498 ext_phydev = phy_connect(priv->mdio_bus, in ca_phy_probe()501 if (ext_phydev) { in ca_phy_probe()502 ext_phydev->supported &= PHY_GBIT_FEATURES; in ca_phy_probe()503 ext_phydev->advertising = int_phydev->supported; in ca_phy_probe()504 phy_config(ext_phydev); in ca_phy_probe()537 priv->phydev = ext_phydev; in ca_phy_probe()
Completed in 12 milliseconds