Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/phy/
Dphy.h229 int phy_set_speed(struct phy *phy, int speed);
366 static inline int phy_set_speed(struct phy *phy, int speed) in phy_set_speed() function
/Linux-v5.15/drivers/phy/
Dphy-core.c391 int phy_set_speed(struct phy *phy, int speed) in phy_set_speed() function
404 EXPORT_SYMBOL_GPL(phy_set_speed);
/Linux-v5.15/drivers/net/ethernet/microchip/sparx5/
Dsparx5_port.c703 err = phy_set_speed(port->serdes, speed); in sparx5_serdes_set()