Lines Matching refs:phy_device

145 	bool (*has_downshift)(struct phy_device *phydev);
147 int (*get_mactype)(struct phy_device *phydev);
148 int (*set_mactype)(struct phy_device *phydev, int mactype);
150 int (*init_interface)(struct phy_device *phydev, int mactype);
153 int (*hwmon_read_temp_reg)(struct phy_device *phydev);
169 static const struct mv3310_chip *to_mv3310_chip(struct phy_device *phydev) in to_mv3310_chip()
186 static int mv3310_hwmon_read_temp_reg(struct phy_device *phydev) in mv3310_hwmon_read_temp_reg()
191 static int mv2110_hwmon_read_temp_reg(struct phy_device *phydev) in mv2110_hwmon_read_temp_reg()
199 struct phy_device *phydev = dev_get_drvdata(dev); in mv3310_hwmon_read()
257 static int mv3310_hwmon_config(struct phy_device *phydev, bool enable) in mv3310_hwmon_config()
276 static int mv3310_hwmon_probe(struct phy_device *phydev) in mv3310_hwmon_probe()
306 static inline int mv3310_hwmon_config(struct phy_device *phydev, bool enable) in mv3310_hwmon_config()
311 static int mv3310_hwmon_probe(struct phy_device *phydev) in mv3310_hwmon_probe()
317 static int mv3310_power_down(struct phy_device *phydev) in mv3310_power_down()
323 static int mv3310_power_up(struct phy_device *phydev) in mv3310_power_up()
346 static int mv3310_reset(struct phy_device *phydev, u32 unit) in mv3310_reset()
361 static int mv3310_get_downshift(struct phy_device *phydev, u8 *ds) in mv3310_get_downshift()
382 static int mv3310_set_downshift(struct phy_device *phydev, u8 ds) in mv3310_set_downshift()
426 static int mv3310_get_edpd(struct phy_device *phydev, u16 *edpd) in mv3310_get_edpd()
448 static int mv3310_set_edpd(struct phy_device *phydev, u16 edpd) in mv3310_set_edpd()
481 struct phy_device *phydev = upstream; in mv3310_sfp_insert()
502 static int mv3310_probe(struct phy_device *phydev) in mv3310_probe()
562 static void mv3310_remove(struct phy_device *phydev) in mv3310_remove()
567 static int mv3310_suspend(struct phy_device *phydev) in mv3310_suspend()
572 static int mv3310_resume(struct phy_device *phydev) in mv3310_resume()
590 static bool mv3310_has_pma_ngbaset_quirk(struct phy_device *phydev) in mv3310_has_pma_ngbaset_quirk()
600 static int mv2110_get_mactype(struct phy_device *phydev) in mv2110_get_mactype()
611 static int mv2110_set_mactype(struct phy_device *phydev, int mactype) in mv2110_set_mactype()
654 static int mv3310_get_mactype(struct phy_device *phydev) in mv3310_get_mactype()
665 static int mv3310_set_mactype(struct phy_device *phydev, int mactype) in mv3310_set_mactype()
705 static int mv2110_init_interface(struct phy_device *phydev, int mactype) in mv2110_init_interface()
727 static int mv3310_init_interface(struct phy_device *phydev, int mactype) in mv3310_init_interface()
756 static int mv3340_init_interface(struct phy_device *phydev, int mactype) in mv3340_init_interface()
771 static int mv3310_config_init(struct phy_device *phydev) in mv3310_config_init()
825 static int mv3310_get_features(struct phy_device *phydev) in mv3310_get_features()
851 static int mv3310_config_mdix(struct phy_device *phydev) in mv3310_config_mdix()
878 static int mv3310_config_aneg(struct phy_device *phydev) in mv3310_config_aneg()
911 static int mv3310_aneg_done(struct phy_device *phydev) in mv3310_aneg_done()
925 static void mv3310_update_interface(struct phy_device *phydev) in mv3310_update_interface()
971 static int mv3310_read_status_10gbaser(struct phy_device *phydev) in mv3310_read_status_10gbaser()
981 static int mv3310_read_status_copper(struct phy_device *phydev) in mv3310_read_status_copper()
1059 static int mv3310_read_status(struct phy_device *phydev) in mv3310_read_status()
1088 static int mv3310_get_tunable(struct phy_device *phydev, in mv3310_get_tunable()
1101 static int mv3310_set_tunable(struct phy_device *phydev, in mv3310_set_tunable()
1114 static bool mv3310_has_downshift(struct phy_device *phydev) in mv3310_has_downshift()
1210 static int mv3310_get_number_of_ports(struct phy_device *phydev) in mv3310_get_number_of_ports()
1224 static int mv3310_match_phy_device(struct phy_device *phydev) in mv3310_match_phy_device()
1233 static int mv3340_match_phy_device(struct phy_device *phydev) in mv3340_match_phy_device()
1242 static int mv211x_match_phy_device(struct phy_device *phydev, bool has_5g) in mv211x_match_phy_device()
1257 static int mv2110_match_phy_device(struct phy_device *phydev) in mv2110_match_phy_device()
1262 static int mv2111_match_phy_device(struct phy_device *phydev) in mv2111_match_phy_device()
1267 static void mv3110_get_wol(struct phy_device *phydev, in mv3110_get_wol()
1283 static int mv3110_set_wol(struct phy_device *phydev, in mv3110_set_wol()