Home
last modified time | relevance | path

Searched refs:phy_set_media (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/phy/
H A Dphy.h234 int phy_set_media(struct phy *phy, enum phy_media media);
366 static inline int phy_set_media(struct phy *phy, enum phy_media media) in phy_set_media() function
/openbmc/linux/drivers/phy/
H A Dphy-core.c418 int phy_set_media(struct phy *phy, enum phy_media media) in phy_set_media() function
431 EXPORT_SYMBOL_GPL(phy_set_media);
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_port.c700 err = phy_set_media(port->serdes, conf->media); in sparx5_serdes_set()