/linux-6.12.1/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-6.12.1/drivers/net/phy/ |
D | phy.c | 61 static void phy_process_state_change(struct phy_device *phydev, in phy_process_state_change() 73 static void phy_link_up(struct phy_device *phydev) in phy_link_up() 79 static void phy_link_down(struct phy_device *phydev) in phy_link_down() 86 static const char *phy_pause_str(struct phy_device *phydev) in phy_pause_str() 116 void phy_print_status(struct phy_device *phydev) in phy_print_status() 143 int phy_get_rate_matching(struct phy_device *phydev, in phy_get_rate_matching() 165 static int phy_config_interrupt(struct phy_device *phydev, bool interrupts) in phy_config_interrupt() 181 int phy_restart_aneg(struct phy_device *phydev) in phy_restart_aneg() 202 int phy_aneg_done(struct phy_device *phydev) in phy_aneg_done() 272 static void phy_sanitize_settings(struct phy_device *phydev) in phy_sanitize_settings() [all …]
|
D | phy-c45.c | 17 static bool genphy_c45_baset1_able(struct phy_device *phydev) in genphy_c45_baset1_able() 36 static bool genphy_c45_pma_can_sleep(struct phy_device *phydev) in genphy_c45_pma_can_sleep() 51 int genphy_c45_pma_resume(struct phy_device *phydev) in genphy_c45_pma_resume() 65 int genphy_c45_pma_suspend(struct phy_device *phydev) in genphy_c45_pma_suspend() 80 int genphy_c45_pma_baset1_setup_master_slave(struct phy_device *phydev) in genphy_c45_pma_baset1_setup_master_slave() 109 int genphy_c45_pma_setup_forced(struct phy_device *phydev) in genphy_c45_pma_setup_forced() 202 static int genphy_c45_baset1_an_config_aneg(struct phy_device *phydev) in genphy_c45_baset1_an_config_aneg() 267 int genphy_c45_an_config_aneg(struct phy_device *phydev) in genphy_c45_an_config_aneg() 319 int genphy_c45_an_disable_aneg(struct phy_device *phydev) in genphy_c45_an_disable_aneg() 339 int genphy_c45_restart_aneg(struct phy_device *phydev) in genphy_c45_restart_aneg() [all …]
|
D | realtek.c | 112 static int rtl821x_read_page(struct phy_device *phydev) in rtl821x_read_page() 117 static int rtl821x_write_page(struct phy_device *phydev, int page) in rtl821x_write_page() 122 static int rtl821x_probe(struct phy_device *phydev) in rtl821x_probe() 162 static int rtl8201_ack_interrupt(struct phy_device *phydev) in rtl8201_ack_interrupt() 171 static int rtl821x_ack_interrupt(struct phy_device *phydev) in rtl821x_ack_interrupt() 180 static int rtl8211f_ack_interrupt(struct phy_device *phydev) in rtl8211f_ack_interrupt() 189 static int rtl8201_config_intr(struct phy_device *phydev) in rtl8201_config_intr() 213 static int rtl8211b_config_intr(struct phy_device *phydev) in rtl8211b_config_intr() 235 static int rtl8211e_config_intr(struct phy_device *phydev) in rtl8211e_config_intr() 257 static int rtl8211f_config_intr(struct phy_device *phydev) in rtl8211f_config_intr() [all …]
|
D | broadcom.c | 26 #define BRCM_PHY_MODEL(phydev) \ argument 29 #define BRCM_PHY_REV(phydev) \ argument 66 static bool bcm54xx_phy_can_wakeup(struct phy_device *phydev) in bcm54xx_phy_can_wakeup() 73 static int bcm54xx_config_clock_delay(struct phy_device *phydev) in bcm54xx_config_clock_delay() 114 static int bcm54210e_config_init(struct phy_device *phydev) in bcm54210e_config_init() 129 static int bcm54612e_config_init(struct phy_device *phydev) in bcm54612e_config_init() 150 static int bcm54616s_config_init(struct phy_device *phydev) in bcm54616s_config_init() 209 static int bcm50610_a0_workaround(struct phy_device *phydev) in bcm50610_a0_workaround() 240 static int bcm54xx_phydsp_config(struct phy_device *phydev) in bcm54xx_phydsp_config() 288 static void bcm54xx_adjust_rxrefclk(struct phy_device *phydev) in bcm54xx_adjust_rxrefclk() [all …]
|
D | bcm-phy-lib.c | 21 int __bcm_phy_write_exp(struct phy_device *phydev, u16 reg, u16 val) in __bcm_phy_write_exp() 33 int bcm_phy_write_exp(struct phy_device *phydev, u16 reg, u16 val) in bcm_phy_write_exp() 45 int __bcm_phy_read_exp(struct phy_device *phydev, u16 reg) in __bcm_phy_read_exp() 62 int bcm_phy_read_exp(struct phy_device *phydev, u16 reg) in bcm_phy_read_exp() 74 int __bcm_phy_modify_exp(struct phy_device *phydev, u16 reg, u16 mask, u16 set) in __bcm_phy_modify_exp() 94 int bcm_phy_modify_exp(struct phy_device *phydev, u16 reg, u16 mask, u16 set) in bcm_phy_modify_exp() 106 int bcm54xx_auxctl_read(struct phy_device *phydev, u16 regnum) in bcm54xx_auxctl_read() 117 int bcm54xx_auxctl_write(struct phy_device *phydev, u16 regnum, u16 val) in bcm54xx_auxctl_write() 123 int bcm_phy_write_misc(struct phy_device *phydev, in bcm_phy_write_misc() 147 int bcm_phy_read_misc(struct phy_device *phydev, in bcm_phy_read_misc() [all …]
|
D | phy_device.c | 250 void phy_device_free(struct phy_device *phydev) in phy_device_free() 258 struct phy_device *phydev; in phy_mdio_device_free() local 272 struct phy_device *phydev; in phy_mdio_device_remove() local 283 static bool phy_drv_wol_enabled(struct phy_device *phydev) in phy_drv_wol_enabled() 292 static bool mdio_bus_phy_may_suspend(struct phy_device *phydev) in mdio_bus_phy_may_suspend() 339 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_phy_suspend() local 371 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_phy_resume() local 516 static int phy_needs_fixup(struct phy_device *phydev, struct phy_fixup *fixup) in phy_needs_fixup() 531 static int phy_scan_fixups(struct phy_device *phydev) in phy_scan_fixups() 554 struct phy_device *phydev = to_phy_device(dev); in phy_bus_match() local [all …]
|
D | marvell-88x2222.c | 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() [all …]
|
D | icplus.c | 94 static int ip175c_config_init(struct phy_device *phydev) in ip175c_config_init() 149 static int ip1001_config_init(struct phy_device *phydev) in ip1001_config_init() 185 static int ip175c_read_status(struct phy_device *phydev) in ip175c_read_status() 196 static int ip175c_config_aneg(struct phy_device *phydev) in ip175c_config_aneg() 204 static int ip101a_g_probe(struct phy_device *phydev) in ip101a_g_probe() 235 static int ip101a_g_config_intr_pin(struct phy_device *phydev) in ip101a_g_config_intr_pin() 276 static int ip101a_config_init(struct phy_device *phydev) in ip101a_config_init() 288 static int ip101g_config_init(struct phy_device *phydev) in ip101g_config_init() 307 static int ip101a_g_read_status(struct phy_device *phydev) in ip101a_g_read_status() 349 static int ip101a_g_config_mdix(struct phy_device *phydev) in ip101a_g_config_mdix() [all …]
|
D | microchip.c | 30 static int lan88xx_read_page(struct phy_device *phydev) in lan88xx_read_page() 35 static int lan88xx_write_page(struct phy_device *phydev, int page) in lan88xx_write_page() 40 static int lan88xx_phy_config_intr(struct phy_device *phydev) in lan88xx_phy_config_intr() 63 static irqreturn_t lan88xx_handle_interrupt(struct phy_device *phydev) in lan88xx_handle_interrupt() 81 static int lan88xx_suspend(struct phy_device *phydev) in lan88xx_suspend() 92 static int lan88xx_TR_reg_set(struct phy_device *phydev, u16 regaddr, in lan88xx_TR_reg_set() 141 static void lan88xx_config_TR_regs(struct phy_device *phydev) in lan88xx_config_TR_regs() 237 static int lan88xx_probe(struct phy_device *phydev) in lan88xx_probe() 280 static void lan88xx_remove(struct phy_device *phydev) in lan88xx_remove() 289 static int lan88xx_set_wol(struct phy_device *phydev, in lan88xx_set_wol() [all …]
|
D | marvell10g.c | 176 static const struct mv3310_chip *to_mv3310_chip(struct phy_device *phydev) in to_mv3310_chip() 193 static int mv3310_hwmon_read_temp_reg(struct phy_device *phydev) in mv3310_hwmon_read_temp_reg() 198 static int mv2110_hwmon_read_temp_reg(struct phy_device *phydev) in mv2110_hwmon_read_temp_reg() 206 struct phy_device *phydev = dev_get_drvdata(dev); in mv3310_hwmon_read() local 264 static int mv3310_hwmon_config(struct phy_device *phydev, bool enable) in mv3310_hwmon_config() 283 static int mv3310_hwmon_probe(struct phy_device *phydev) in mv3310_hwmon_probe() 313 static inline int mv3310_hwmon_config(struct phy_device *phydev, bool enable) in mv3310_hwmon_config() 318 static int mv3310_hwmon_probe(struct phy_device *phydev) in mv3310_hwmon_probe() 324 static int mv3310_power_down(struct phy_device *phydev) in mv3310_power_down() 330 static int mv3310_power_up(struct phy_device *phydev) in mv3310_power_up() [all …]
|
D | nxp-tja11xx.c | 87 struct phy_device *phydev; member 108 static int tja11xx_check(struct phy_device *phydev, u8 reg, u16 mask, u16 set) in tja11xx_check() 116 static int phy_modify_check(struct phy_device *phydev, u8 reg, in phy_modify_check() 128 static int tja11xx_enable_reg_write(struct phy_device *phydev) in tja11xx_enable_reg_write() 133 static int tja11xx_enable_link_control(struct phy_device *phydev) in tja11xx_enable_link_control() 138 static int tja11xx_disable_link_control(struct phy_device *phydev) in tja11xx_disable_link_control() 143 static int tja11xx_wakeup(struct phy_device *phydev) in tja11xx_wakeup() 189 static int tja11xx_soft_reset(struct phy_device *phydev) in tja11xx_soft_reset() 200 static int tja11xx_config_aneg_cable_test(struct phy_device *phydev) in tja11xx_config_aneg_cable_test() 233 static int tja11xx_config_aneg(struct phy_device *phydev) in tja11xx_config_aneg() [all …]
|
D | phy-core.c | 350 static void __set_phy_supported(struct phy_device *phydev, u32 max_speed) in __set_phy_supported() 365 void phy_set_max_speed(struct phy_device *phydev, u32 max_speed) in phy_set_max_speed() 373 void of_set_phy_supported(struct phy_device *phydev) in of_set_phy_supported() 388 void of_set_phy_eee_broken(struct phy_device *phydev) in of_set_phy_eee_broken() 425 void phy_resolve_aneg_pause(struct phy_device *phydev) in phy_resolve_aneg_pause() 445 void phy_resolve_aneg_linkmode(struct phy_device *phydev) in phy_resolve_aneg_linkmode() 472 void phy_check_downshift(struct phy_device *phydev) in phy_check_downshift() 501 static int phy_resolve_min_speed(struct phy_device *phydev, bool fdx_only) in phy_resolve_min_speed() 519 int phy_speed_down_core(struct phy_device *phydev) in phy_speed_down_core() 576 int __phy_read_mmd(struct phy_device *phydev, int devad, u32 regnum) in __phy_read_mmd() [all …]
|
D | marvell.c | 358 static int marvell_read_page(struct phy_device *phydev) in marvell_read_page() 363 static int marvell_write_page(struct phy_device *phydev, int page) in marvell_write_page() 368 static int marvell_set_page(struct phy_device *phydev, int page) in marvell_set_page() 373 static int marvell_ack_interrupt(struct phy_device *phydev) in marvell_ack_interrupt() 386 static int marvell_config_intr(struct phy_device *phydev) in marvell_config_intr() 409 static irqreturn_t marvell_handle_interrupt(struct phy_device *phydev) in marvell_handle_interrupt() 427 static int marvell_set_polarity(struct phy_device *phydev, int polarity) in marvell_set_polarity() 449 static int marvell_config_aneg(struct phy_device *phydev) in marvell_config_aneg() 482 static int m88e1101_config_aneg(struct phy_device *phydev) in m88e1101_config_aneg() 531 static int marvell_of_reg_init(struct phy_device *phydev) in marvell_of_reg_init() [all …]
|
D | marvell-88q2xxx.c | 177 static int mv88q2xxx_soft_reset(struct phy_device *phydev) in mv88q2xxx_soft_reset() 193 static int mv88q2xxx_read_link_gbit(struct phy_device *phydev) in mv88q2xxx_read_link_gbit() 238 static int mv88q2xxx_read_link_100m(struct phy_device *phydev) in mv88q2xxx_read_link_100m() 284 static int mv88q2xxx_read_link(struct phy_device *phydev) in mv88q2xxx_read_link() 300 static int mv88q2xxx_read_master_slave_state(struct phy_device *phydev) in mv88q2xxx_read_master_slave_state() 317 static int mv88q2xxx_read_aneg_speed(struct phy_device *phydev) in mv88q2xxx_read_aneg_speed() 337 static int mv88q2xxx_read_status(struct phy_device *phydev) in mv88q2xxx_read_status() 377 static int mv88q2xxx_get_features(struct phy_device *phydev) in mv88q2xxx_get_features() 405 static int mv88q2xxx_config_aneg(struct phy_device *phydev) in mv88q2xxx_config_aneg() 416 static int mv88q2xxx_config_init(struct phy_device *phydev) in mv88q2xxx_config_init() [all …]
|
D | vitesse.c | 107 static int vsc824x_add_skew(struct phy_device *phydev) in vsc824x_add_skew() 128 static int vsc824x_config_init(struct phy_device *phydev) in vsc824x_config_init() 145 static int vsc73xx_read_page(struct phy_device *phydev) in vsc73xx_read_page() 150 static int vsc73xx_write_page(struct phy_device *phydev, int page) in vsc73xx_write_page() 155 static int vsc73xx_get_downshift(struct phy_device *phydev, u8 *data) in vsc73xx_get_downshift() 172 static int vsc73xx_set_downshift(struct phy_device *phydev, u8 cnt) in vsc73xx_set_downshift() 201 static int vsc73xx_get_tunable(struct phy_device *phydev, in vsc73xx_get_tunable() 212 static int vsc73xx_set_tunable(struct phy_device *phydev, in vsc73xx_set_tunable() 223 static void vsc73xx_config_init(struct phy_device *phydev) in vsc73xx_config_init() 240 static int vsc738x_config_init(struct phy_device *phydev) in vsc738x_config_init() [all …]
|
D | smsc.c | 59 static int smsc_phy_ack_interrupt(struct phy_device *phydev) in smsc_phy_ack_interrupt() 66 int smsc_phy_config_intr(struct phy_device *phydev) in smsc_phy_config_intr() 89 static int smsc_phy_config_edpd(struct phy_device *phydev) in smsc_phy_config_edpd() 101 irqreturn_t smsc_phy_handle_interrupt(struct phy_device *phydev) in smsc_phy_handle_interrupt() 122 int smsc_phy_config_init(struct phy_device *phydev) in smsc_phy_config_init() 137 static int smsc_phy_reset(struct phy_device *phydev) in smsc_phy_reset() 156 static int lan87xx_config_aneg(struct phy_device *phydev) in lan87xx_config_aneg() 190 static int lan95xx_config_aneg_ext(struct phy_device *phydev) in lan95xx_config_aneg_ext() 215 int lan87xx_read_status(struct phy_device *phydev) in lan87xx_read_status() 264 static int lan874x_phy_config_init(struct phy_device *phydev) in lan874x_phy_config_init() [all …]
|
D | nxp-cbtx.c | 35 static int cbtx_soft_reset(struct phy_device *phydev) in cbtx_soft_reset() 48 static int cbtx_config_init(struct phy_device *phydev) in cbtx_config_init() 56 static int cbtx_mdix_status(struct phy_device *phydev) in cbtx_mdix_status() 72 static int cbtx_read_status(struct phy_device *phydev) in cbtx_read_status() 83 static int cbtx_mdix_config(struct phy_device *phydev) in cbtx_mdix_config() 112 static int cbtx_config_aneg(struct phy_device *phydev) in cbtx_config_aneg() 123 static int cbtx_ack_interrupts(struct phy_device *phydev) in cbtx_ack_interrupts() 128 static int cbtx_config_intr(struct phy_device *phydev) in cbtx_config_intr() 154 static irqreturn_t cbtx_handle_interrupt(struct phy_device *phydev) in cbtx_handle_interrupt() 178 static int cbtx_get_sset_count(struct phy_device *phydev) in cbtx_get_sset_count() [all …]
|
/linux-6.12.1/drivers/net/phy/mscc/ |
D | mscc_main.c | 113 static int vsc85xx_phy_read_page(struct phy_device *phydev) in vsc85xx_phy_read_page() 118 static int vsc85xx_phy_write_page(struct phy_device *phydev, int page) in vsc85xx_phy_write_page() 123 static int vsc85xx_get_sset_count(struct phy_device *phydev) in vsc85xx_get_sset_count() 133 static void vsc85xx_get_strings(struct phy_device *phydev, u8 *data) in vsc85xx_get_strings() 146 static u64 vsc85xx_get_stat(struct phy_device *phydev, int i) in vsc85xx_get_stat() 162 static void vsc85xx_get_stats(struct phy_device *phydev, in vsc85xx_get_stats() 175 static int vsc85xx_led_cntl_set(struct phy_device *phydev, in vsc85xx_led_cntl_set() 192 static int vsc85xx_mdix_get(struct phy_device *phydev, u8 *mdix) in vsc85xx_mdix_get() 205 static int vsc85xx_mdix_set(struct phy_device *phydev, u8 mdix) in vsc85xx_mdix_set() 240 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-6.12.1/drivers/net/phy/qcom/ |
D | qcom-phy-lib.c | 17 int at803x_debug_reg_read(struct phy_device *phydev, u16 reg) in at803x_debug_reg_read() 29 int at803x_debug_reg_mask(struct phy_device *phydev, u16 reg, in at803x_debug_reg_mask() 47 int at803x_debug_reg_write(struct phy_device *phydev, u16 reg, u16 data) in at803x_debug_reg_write() 59 int at803x_set_wol(struct phy_device *phydev, in at803x_set_wol() 118 void at803x_get_wol(struct phy_device *phydev, in at803x_get_wol() 135 int at803x_ack_interrupt(struct phy_device *phydev) in at803x_ack_interrupt() 145 int at803x_config_intr(struct phy_device *phydev) in at803x_config_intr() 178 irqreturn_t at803x_handle_interrupt(struct phy_device *phydev) in at803x_handle_interrupt() 205 int at803x_read_specific_status(struct phy_device *phydev, in at803x_read_specific_status() 269 int at803x_config_mdix(struct phy_device *phydev, u8 ctrl) in at803x_config_mdix() [all …]
|
D | at803x.c | 136 static int at803x_write_page(struct phy_device *phydev, int page) in at803x_write_page() 152 static int at803x_read_page(struct phy_device *phydev) in at803x_read_page() 165 static int at803x_enable_rx_delay(struct phy_device *phydev) in at803x_enable_rx_delay() 171 static int at803x_enable_tx_delay(struct phy_device *phydev) in at803x_enable_tx_delay() 177 static int at803x_disable_rx_delay(struct phy_device *phydev) in at803x_disable_rx_delay() 183 static int at803x_disable_tx_delay(struct phy_device *phydev) in at803x_disable_tx_delay() 190 static void at803x_context_save(struct phy_device *phydev, in at803x_context_save() 202 static void at803x_context_restore(struct phy_device *phydev, in at803x_context_restore() 213 static int at803x_suspend(struct phy_device *phydev) in at803x_suspend() 231 static int at803x_resume(struct phy_device *phydev) in at803x_resume() [all …]
|
D | qca808x.c | 98 static int qca808x_phy_fast_retrain_config(struct phy_device *phydev) in qca808x_phy_fast_retrain_config() 133 static int qca808x_phy_ms_seed_enable(struct phy_device *phydev, bool enable) in qca808x_phy_ms_seed_enable() 148 static bool qca808x_is_prefer_master(struct phy_device *phydev) in qca808x_is_prefer_master() 154 static bool qca808x_has_fast_retrain_or_slave_seed(struct phy_device *phydev) in qca808x_has_fast_retrain_or_slave_seed() 159 static bool qca808x_is_1g_only(struct phy_device *phydev) in qca808x_is_1g_only() 170 static void qca808x_fill_possible_interfaces(struct phy_device *phydev) in qca808x_fill_possible_interfaces() 180 static int qca808x_probe(struct phy_device *phydev) in qca808x_probe() 197 static int qca808x_config_init(struct phy_device *phydev) in qca808x_config_init() 252 static int qca808x_read_status(struct phy_device *phydev) in qca808x_read_status() 303 static int qca808x_soft_reset(struct phy_device *phydev) in qca808x_soft_reset() [all …]
|
D | qca83xx.c | 36 static int qca83xx_get_sset_count(struct phy_device *phydev) in qca83xx_get_sset_count() 41 static void qca83xx_get_strings(struct phy_device *phydev, u8 *data) in qca83xx_get_strings() 51 static u64 qca83xx_get_stat(struct phy_device *phydev, int i) in qca83xx_get_stat() 74 static void qca83xx_get_stats(struct phy_device *phydev, in qca83xx_get_stats() 83 static int qca83xx_probe(struct phy_device *phydev) in qca83xx_probe() 97 static int qca83xx_config_init(struct phy_device *phydev) in qca83xx_config_init() 128 static int qca8327_config_init(struct phy_device *phydev) in qca8327_config_init() 140 static void qca83xx_link_change_notify(struct phy_device *phydev) in qca83xx_link_change_notify() 155 static int qca83xx_resume(struct phy_device *phydev) in qca83xx_resume() 182 static int qca83xx_suspend(struct phy_device *phydev) in qca83xx_suspend() [all …]
|
/linux-6.12.1/drivers/net/phy/aquantia/ |
D | aquantia_main.c | 94 static int aqr107_get_sset_count(struct phy_device *phydev) in aqr107_get_sset_count() 99 static void aqr107_get_strings(struct phy_device *phydev, u8 *data) in aqr107_get_strings() 108 static u64 aqr107_get_stat(struct phy_device *phydev, int index) in aqr107_get_stat() 132 static void aqr107_get_stats(struct phy_device *phydev, in aqr107_get_stats() 151 static int aqr_config_aneg(struct phy_device *phydev) in aqr_config_aneg() 200 static int aqr_config_intr(struct phy_device *phydev) in aqr_config_intr() 238 static irqreturn_t aqr_handle_interrupt(struct phy_device *phydev) in aqr_handle_interrupt() 257 static int aqr_read_status(struct phy_device *phydev) in aqr_read_status() 277 static int aqr107_read_rate(struct phy_device *phydev) in aqr107_read_rate() 334 static int aqr107_read_status(struct phy_device *phydev) in aqr107_read_status() [all …]
|