Lines Matching refs:phy_device

64 static int mv2222_tx_enable(struct phy_device *phydev)  in mv2222_tx_enable()
71 static int mv2222_tx_disable(struct phy_device *phydev) in mv2222_tx_disable()
77 static int mv2222_soft_reset(struct phy_device *phydev) in mv2222_soft_reset()
91 static int mv2222_disable_aneg(struct phy_device *phydev) in mv2222_disable_aneg()
101 static int mv2222_enable_aneg(struct phy_device *phydev) in mv2222_enable_aneg()
111 static int mv2222_set_sgmii_speed(struct phy_device *phydev) in mv2222_set_sgmii_speed()
152 static bool mv2222_is_10g_capable(struct phy_device *phydev) in mv2222_is_10g_capable()
170 static bool mv2222_is_1gbx_capable(struct phy_device *phydev) in mv2222_is_1gbx_capable()
178 static bool mv2222_is_sgmii_capable(struct phy_device *phydev) in mv2222_is_sgmii_capable()
196 static int mv2222_config_line(struct phy_device *phydev) in mv2222_config_line()
216 static int mv2222_swap_line_type(struct phy_device *phydev) in mv2222_swap_line_type()
256 static int mv2222_setup_forced(struct phy_device *phydev) in mv2222_setup_forced()
279 static int mv2222_config_aneg(struct phy_device *phydev) in mv2222_config_aneg()
305 static int mv2222_aneg_done(struct phy_device *phydev) in mv2222_aneg_done()
326 static int mv2222_read_status_10g(struct phy_device *phydev) in mv2222_read_status_10g()
362 static int mv2222_read_status_1g(struct phy_device *phydev) in mv2222_read_status_1g()
414 static bool mv2222_link_is_operational(struct phy_device *phydev) in mv2222_link_is_operational()
429 static int mv2222_read_status(struct phy_device *phydev) in mv2222_read_status()
454 static int mv2222_resume(struct phy_device *phydev) in mv2222_resume()
459 static int mv2222_suspend(struct phy_device *phydev) in mv2222_suspend()
464 static int mv2222_get_features(struct phy_device *phydev) in mv2222_get_features()
471 static int mv2222_config_init(struct phy_device *phydev) in mv2222_config_init()
481 struct phy_device *phydev = upstream; in mv2222_sfp_insert()
522 struct phy_device *phydev = upstream; in mv2222_sfp_remove()
533 struct phy_device *phydev = upstream; in mv2222_sfp_link_up()
542 struct phy_device *phydev = upstream; in mv2222_sfp_link_down()
558 static int mv2222_probe(struct phy_device *phydev) in mv2222_probe()