Home
last modified time | relevance | path

Searched refs:phy_package_init_once (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/phy/
H A Dbcm54140.c591 if (phy_package_init_once(phydev)) { in bcm54140_probe()
H A Dmicrel.c3398 if (phy_package_init_once(phydev)) { in lan8814_probe()
/openbmc/linux/drivers/net/phy/mscc/
H A Dmscc_main.c1726 if (phy_package_init_once(phydev)) { in vsc8584_config_init()
2091 if (phy_package_init_once(phydev)) { in vsc8514_config_init()
/openbmc/linux/include/linux/
H A Dphy.h2051 static inline bool phy_package_init_once(struct phy_device *phydev) in phy_package_init_once() function