Home
last modified time | relevance | path

Searched refs:phy_init_hw (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/Documentation/devicetree/bindings/net/
Dmicrel-ksz90x1.txt8 phy_fixup_list (see phy_init_hw() from drivers/net/phy/phy_device.c),
/linux-4.1.27/drivers/net/phy/
Dphy_device.c537 int phy_init_hw(struct phy_device *phydev) in phy_init_hw() function
558 EXPORT_SYMBOL(phy_init_hw);
624 err = phy_init_hw(phydev); in phy_attach_direct()
Dmdio_bus.c516 ret = phy_init_hw(phydev); in mdio_bus_restore()
Dphy.c425 return phy_init_hw(phydev); in phy_mii_ioctl()
/linux-4.1.27/include/linux/
Dphy.h717 int phy_init_hw(struct phy_device *phydev);
/linux-4.1.27/drivers/net/ethernet/broadcom/genet/
Dbcmmii.c166 phy_init_hw(priv->phydev); in bcmgenet_mii_reset()
Dbcmgenet.c3301 phy_init_hw(priv->phydev); in bcmgenet_resume()
/linux-4.1.27/drivers/net/dsa/
Dbcm_sf2.c295 phy_init_hw(phy); in bcm_sf2_port_setup()
/linux-4.1.27/drivers/net/ethernet/toshiba/
Dtc35815.c1175 ret = phy_init_hw(lp->phy_dev); in tc35815_restart()
/linux-4.1.27/drivers/net/ethernet/marvell/
Dmv643xx_eth.c2310 phy_init_hw(mp->phy); in port_start()