Lines Matching defs:phydev
63 static int mv2222_tx_enable(struct phy_device *phydev) in mv2222_tx_enable()
70 static int mv2222_tx_disable(struct phy_device *phydev) in mv2222_tx_disable()
76 static int mv2222_soft_reset(struct phy_device *phydev) in mv2222_soft_reset()
90 static int mv2222_disable_aneg(struct phy_device *phydev) in mv2222_disable_aneg()
100 static int mv2222_enable_aneg(struct phy_device *phydev) in mv2222_enable_aneg()
110 static int mv2222_set_sgmii_speed(struct phy_device *phydev) in mv2222_set_sgmii_speed()
151 static bool mv2222_is_10g_capable(struct phy_device *phydev) in mv2222_is_10g_capable()
169 static bool mv2222_is_1gbx_capable(struct phy_device *phydev) in mv2222_is_1gbx_capable()
177 static bool mv2222_is_sgmii_capable(struct phy_device *phydev) in mv2222_is_sgmii_capable()
195 static int mv2222_config_line(struct phy_device *phydev) in mv2222_config_line()
215 static int mv2222_swap_line_type(struct phy_device *phydev) in mv2222_swap_line_type()
255 static int mv2222_setup_forced(struct phy_device *phydev) in mv2222_setup_forced()
278 static int mv2222_config_aneg(struct phy_device *phydev) in mv2222_config_aneg()
304 static int mv2222_aneg_done(struct phy_device *phydev) in mv2222_aneg_done()
325 static int mv2222_read_status_10g(struct phy_device *phydev) in mv2222_read_status_10g()
361 static int mv2222_read_status_1g(struct phy_device *phydev) in mv2222_read_status_1g()
413 static bool mv2222_link_is_operational(struct phy_device *phydev) in mv2222_link_is_operational()
428 static int mv2222_read_status(struct phy_device *phydev) in mv2222_read_status()
453 static int mv2222_resume(struct phy_device *phydev) in mv2222_resume()
458 static int mv2222_suspend(struct phy_device *phydev) in mv2222_suspend()
463 static int mv2222_get_features(struct phy_device *phydev) in mv2222_get_features()
470 static int mv2222_config_init(struct phy_device *phydev) in mv2222_config_init()
481 struct phy_device *phydev = upstream; in mv2222_sfp_insert() local
523 struct phy_device *phydev = upstream; in mv2222_sfp_remove() local
535 struct phy_device *phydev = upstream; in mv2222_sfp_link_up() local
544 struct phy_device *phydev = upstream; in mv2222_sfp_link_down() local
560 static int mv2222_probe(struct phy_device *phydev) in mv2222_probe()