/linux-5.10/drivers/net/ethernet/realtek/ |
D | r8169_phy_config.c | 20 static void r8168d_modify_extpage(struct phy_device *phydev, int extpage, in r8168d_modify_extpage() 31 static void r8168d_phy_param(struct phy_device *phydev, u16 parm, in r8168d_phy_param() 42 static void r8168g_phy_param(struct phy_device *phydev, u16 parm, in r8168g_phy_param() 58 static void __rtl_writephy_batch(struct phy_device *phydev, in __rtl_writephy_batch() 73 static void rtl8168f_config_eee_phy(struct phy_device *phydev) in rtl8168f_config_eee_phy() 79 static void rtl8168g_config_eee_phy(struct phy_device *phydev) in rtl8168g_config_eee_phy() 84 static void rtl8168h_config_eee_phy(struct phy_device *phydev) in rtl8168h_config_eee_phy() 92 static void rtl8125a_config_eee_phy(struct phy_device *phydev) in rtl8125a_config_eee_phy() 100 static void rtl8125b_config_eee_phy(struct phy_device *phydev) in rtl8125b_config_eee_phy() 109 struct phy_device *phydev) in rtl8169s_hw_phy_config() [all …]
|
/linux-5.10/drivers/net/phy/ |
D | phy.c | 59 static void phy_link_up(struct phy_device *phydev) in phy_link_up() 65 static void phy_link_down(struct phy_device *phydev) in phy_link_down() 71 static const char *phy_pause_str(struct phy_device *phydev) in phy_pause_str() 101 void phy_print_status(struct phy_device *phydev) in phy_print_status() 125 static int phy_clear_interrupt(struct phy_device *phydev) in phy_clear_interrupt() 140 static int phy_config_interrupt(struct phy_device *phydev, bool interrupts) in phy_config_interrupt() 156 int phy_restart_aneg(struct phy_device *phydev) in phy_restart_aneg() 177 int phy_aneg_done(struct phy_device *phydev) in phy_aneg_done() 247 static void phy_sanitize_settings(struct phy_device *phydev) in phy_sanitize_settings() 263 int phy_ethtool_ksettings_set(struct phy_device *phydev, in phy_ethtool_ksettings_set() [all …]
|
D | bcm-phy-lib.c | 19 int __bcm_phy_write_exp(struct phy_device *phydev, u16 reg, u16 val) in __bcm_phy_write_exp() 31 int bcm_phy_write_exp(struct phy_device *phydev, u16 reg, u16 val) in bcm_phy_write_exp() 43 int __bcm_phy_read_exp(struct phy_device *phydev, u16 reg) in __bcm_phy_read_exp() 60 int bcm_phy_read_exp(struct phy_device *phydev, u16 reg) in bcm_phy_read_exp() 72 int __bcm_phy_modify_exp(struct phy_device *phydev, u16 reg, u16 mask, u16 set) in __bcm_phy_modify_exp() 92 int bcm_phy_modify_exp(struct phy_device *phydev, u16 reg, u16 mask, u16 set) in bcm_phy_modify_exp() 104 int bcm54xx_auxctl_read(struct phy_device *phydev, u16 regnum) in bcm54xx_auxctl_read() 115 int bcm54xx_auxctl_write(struct phy_device *phydev, u16 regnum, u16 val) in bcm54xx_auxctl_write() 121 int bcm_phy_write_misc(struct phy_device *phydev, in bcm_phy_write_misc() 145 int bcm_phy_read_misc(struct phy_device *phydev, in bcm_phy_read_misc() [all …]
|
D | broadcom.c | 19 #define BRCM_PHY_MODEL(phydev) \ argument 22 #define BRCM_PHY_REV(phydev) \ argument 31 static int bcm54210e_config_init(struct phy_device *phydev) in bcm54210e_config_init() 46 static int bcm54612e_config_init(struct phy_device *phydev) in bcm54612e_config_init() 67 static int bcm54xx_config_clock_delay(struct phy_device *phydev) in bcm54xx_config_clock_delay() 109 static int bcm50610_a0_workaround(struct phy_device *phydev) in bcm50610_a0_workaround() 140 static int bcm54xx_phydsp_config(struct phy_device *phydev) in bcm54xx_phydsp_config() 188 static void bcm54xx_adjust_rxrefclk(struct phy_device *phydev) in bcm54xx_adjust_rxrefclk() 257 static int bcm54xx_config_init(struct phy_device *phydev) in bcm54xx_config_init() 324 static int bcm54xx_resume(struct phy_device *phydev) in bcm54xx_resume() [all …]
|
D | realtek.c | 65 static int rtl821x_read_page(struct phy_device *phydev) in rtl821x_read_page() 70 static int rtl821x_write_page(struct phy_device *phydev, int page) in rtl821x_write_page() 75 static int rtl8201_ack_interrupt(struct phy_device *phydev) in rtl8201_ack_interrupt() 84 static int rtl821x_ack_interrupt(struct phy_device *phydev) in rtl821x_ack_interrupt() 93 static int rtl8211f_ack_interrupt(struct phy_device *phydev) in rtl8211f_ack_interrupt() 102 static int rtl8201_config_intr(struct phy_device *phydev) in rtl8201_config_intr() 114 static int rtl8211b_config_intr(struct phy_device *phydev) in rtl8211b_config_intr() 127 static int rtl8211e_config_intr(struct phy_device *phydev) in rtl8211e_config_intr() 140 static int rtl8211f_config_intr(struct phy_device *phydev) in rtl8211f_config_intr() 152 static int rtl8211_config_aneg(struct phy_device *phydev) in rtl8211_config_aneg() [all …]
|
D | phy_device.c | 201 void phy_device_free(struct phy_device *phydev) in phy_device_free() 209 struct phy_device *phydev; in phy_mdio_device_free() local 222 struct phy_device *phydev; in phy_mdio_device_remove() local 234 static bool mdio_bus_phy_may_suspend(struct phy_device *phydev) in mdio_bus_phy_may_suspend() 275 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_phy_suspend() local 295 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_phy_resume() local 316 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_phy_restore() local 445 static int phy_needs_fixup(struct phy_device *phydev, struct phy_fixup *fixup) in phy_needs_fixup() 460 static int phy_scan_fixups(struct phy_device *phydev) in phy_scan_fixups() 483 struct phy_device *phydev = to_phy_device(dev); in phy_bus_match() local [all …]
|
D | phy-c45.c | 15 int genphy_c45_pma_setup_forced(struct phy_device *phydev) in genphy_c45_pma_setup_forced() 91 int genphy_c45_an_config_aneg(struct phy_device *phydev) in genphy_c45_an_config_aneg() 136 int genphy_c45_an_disable_aneg(struct phy_device *phydev) in genphy_c45_an_disable_aneg() 152 int genphy_c45_restart_aneg(struct phy_device *phydev) in genphy_c45_restart_aneg() 168 int genphy_c45_check_and_restart_aneg(struct phy_device *phydev, bool restart) in genphy_c45_check_and_restart_aneg() 200 int genphy_c45_aneg_done(struct phy_device *phydev) in genphy_c45_aneg_done() 216 int genphy_c45_read_link(struct phy_device *phydev) in genphy_c45_read_link() 277 int genphy_c45_read_lpa(struct phy_device *phydev) in genphy_c45_read_lpa() 323 int genphy_c45_read_pma(struct phy_device *phydev) in genphy_c45_read_pma() 367 int genphy_c45_read_mdix(struct phy_device *phydev) in genphy_c45_read_mdix() [all …]
|
D | marvell.c | 285 static int marvell_read_page(struct phy_device *phydev) in marvell_read_page() 290 static int marvell_write_page(struct phy_device *phydev, int page) in marvell_write_page() 295 static int marvell_set_page(struct phy_device *phydev, int page) in marvell_set_page() 300 static int marvell_ack_interrupt(struct phy_device *phydev) in marvell_ack_interrupt() 313 static int marvell_config_intr(struct phy_device *phydev) in marvell_config_intr() 327 static int marvell_set_polarity(struct phy_device *phydev, int polarity) in marvell_set_polarity() 364 static int marvell_config_aneg(struct phy_device *phydev) in marvell_config_aneg() 397 static int m88e1101_config_aneg(struct phy_device *phydev) in m88e1101_config_aneg() 446 static int marvell_of_reg_init(struct phy_device *phydev) in marvell_of_reg_init() 498 static int marvell_of_reg_init(struct phy_device *phydev) in marvell_of_reg_init() [all …]
|
D | marvell10g.c | 114 static int mv3310_hwmon_read_temp_reg(struct phy_device *phydev) in mv3310_hwmon_read_temp_reg() 119 static int mv2110_hwmon_read_temp_reg(struct phy_device *phydev) in mv2110_hwmon_read_temp_reg() 124 static int mv10g_hwmon_read_temp_reg(struct phy_device *phydev) in mv10g_hwmon_read_temp_reg() 135 struct phy_device *phydev = dev_get_drvdata(dev); in mv3310_hwmon_read() local 192 static int mv3310_hwmon_config(struct phy_device *phydev, bool enable) in mv3310_hwmon_config() 211 static int mv3310_hwmon_probe(struct phy_device *phydev) in mv3310_hwmon_probe() 241 static inline int mv3310_hwmon_config(struct phy_device *phydev, bool enable) in mv3310_hwmon_config() 246 static int mv3310_hwmon_probe(struct phy_device *phydev) in mv3310_hwmon_probe() 252 static int mv3310_power_down(struct phy_device *phydev) in mv3310_power_down() 258 static int mv3310_power_up(struct phy_device *phydev) in mv3310_power_up() [all …]
|
D | phy-core.c | 260 static int __set_phy_supported(struct phy_device *phydev, u32 max_speed) in __set_phy_supported() 275 int phy_set_max_speed(struct phy_device *phydev, u32 max_speed) in phy_set_max_speed() 289 void of_set_phy_supported(struct phy_device *phydev) in of_set_phy_supported() 304 void of_set_phy_eee_broken(struct phy_device *phydev) in of_set_phy_eee_broken() 341 void phy_resolve_aneg_pause(struct phy_device *phydev) in phy_resolve_aneg_pause() 361 void phy_resolve_aneg_linkmode(struct phy_device *phydev) in phy_resolve_aneg_linkmode() 388 void phy_check_downshift(struct phy_device *phydev) in phy_check_downshift() 417 static int phy_resolve_min_speed(struct phy_device *phydev, bool fdx_only) in phy_resolve_min_speed() 435 int phy_speed_down_core(struct phy_device *phydev) in phy_speed_down_core() 468 int __phy_read_mmd(struct phy_device *phydev, int devad, u32 regnum) in __phy_read_mmd() [all …]
|
D | nxp-tja11xx.c | 73 struct phy_device *phydev; member 93 static int tja11xx_check(struct phy_device *phydev, u8 reg, u16 mask, u16 set) in tja11xx_check() 101 static int phy_modify_check(struct phy_device *phydev, u8 reg, in phy_modify_check() 113 static int tja11xx_enable_reg_write(struct phy_device *phydev) in tja11xx_enable_reg_write() 118 static int tja11xx_enable_link_control(struct phy_device *phydev) in tja11xx_enable_link_control() 123 static int tja11xx_disable_link_control(struct phy_device *phydev) in tja11xx_disable_link_control() 128 static int tja11xx_wakeup(struct phy_device *phydev) in tja11xx_wakeup() 174 static int tja11xx_soft_reset(struct phy_device *phydev) in tja11xx_soft_reset() 185 static int tja11xx_config_aneg_cable_test(struct phy_device *phydev) in tja11xx_config_aneg_cable_test() 218 static int tja11xx_config_aneg(struct phy_device *phydev) in tja11xx_config_aneg() [all …]
|
D | microchip.c | 24 static int lan88xx_read_page(struct phy_device *phydev) in lan88xx_read_page() 29 static int lan88xx_write_page(struct phy_device *phydev, int page) in lan88xx_write_page() 34 static int lan88xx_phy_config_intr(struct phy_device *phydev) in lan88xx_phy_config_intr() 52 static int lan88xx_phy_ack_interrupt(struct phy_device *phydev) in lan88xx_phy_ack_interrupt() 59 static int lan88xx_suspend(struct phy_device *phydev) in lan88xx_suspend() 70 static int lan88xx_TR_reg_set(struct phy_device *phydev, u16 regaddr, in lan88xx_TR_reg_set() 119 static void lan88xx_config_TR_regs(struct phy_device *phydev) in lan88xx_config_TR_regs() 215 static int lan88xx_probe(struct phy_device *phydev) in lan88xx_probe() 258 static void lan88xx_remove(struct phy_device *phydev) in lan88xx_remove() 267 static int lan88xx_set_wol(struct phy_device *phydev, in lan88xx_set_wol() [all …]
|
D | bcm87xx.c | 34 static int bcm87xx_of_reg_init(struct phy_device *phydev) in bcm87xx_of_reg_init() 78 static int bcm87xx_of_reg_init(struct phy_device *phydev) in bcm87xx_of_reg_init() 84 static int bcm87xx_get_features(struct phy_device *phydev) in bcm87xx_get_features() 91 static int bcm87xx_config_init(struct phy_device *phydev) in bcm87xx_config_init() 96 static int bcm87xx_config_aneg(struct phy_device *phydev) in bcm87xx_config_aneg() 101 static int bcm87xx_read_status(struct phy_device *phydev) in bcm87xx_read_status() 138 static int bcm87xx_config_intr(struct phy_device *phydev) in bcm87xx_config_intr() 156 static int bcm87xx_did_interrupt(struct phy_device *phydev) in bcm87xx_did_interrupt() 171 static int bcm87xx_ack_interrupt(struct phy_device *phydev) in bcm87xx_ack_interrupt() 178 static int bcm8706_match_phy_device(struct phy_device *phydev) in bcm8706_match_phy_device() [all …]
|
D | at803x.c | 165 static int at803x_debug_reg_read(struct phy_device *phydev, u16 reg) in at803x_debug_reg_read() 176 static int at803x_debug_reg_mask(struct phy_device *phydev, u16 reg, in at803x_debug_reg_mask() 193 static int at803x_enable_rx_delay(struct phy_device *phydev) in at803x_enable_rx_delay() 199 static int at803x_enable_tx_delay(struct phy_device *phydev) in at803x_enable_tx_delay() 205 static int at803x_disable_rx_delay(struct phy_device *phydev) in at803x_disable_rx_delay() 211 static int at803x_disable_tx_delay(struct phy_device *phydev) in at803x_disable_tx_delay() 218 static void at803x_context_save(struct phy_device *phydev, in at803x_context_save() 230 static void at803x_context_restore(struct phy_device *phydev, in at803x_context_restore() 241 static int at803x_set_wol(struct phy_device *phydev, in at803x_set_wol() 285 static void at803x_get_wol(struct phy_device *phydev, in at803x_get_wol() [all …]
|
D | micrel.c | 134 static int kszphy_extended_write(struct phy_device *phydev, in kszphy_extended_write() 141 static int kszphy_extended_read(struct phy_device *phydev, in kszphy_extended_read() 148 static int kszphy_ack_interrupt(struct phy_device *phydev) in kszphy_ack_interrupt() 158 static int kszphy_config_intr(struct phy_device *phydev) in kszphy_config_intr() 185 static int kszphy_rmii_clk_sel(struct phy_device *phydev, bool val) in kszphy_rmii_clk_sel() 201 static int kszphy_setup_led(struct phy_device *phydev, u32 reg, int val) in kszphy_setup_led() 235 static int kszphy_broadcast_disable(struct phy_device *phydev) in kszphy_broadcast_disable() 251 static int kszphy_nand_tree_disable(struct phy_device *phydev) in kszphy_nand_tree_disable() 272 static int kszphy_config_reset(struct phy_device *phydev) in kszphy_config_reset() 292 static int kszphy_config_init(struct phy_device *phydev) in kszphy_config_init() [all …]
|
D | smsc.c | 51 static int smsc_phy_config_intr(struct phy_device *phydev) in smsc_phy_config_intr() 68 static int smsc_phy_ack_interrupt(struct phy_device *phydev) in smsc_phy_ack_interrupt() 75 static int smsc_phy_config_init(struct phy_device *phydev) in smsc_phy_config_init() 97 static int smsc_phy_reset(struct phy_device *phydev) in smsc_phy_reset() 116 static int lan911x_config_init(struct phy_device *phydev) in lan911x_config_init() 121 static int lan87xx_config_aneg(struct phy_device *phydev) in lan87xx_config_aneg() 155 static int lan87xx_config_aneg_ext(struct phy_device *phydev) in lan87xx_config_aneg_ext() 178 static int lan87xx_read_status(struct phy_device *phydev) in lan87xx_read_status() 219 static int smsc_get_sset_count(struct phy_device *phydev) in smsc_get_sset_count() 224 static void smsc_get_strings(struct phy_device *phydev, u8 *data) in smsc_get_strings() [all …]
|
D | bcm7xxx.c | 46 static int bcm7xxx_28nm_d0_afe_config_init(struct phy_device *phydev) in bcm7xxx_28nm_d0_afe_config_init() 86 static int bcm7xxx_28nm_e0_plus_afe_config_init(struct phy_device *phydev) in bcm7xxx_28nm_e0_plus_afe_config_init() 114 static int bcm7xxx_28nm_a0_patch_afe_config_init(struct phy_device *phydev) in bcm7xxx_28nm_a0_patch_afe_config_init() 139 static int bcm7xxx_28nm_config_init(struct phy_device *phydev) in bcm7xxx_28nm_config_init() 202 static int bcm7xxx_28nm_resume(struct phy_device *phydev) in bcm7xxx_28nm_resume() 238 static int bcm7xxx_28nm_ephy_01_afe_config_init(struct phy_device *phydev) in bcm7xxx_28nm_ephy_01_afe_config_init() 284 static int bcm7xxx_28nm_ephy_apd_enable(struct phy_device *phydev) in bcm7xxx_28nm_ephy_apd_enable() 309 static int bcm7xxx_28nm_ephy_eee_enable(struct phy_device *phydev) in bcm7xxx_28nm_ephy_eee_enable() 372 static int bcm7xxx_28nm_ephy_config_init(struct phy_device *phydev) in bcm7xxx_28nm_ephy_config_init() 401 static int bcm7xxx_28nm_ephy_resume(struct phy_device *phydev) in bcm7xxx_28nm_ephy_resume() [all …]
|
D | vitesse.c | 78 static int vsc824x_add_skew(struct phy_device *phydev) in vsc824x_add_skew() 99 static int vsc824x_config_init(struct phy_device *phydev) in vsc824x_config_init() 116 static int vsc73xx_read_page(struct phy_device *phydev) in vsc73xx_read_page() 121 static int vsc73xx_write_page(struct phy_device *phydev, int page) in vsc73xx_write_page() 126 static void vsc73xx_config_init(struct phy_device *phydev) in vsc73xx_config_init() 137 static int vsc738x_config_init(struct phy_device *phydev) in vsc738x_config_init() 203 static int vsc739x_config_init(struct phy_device *phydev) in vsc739x_config_init() 235 static int vsc73xx_config_aneg(struct phy_device *phydev) in vsc73xx_config_aneg() 248 static int vsc8601_add_skew(struct phy_device *phydev) in vsc8601_add_skew() 260 static int vsc8601_config_init(struct phy_device *phydev) in vsc8601_config_init() [all …]
|
D | lxt.c | 59 static int lxt970_ack_interrupt(struct phy_device *phydev) in lxt970_ack_interrupt() 76 static int lxt970_config_intr(struct phy_device *phydev) in lxt970_config_intr() 84 static int lxt970_config_init(struct phy_device *phydev) in lxt970_config_init() 90 static int lxt971_ack_interrupt(struct phy_device *phydev) in lxt971_ack_interrupt() 100 static int lxt971_config_intr(struct phy_device *phydev) in lxt971_config_intr() 113 static int lxt973a2_update_link(struct phy_device *phydev) in lxt973a2_update_link() 145 static int lxt973a2_read_status(struct phy_device *phydev) in lxt973a2_read_status() 206 static int lxt973_probe(struct phy_device *phydev) in lxt973_probe() 227 static int lxt973_config_aneg(struct phy_device *phydev) in lxt973_config_aneg()
|
D | bcm-cygnus.c | 20 static int bcm_cygnus_afe_config(struct phy_device *phydev) in bcm_cygnus_afe_config() 75 static int bcm_cygnus_config_init(struct phy_device *phydev) in bcm_cygnus_config_init() 111 static int bcm_cygnus_resume(struct phy_device *phydev) in bcm_cygnus_resume() 128 static int bcm_omega_config_init(struct phy_device *phydev) in bcm_omega_config_init() 168 static int bcm_omega_resume(struct phy_device *phydev) in bcm_omega_resume() 185 static int bcm_omega_get_tunable(struct phy_device *phydev, in bcm_omega_get_tunable() 196 static int bcm_omega_set_tunable(struct phy_device *phydev, in bcm_omega_set_tunable() 225 static void bcm_omega_get_phy_stats(struct phy_device *phydev, in bcm_omega_get_phy_stats() 233 static int bcm_omega_probe(struct phy_device *phydev) in bcm_omega_probe()
|
D | adin.c | 195 static u32 adin_get_reg_value(struct phy_device *phydev, in adin_get_reg_value() 218 static int adin_config_rgmii_mode(struct phy_device *phydev) in adin_config_rgmii_mode() 264 static int adin_config_rmii_mode(struct phy_device *phydev) in adin_config_rmii_mode() 291 static int adin_get_downshift(struct phy_device *phydev, u8 *data) in adin_get_downshift() 311 static int adin_set_downshift(struct phy_device *phydev, u8 cnt) in adin_set_downshift() 336 static int adin_get_edpd(struct phy_device *phydev, u16 *tx_interval) in adin_get_edpd() 357 static int adin_set_edpd(struct phy_device *phydev, u16 tx_interval) in adin_set_edpd() 384 static int adin_get_tunable(struct phy_device *phydev, in adin_get_tunable() 397 static int adin_set_tunable(struct phy_device *phydev, in adin_set_tunable() 410 static int adin_config_init(struct phy_device *phydev) in adin_config_init() [all …]
|
D | icplus.c | 64 static int ip175c_config_init(struct phy_device *phydev) in ip175c_config_init() 119 static int ip1xx_reset(struct phy_device *phydev) in ip1xx_reset() 141 static int ip1001_config_init(struct phy_device *phydev) in ip1001_config_init() 181 static int ip175c_read_status(struct phy_device *phydev) in ip175c_read_status() 192 static int ip175c_config_aneg(struct phy_device *phydev) in ip175c_config_aneg() 200 static int ip101a_g_probe(struct phy_device *phydev) in ip101a_g_probe() 231 static int ip101a_g_config_init(struct phy_device *phydev) in ip101a_g_config_init() 275 static int ip101a_g_config_intr(struct phy_device *phydev) in ip101a_g_config_intr() 288 static int ip101a_g_did_interrupt(struct phy_device *phydev) in ip101a_g_did_interrupt() 300 static int ip101a_g_ack_interrupt(struct phy_device *phydev) in ip101a_g_ack_interrupt()
|
/linux-5.10/drivers/net/phy/mscc/ |
D | mscc_main.c | 110 static int vsc85xx_phy_read_page(struct phy_device *phydev) in vsc85xx_phy_read_page() 115 static int vsc85xx_phy_write_page(struct phy_device *phydev, int page) in vsc85xx_phy_write_page() 120 static int vsc85xx_get_sset_count(struct phy_device *phydev) in vsc85xx_get_sset_count() 130 static void vsc85xx_get_strings(struct phy_device *phydev, u8 *data) in vsc85xx_get_strings() 143 static u64 vsc85xx_get_stat(struct phy_device *phydev, int i) in vsc85xx_get_stat() 159 static void vsc85xx_get_stats(struct phy_device *phydev, in vsc85xx_get_stats() 172 static int vsc85xx_led_cntl_set(struct phy_device *phydev, in vsc85xx_led_cntl_set() 189 static int vsc85xx_mdix_get(struct phy_device *phydev, u8 *mdix) in vsc85xx_mdix_get() 202 static int vsc85xx_mdix_set(struct phy_device *phydev, u8 mdix) in vsc85xx_mdix_set() 237 static int vsc85xx_downshift_get(struct phy_device *phydev, u8 *count) in vsc85xx_downshift_get() [all …]
|
D | mscc_ptp.c | 27 static int phy_ts_base_write(struct phy_device *phydev, u32 regnum, u16 val) in phy_ts_base_write() 37 static int phy_ts_base_read(struct phy_device *phydev, u32 regnum) in phy_ts_base_read() 62 static u32 vsc85xx_ts_read_csr(struct phy_device *phydev, enum ts_blk blk, in vsc85xx_ts_read_csr() 106 static void vsc85xx_ts_write_csr(struct phy_device *phydev, enum ts_blk blk, in vsc85xx_ts_write_csr() 166 static int vsc85xx_ts_fsb_init(struct phy_device *phydev) in vsc85xx_ts_fsb_init() 245 static void vsc85xx_ts_set_latencies(struct phy_device *phydev) in vsc85xx_ts_set_latencies() 291 static int vsc85xx_ts_disable_flows(struct phy_device *phydev, enum ts_blk blk) in vsc85xx_ts_disable_flows() 344 static int vsc85xx_ts_eth_cmp1_sig(struct phy_device *phydev) in vsc85xx_ts_eth_cmp1_sig() 505 static int vsc85xx_ptp_cmp_init(struct phy_device *phydev, enum ts_blk blk) in vsc85xx_ptp_cmp_init() 539 static int vsc85xx_eth_cmp1_init(struct phy_device *phydev, enum ts_blk blk) in vsc85xx_eth_cmp1_init() [all …]
|
/linux-5.10/include/linux/ |
D | ethtool_netlink.h | 30 static inline int ethnl_cable_test_alloc(struct phy_device *phydev, u8 cmd) in ethnl_cable_test_alloc() 35 static inline void ethnl_cable_test_free(struct phy_device *phydev) in ethnl_cable_test_free() 39 static inline void ethnl_cable_test_finished(struct phy_device *phydev) in ethnl_cable_test_finished() 42 static inline int ethnl_cable_test_result(struct phy_device *phydev, u8 pair, in ethnl_cable_test_result() 48 static inline int ethnl_cable_test_fault_length(struct phy_device *phydev, in ethnl_cable_test_fault_length() 54 static inline int ethnl_cable_test_amplitude(struct phy_device *phydev, in ethnl_cable_test_amplitude() 60 static inline int ethnl_cable_test_pulse(struct phy_device *phydev, u16 mV) in ethnl_cable_test_pulse() 65 static inline int ethnl_cable_test_step(struct phy_device *phydev, u32 first, in ethnl_cable_test_step()
|