Lines Matching defs:phydev

61 static int mv2222_tx_enable(struct phy_device *phydev)  in mv2222_tx_enable()
68 static int mv2222_tx_disable(struct phy_device *phydev) in mv2222_tx_disable()
74 static int mv2222_soft_reset(struct phy_device *phydev) in mv2222_soft_reset()
88 static int mv2222_disable_aneg(struct phy_device *phydev) in mv2222_disable_aneg()
98 static int mv2222_enable_aneg(struct phy_device *phydev) in mv2222_enable_aneg()
108 static int mv2222_set_sgmii_speed(struct phy_device *phydev) in mv2222_set_sgmii_speed()
149 static bool mv2222_is_10g_capable(struct phy_device *phydev) in mv2222_is_10g_capable()
167 static bool mv2222_is_1gbx_capable(struct phy_device *phydev) in mv2222_is_1gbx_capable()
175 static bool mv2222_is_sgmii_capable(struct phy_device *phydev) in mv2222_is_sgmii_capable()
193 static int mv2222_config_line(struct phy_device *phydev) in mv2222_config_line()
213 static int mv2222_swap_line_type(struct phy_device *phydev) in mv2222_swap_line_type()
253 static int mv2222_setup_forced(struct phy_device *phydev) in mv2222_setup_forced()
276 static int mv2222_config_aneg(struct phy_device *phydev) in mv2222_config_aneg()
302 static int mv2222_aneg_done(struct phy_device *phydev) in mv2222_aneg_done()
323 static int mv2222_read_status_10g(struct phy_device *phydev) in mv2222_read_status_10g()
359 static int mv2222_read_status_1g(struct phy_device *phydev) in mv2222_read_status_1g()
411 static bool mv2222_link_is_operational(struct phy_device *phydev) in mv2222_link_is_operational()
426 static int mv2222_read_status(struct phy_device *phydev) in mv2222_read_status()
451 static int mv2222_resume(struct phy_device *phydev) in mv2222_resume()
456 static int mv2222_suspend(struct phy_device *phydev) in mv2222_suspend()
461 static int mv2222_get_features(struct phy_device *phydev) in mv2222_get_features()
468 static int mv2222_config_init(struct phy_device *phydev) in mv2222_config_init()
479 struct phy_device *phydev = upstream; in mv2222_sfp_insert() local
521 struct phy_device *phydev = upstream; in mv2222_sfp_remove() local
533 struct phy_device *phydev = upstream; in mv2222_sfp_link_up() local
542 struct phy_device *phydev = upstream; in mv2222_sfp_link_down() local
560 static int mv2222_probe(struct phy_device *phydev) in mv2222_probe()