Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/phy/
Dphy.h233 int phy_set_speed(struct phy *phy, int speed);
370 static inline int phy_set_speed(struct phy *phy, int speed) in phy_set_speed() function
/linux-5.19.10/drivers/phy/
Dphy-core.c429 int phy_set_speed(struct phy *phy, int speed) in phy_set_speed() function
442 EXPORT_SYMBOL_GPL(phy_set_speed);
/linux-5.19.10/drivers/net/ethernet/microchip/sparx5/
Dsparx5_port.c703 err = phy_set_speed(port->serdes, speed); in sparx5_serdes_set()