Home
last modified time | relevance | path

Searched defs:phydev (Results 126 - 150 of 368) sorted by relevance

12345678910>>...15

/kernel/linux/linux-6.6/drivers/net/phy/mscc/
H A Dmscc_serdes.c14 static int pll5g_detune(struct phy_device *phydev) in pll5g_detune() argument
29 static int pll5g_tune(struct phy_device *phydev) in pll5g_tune() argument
43 static int vsc85xx_sd6g_pll_cfg_wr(struct phy_device *phydev, in vsc85xx_sd6g_pll_cfg_wr() argument
60 vsc85xx_sd6g_common_cfg_wr(struct phy_device *phydev, const u32 sys_rst, const u32 ena_lane, const u32 ena_loop, const u32 qrate, const u32 if_mode, const u32 pwd_tx) vsc85xx_sd6g_common_cfg_wr() argument
89 vsc85xx_sd6g_des_cfg_wr(struct phy_device *phydev, const u32 des_phy_ctrl, const u32 des_mbtr_ctrl, const u32 des_bw_hyst, const u32 des_bw_ana, const u32 des_cpmd_sel) vsc85xx_sd6g_des_cfg_wr() argument
113 vsc85xx_sd6g_ib_cfg0_wr(struct phy_device *phydev, const u32 ib_rtrm_adj, const u32 ib_sig_det_clk_sel, const u32 ib_reg_pat_sel_offset, const u32 ib_cal_ena) vsc85xx_sd6g_ib_cfg0_wr() argument
138 vsc85xx_sd6g_ib_cfg1_wr(struct phy_device *phydev, const u32 ib_tjtag, const u32 ib_tsdet, const u32 ib_scaly, const u32 ib_frc_offset, const u32 ib_filt_offset) vsc85xx_sd6g_ib_cfg1_wr() argument
162 vsc85xx_sd6g_ib_cfg2_wr(struct phy_device *phydev, const u32 ib_tinfv, const u32 ib_tcalv, const u32 ib_ureg) vsc85xx_sd6g_ib_cfg2_wr() argument
184 vsc85xx_sd6g_ib_cfg3_wr(struct phy_device *phydev, const u32 ib_ini_hp, const u32 ib_ini_mid, const u32 ib_ini_lp, const u32 ib_ini_offset) vsc85xx_sd6g_ib_cfg3_wr() argument
203 vsc85xx_sd6g_ib_cfg4_wr(struct phy_device *phydev, const u32 ib_max_hp, const u32 ib_max_mid, const u32 ib_max_lp, const u32 ib_max_offset) vsc85xx_sd6g_ib_cfg4_wr() argument
222 vsc85xx_sd6g_misc_cfg_wr(struct phy_device *phydev, const u32 lane_rst) vsc85xx_sd6g_misc_cfg_wr() argument
235 vsc85xx_sd6g_gp_cfg_wr(struct phy_device *phydev, const u32 gp_cfg_val) vsc85xx_sd6g_gp_cfg_wr() argument
247 vsc85xx_sd6g_dft_cfg2_wr(struct phy_device *phydev, const u32 rx_ji_ampl, const u32 rx_step_freq, const u32 rx_ji_ena, const u32 rx_waveform_sel, const u32 rx_freqoff_dir, const u32 rx_freqoff_ena) vsc85xx_sd6g_dft_cfg2_wr() argument
270 vsc85xx_sd6g_dft_cfg0_wr(struct phy_device *phydev, const u32 prbs_sel, const u32 test_mode, const u32 rx_dft_ena) vsc85xx_sd6g_dft_cfg0_wr() argument
289 vsc85xx_pll5g_cfg0_wr(struct phy_device *phydev, const u32 selbgv820) vsc85xx_pll5g_cfg0_wr() argument
307 vsc85xx_sd6g_config_v2(struct phy_device *phydev) vsc85xx_sd6g_config_v2() argument
[all...]
H A Dmscc_macsec.c22 static u32 vsc8584_macsec_phy_read(struct phy_device *phydev, in vsc8584_macsec_phy_read() argument
61 static void vsc8584_macsec_phy_write(struct phy_device *phydev, in vsc8584_macsec_phy_write() argument
96 vsc8584_macsec_classification(struct phy_device *phydev, enum macsec_bank bank) vsc8584_macsec_classification() argument
106 vsc8584_macsec_flow_default_action(struct phy_device *phydev, enum macsec_bank bank, bool block) vsc8584_macsec_flow_default_action() argument
153 vsc8584_macsec_integrity_checks(struct phy_device *phydev, enum macsec_bank bank) vsc8584_macsec_integrity_checks() argument
175 vsc8584_macsec_block_init(struct phy_device *phydev, enum macsec_bank bank) vsc8584_macsec_block_init() argument
244 vsc8584_macsec_mac_init(struct phy_device *phydev, enum macsec_bank bank) vsc8584_macsec_mac_init() argument
319 __vsc8584_macsec_init(struct phy_device *phydev) __vsc8584_macsec_init() argument
370 vsc8584_macsec_flow(struct phy_device *phydev, struct macsec_flow *flow) vsc8584_macsec_flow() argument
461 vsc8584_macsec_flow_enable(struct phy_device *phydev, struct macsec_flow *flow) vsc8584_macsec_flow_enable() argument
480 vsc8584_macsec_flow_disable(struct phy_device *phydev, struct macsec_flow *flow) vsc8584_macsec_flow_disable() argument
519 vsc8584_macsec_transformation(struct phy_device *phydev, struct macsec_flow *flow, const u8 *key) vsc8584_macsec_transformation() argument
638 vsc8584_macsec_add_flow(struct phy_device *phydev, struct macsec_flow *flow) vsc8584_macsec_add_flow() argument
645 vsc8584_macsec_default_flows(struct phy_device *phydev) vsc8584_macsec_default_flows() argument
683 vsc8584_macsec_del_flow(struct phy_device *phydev, struct macsec_flow *flow) vsc8584_macsec_del_flow() argument
693 struct phy_device *phydev = ctx->phydev; __vsc8584_macsec_add_rxsa() local
830 struct phy_device *phydev = ctx->phydev; vsc8584_macsec_add_rxsa() local
884 struct phy_device *phydev = ctx->phydev; vsc8584_macsec_add_txsa() local
953 vsc8584_macsec_init(struct phy_device *phydev) vsc8584_macsec_init() argument
972 vsc8584_handle_macsec_interrupt(struct phy_device *phydev) vsc8584_handle_macsec_interrupt() argument
1002 vsc8584_config_macsec_intr(struct phy_device *phydev) vsc8584_config_macsec_intr() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/phy/
H A Dmarvell-88x2222.c63 static int mv2222_tx_enable(struct phy_device *phydev) in mv2222_tx_enable() argument
70 static int mv2222_tx_disable(struct phy_device *phydev) in mv2222_tx_disable() argument
76 static int mv2222_soft_reset(struct phy_device *phydev) in mv2222_soft_reset() argument
90 static int mv2222_disable_aneg(struct phy_device *phydev) in mv2222_disable_aneg() argument
100 mv2222_enable_aneg(struct phy_device *phydev) mv2222_enable_aneg() argument
110 mv2222_set_sgmii_speed(struct phy_device *phydev) mv2222_set_sgmii_speed() argument
151 mv2222_is_10g_capable(struct phy_device *phydev) mv2222_is_10g_capable() argument
169 mv2222_is_1gbx_capable(struct phy_device *phydev) mv2222_is_1gbx_capable() argument
177 mv2222_is_sgmii_capable(struct phy_device *phydev) mv2222_is_sgmii_capable() argument
195 mv2222_config_line(struct phy_device *phydev) mv2222_config_line() argument
215 mv2222_swap_line_type(struct phy_device *phydev) mv2222_swap_line_type() argument
255 mv2222_setup_forced(struct phy_device *phydev) mv2222_setup_forced() argument
278 mv2222_config_aneg(struct phy_device *phydev) mv2222_config_aneg() argument
304 mv2222_aneg_done(struct phy_device *phydev) mv2222_aneg_done() argument
325 mv2222_read_status_10g(struct phy_device *phydev) mv2222_read_status_10g() argument
361 mv2222_read_status_1g(struct phy_device *phydev) mv2222_read_status_1g() argument
413 mv2222_link_is_operational(struct phy_device *phydev) mv2222_link_is_operational() argument
428 mv2222_read_status(struct phy_device *phydev) mv2222_read_status() argument
453 mv2222_resume(struct phy_device *phydev) mv2222_resume() argument
458 mv2222_suspend(struct phy_device *phydev) mv2222_suspend() argument
463 mv2222_get_features(struct phy_device *phydev) mv2222_get_features() argument
470 mv2222_config_init(struct phy_device *phydev) mv2222_config_init() argument
481 struct phy_device *phydev = upstream; mv2222_sfp_insert() local
523 struct phy_device *phydev = upstream; mv2222_sfp_remove() local
535 struct phy_device *phydev = upstream; mv2222_sfp_link_up() local
544 struct phy_device *phydev = upstream; mv2222_sfp_link_down() local
560 mv2222_probe(struct phy_device *phydev) mv2222_probe() argument
[all...]
H A Dsfp-bus.c29 struct phy_device *phydev; member
725 int sfp_add_phy(struct sfp_bus *bus, struct phy_device *phydev) in sfp_add_phy() argument
H A Dsmsc.c59 static int smsc_phy_ack_interrupt(struct phy_device *phydev) in smsc_phy_ack_interrupt() argument
66 int smsc_phy_config_intr(struct phy_device *phydev) in smsc_phy_config_intr() argument
89 static int smsc_phy_config_edpd(struct phy_device *phydev) in smsc_phy_config_edpd() argument
101 smsc_phy_handle_interrupt(struct phy_device *phydev) smsc_phy_handle_interrupt() argument
122 smsc_phy_config_init(struct phy_device *phydev) smsc_phy_config_init() argument
137 smsc_phy_reset(struct phy_device *phydev) smsc_phy_reset() argument
156 lan87xx_config_aneg(struct phy_device *phydev) lan87xx_config_aneg() argument
190 lan95xx_config_aneg_ext(struct phy_device *phydev) lan95xx_config_aneg_ext() argument
215 lan87xx_read_status(struct phy_device *phydev) lan87xx_read_status() argument
264 lan874x_phy_config_init(struct phy_device *phydev) lan874x_phy_config_init() argument
294 lan874x_get_wol(struct phy_device *phydev, struct ethtool_wolinfo *wol) lan874x_get_wol() argument
367 lan874x_set_wol_pattern(struct phy_device *phydev, u16 val, const u8 data[], u8 datalen, const u16 *mask, u8 masklen) lan874x_set_wol_pattern() argument
406 lan874x_set_wol(struct phy_device *phydev, struct ethtool_wolinfo *wol) lan874x_set_wol() argument
501 smsc_get_sset_count(struct phy_device *phydev) smsc_get_sset_count() argument
506 smsc_get_strings(struct phy_device *phydev, u8 *data) smsc_get_strings() argument
516 smsc_get_stat(struct phy_device *phydev, int i) smsc_get_stat() argument
531 smsc_get_stats(struct phy_device *phydev, struct ethtool_stats *stats, u64 *data) smsc_get_stats() argument
540 smsc_phy_get_edpd(struct phy_device *phydev, u16 *edpd) smsc_phy_get_edpd() argument
557 smsc_phy_set_edpd(struct phy_device *phydev, u16 edpd) smsc_phy_set_edpd() argument
589 smsc_phy_get_tunable(struct phy_device *phydev, struct ethtool_tunable *tuna, void *data) smsc_phy_get_tunable() argument
601 smsc_phy_set_tunable(struct phy_device *phydev, struct ethtool_tunable *tuna, const void *data) smsc_phy_set_tunable() argument
613 smsc_phy_probe(struct phy_device *phydev) smsc_phy_probe() argument
[all...]
H A Dphy-c45.c17 static bool genphy_c45_baset1_able(struct phy_device *phydev) in genphy_c45_baset1_able() argument
36 static bool genphy_c45_pma_can_sleep(struct phy_device *phydev) in genphy_c45_pma_can_sleep() argument
51 genphy_c45_pma_resume(struct phy_device *phydev) genphy_c45_pma_resume() argument
65 genphy_c45_pma_suspend(struct phy_device *phydev) genphy_c45_pma_suspend() argument
80 genphy_c45_pma_baset1_setup_master_slave(struct phy_device *phydev) genphy_c45_pma_baset1_setup_master_slave() argument
109 genphy_c45_pma_setup_forced(struct phy_device *phydev) genphy_c45_pma_setup_forced() argument
202 genphy_c45_baset1_an_config_aneg(struct phy_device *phydev) genphy_c45_baset1_an_config_aneg() argument
266 genphy_c45_an_config_aneg(struct phy_device *phydev) genphy_c45_an_config_aneg() argument
318 genphy_c45_an_disable_aneg(struct phy_device *phydev) genphy_c45_an_disable_aneg() argument
338 genphy_c45_restart_aneg(struct phy_device *phydev) genphy_c45_restart_aneg() argument
359 genphy_c45_check_and_restart_aneg(struct phy_device *phydev, bool restart) genphy_c45_check_and_restart_aneg() argument
395 genphy_c45_aneg_done(struct phy_device *phydev) genphy_c45_aneg_done() argument
417 genphy_c45_read_link(struct phy_device *phydev) genphy_c45_read_link() argument
473 genphy_c45_baset1_read_lpa(struct phy_device *phydev) genphy_c45_baset1_read_lpa() argument
521 genphy_c45_read_lpa(struct phy_device *phydev) genphy_c45_read_lpa() argument
571 genphy_c45_pma_baset1_read_master_slave(struct phy_device *phydev) genphy_c45_pma_baset1_read_master_slave() argument
598 genphy_c45_read_pma(struct phy_device *phydev) genphy_c45_read_pma() argument
648 genphy_c45_read_mdix(struct phy_device *phydev) genphy_c45_read_mdix() argument
682 genphy_c45_write_eee_adv(struct phy_device *phydev, unsigned long *adv) genphy_c45_write_eee_adv() argument
733 genphy_c45_read_eee_adv(struct phy_device *phydev, unsigned long *adv) genphy_c45_read_eee_adv() argument
768 genphy_c45_read_eee_lpa(struct phy_device *phydev, unsigned long *lpa) genphy_c45_read_eee_lpa() argument
803 genphy_c45_read_eee_cap1(struct phy_device *phydev) genphy_c45_read_eee_cap1() argument
837 genphy_c45_read_eee_abilities(struct phy_device *phydev) genphy_c45_read_eee_abilities() argument
873 genphy_c45_an_config_eee_aneg(struct phy_device *phydev) genphy_c45_an_config_eee_aneg() argument
890 genphy_c45_pma_baset1_read_abilities(struct phy_device *phydev) genphy_c45_pma_baset1_read_abilities() argument
933 genphy_c45_pma_read_abilities(struct phy_device *phydev) genphy_c45_pma_read_abilities() argument
1039 genphy_c45_baset1_read_status(struct phy_device *phydev) genphy_c45_baset1_read_status() argument
1077 genphy_c45_read_status(struct phy_device *phydev) genphy_c45_read_status() argument
1118 genphy_c45_config_aneg(struct phy_device *phydev) genphy_c45_config_aneg() argument
1138 gen10g_config_aneg(struct phy_device *phydev) gen10g_config_aneg() argument
1144 genphy_c45_loopback(struct phy_device *phydev, bool enable) genphy_c45_loopback() argument
1162 genphy_c45_fast_retrain(struct phy_device *phydev, bool enable) genphy_c45_fast_retrain() argument
1196 genphy_c45_plca_get_cfg(struct phy_device *phydev, struct phy_plca_cfg *plca_cfg) genphy_c45_plca_get_cfg() argument
1250 genphy_c45_plca_set_cfg(struct phy_device *phydev, const struct phy_plca_cfg *plca_cfg) genphy_c45_plca_set_cfg() argument
1364 genphy_c45_plca_get_status(struct phy_device *phydev, struct phy_plca_status *plca_st) genphy_c45_plca_get_status() argument
1388 genphy_c45_eee_is_active(struct phy_device *phydev, unsigned long *adv, unsigned long *lp, bool *is_enabled) genphy_c45_eee_is_active() argument
1432 genphy_c45_ethtool_get_eee(struct phy_device *phydev, struct ethtool_eee *data) genphy_c45_ethtool_get_eee() argument
1473 genphy_c45_ethtool_set_eee(struct phy_device *phydev, struct ethtool_eee *data) genphy_c45_ethtool_set_eee() argument
[all...]
H A Dphy-core.c348 static void __set_phy_supported(struct phy_device *phydev, u32 max_speed) in __set_phy_supported() argument
363 void phy_set_max_speed(struct phy_device *phydev, u32 max_speed) in phy_set_max_speed() argument
371 void of_set_phy_supported(struct phy_device *phydev) in of_set_phy_supported() argument
386 void of_set_phy_eee_broken(struct phy_device *phydev) in of_set_phy_eee_broken() argument
423 phy_resolve_aneg_pause(struct phy_device *phydev) phy_resolve_aneg_pause() argument
443 phy_resolve_aneg_linkmode(struct phy_device *phydev) phy_resolve_aneg_linkmode() argument
470 phy_check_downshift(struct phy_device *phydev) phy_check_downshift() argument
499 phy_resolve_min_speed(struct phy_device *phydev, bool fdx_only) phy_resolve_min_speed() argument
517 phy_speed_down_core(struct phy_device *phydev) phy_speed_down_core() argument
552 __phy_read_mmd(struct phy_device *phydev, int devad, u32 regnum) __phy_read_mmd() argument
586 phy_read_mmd(struct phy_device *phydev, int devad, u32 regnum) phy_read_mmd() argument
608 __phy_write_mmd(struct phy_device *phydev, int devad, u32 regnum, u16 val) __phy_write_mmd() argument
645 phy_write_mmd(struct phy_device *phydev, int devad, u32 regnum, u16 val) phy_write_mmd() argument
670 phy_modify_changed(struct phy_device *phydev, u32 regnum, u16 mask, u16 set) phy_modify_changed() argument
693 __phy_modify(struct phy_device *phydev, u32 regnum, u16 mask, u16 set) __phy_modify() argument
714 phy_modify(struct phy_device *phydev, u32 regnum, u16 mask, u16 set) phy_modify() argument
739 __phy_modify_mmd_changed(struct phy_device *phydev, int devad, u32 regnum, u16 mask, u16 set) __phy_modify_mmd_changed() argument
772 phy_modify_mmd_changed(struct phy_device *phydev, int devad, u32 regnum, u16 mask, u16 set) phy_modify_mmd_changed() argument
797 __phy_modify_mmd(struct phy_device *phydev, int devad, u32 regnum, u16 mask, u16 set) __phy_modify_mmd() argument
820 phy_modify_mmd(struct phy_device *phydev, int devad, u32 regnum, u16 mask, u16 set) phy_modify_mmd() argument
833 __phy_read_page(struct phy_device *phydev) __phy_read_page() argument
841 __phy_write_page(struct phy_device *phydev, int page) __phy_write_page() argument
857 phy_save_page(struct phy_device *phydev) phy_save_page() argument
875 phy_select_page(struct phy_device *phydev, int page) phy_select_page() argument
909 phy_restore_page(struct phy_device *phydev, int oldpage, int ret) phy_restore_page() argument
940 phy_read_paged(struct phy_device *phydev, int page, u32 regnum) phy_read_paged() argument
961 phy_write_paged(struct phy_device *phydev, int page, u32 regnum, u16 val) phy_write_paged() argument
983 phy_modify_paged_changed(struct phy_device *phydev, int page, u32 regnum, u16 mask, u16 set) phy_modify_paged_changed() argument
1006 phy_modify_paged(struct phy_device *phydev, int page, u32 regnum, u16 mask, u16 set) phy_modify_paged() argument
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-davinci/
H A Dboard-dm644x-evm.c820 static int davinci_phy_fixup(struct phy_device *phydev) in davinci_phy_fixup() argument
/kernel/linux/linux-5.10/drivers/net/dsa/ocelot/
H A Dfelix.c237 felix_phylink_mac_link_up(struct dsa_switch *ds, int port, unsigned int link_an_mode, phy_interface_t interface, struct phy_device *phydev, int speed, int duplex, bool tx_pause, bool rx_pause) felix_phylink_mac_link_up() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/
H A Dlantiq_etop.c343 struct phy_device *phydev; in ltq_etop_mdio_probe() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
H A Dfec_mpc52xx.c167 struct phy_device *phydev = dev->phydev; in mpc52xx_fec_adjust_link() local
217 struct phy_device *phydev = NULL; mpc52xx_fec_open() local
282 struct phy_device *phydev = dev->phydev; mpc52xx_fec_close() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/microchip/
H A Dlan743x_ethtool.c696 struct phy_device *phydev = netdev->phydev; in lan743x_ethtool_get_eee() local
734 struct phy_device *phydev = NULL; in lan743x_ethtool_set_eee() local
[all...]
/kernel/linux/linux-5.10/drivers/net/phy/
H A Dphy.c59 static void phy_process_state_change(struct phy_device *phydev, in phy_process_state_change() argument
71 static void phy_link_up(struct phy_device *phydev) in phy_link_up() argument
77 phy_link_down(struct phy_device *phydev) phy_link_down() argument
83 phy_pause_str(struct phy_device *phydev) phy_pause_str() argument
113 phy_print_status(struct phy_device *phydev) phy_print_status() argument
137 phy_clear_interrupt(struct phy_device *phydev) phy_clear_interrupt() argument
157 phy_config_interrupt(struct phy_device *phydev, bool interrupts) phy_config_interrupt() argument
173 phy_restart_aneg(struct phy_device *phydev) phy_restart_aneg() argument
194 phy_aneg_done(struct phy_device *phydev) phy_aneg_done() argument
264 phy_sanitize_settings(struct phy_device *phydev) phy_sanitize_settings() argument
280 phy_ethtool_ksettings_get(struct phy_device *phydev, struct ethtool_link_ksettings *cmd) phy_ethtool_ksettings_get() argument
316 phy_mii_ioctl(struct phy_device *phydev, struct ifreq *ifr, int cmd) phy_mii_ioctl() argument
452 phy_queue_state_machine(struct phy_device *phydev, unsigned long jiffies) phy_queue_state_machine() argument
464 phy_trigger_machine(struct phy_device *phydev) phy_trigger_machine() argument
469 phy_abort_cable_test(struct phy_device *phydev) phy_abort_cable_test() argument
486 phy_ethtool_get_strings(struct phy_device *phydev, u8 *data) phy_ethtool_get_strings() argument
504 phy_ethtool_get_sset_count(struct phy_device *phydev) phy_ethtool_get_sset_count() argument
532 phy_ethtool_get_stats(struct phy_device *phydev, struct ethtool_stats *stats, u64 *data) phy_ethtool_get_stats() argument
552 phy_start_cable_test(struct phy_device *phydev, struct netlink_ext_ack *extack) phy_start_cable_test() argument
622 phy_start_cable_test_tdr(struct phy_device *phydev, struct netlink_ext_ack *extack, const struct phy_tdr_config *config) phy_start_cable_test_tdr() argument
686 phy_config_aneg(struct phy_device *phydev) phy_config_aneg() argument
707 phy_check_link_status(struct phy_device *phydev) phy_check_link_status() argument
744 _phy_start_aneg(struct phy_device *phydev) _phy_start_aneg() argument
775 phy_start_aneg(struct phy_device *phydev) phy_start_aneg() argument
787 phy_poll_aneg_done(struct phy_device *phydev) phy_poll_aneg_done() argument
803 phy_ethtool_ksettings_set(struct phy_device *phydev, const struct ethtool_link_ksettings *cmd) phy_ethtool_ksettings_set() argument
876 phy_speed_down(struct phy_device *phydev, bool sync) phy_speed_down() argument
909 phy_speed_up(struct phy_device *phydev) phy_speed_up() argument
940 phy_start_machine(struct phy_device *phydev) phy_start_machine() argument
954 phy_stop_machine(struct phy_device *phydev) phy_stop_machine() argument
973 phy_error(struct phy_device *phydev) phy_error() argument
988 phy_disable_interrupts(struct phy_device *phydev) phy_disable_interrupts() argument
1005 phy_did_interrupt(struct phy_device *phydev) phy_did_interrupt() argument
1020 phy_handle_interrupt(struct phy_device *phydev) phy_handle_interrupt() argument
1040 struct phy_device *phydev = phy_dat; phy_interrupt() local
1065 phy_enable_interrupts(struct phy_device *phydev) phy_enable_interrupts() argument
1083 phy_request_interrupt(struct phy_device *phydev) phy_request_interrupt() argument
1111 phy_free_interrupt(struct phy_device *phydev) phy_free_interrupt() argument
1122 phy_stop(struct phy_device *phydev) phy_stop() argument
1169 phy_start(struct phy_device *phydev) phy_start() argument
1200 struct phy_device *phydev = phy_state_machine() local
1283 phy_mac_interrupt(struct phy_device *phydev) phy_mac_interrupt() argument
1324 phy_init_eee(struct phy_device *phydev, bool clk_stop_enable) phy_init_eee() argument
1392 phy_get_eee_err(struct phy_device *phydev) phy_get_eee_err() argument
1409 phy_ethtool_get_eee(struct phy_device *phydev, struct ethtool_eee *data) phy_ethtool_get_eee() argument
1448 phy_ethtool_set_eee(struct phy_device *phydev, struct ethtool_eee *data) phy_ethtool_set_eee() argument
1496 phy_ethtool_set_wol(struct phy_device *phydev, struct ethtool_wolinfo *wol) phy_ethtool_set_wol() argument
1511 phy_ethtool_get_wol(struct phy_device *phydev, struct ethtool_wolinfo *wol) phy_ethtool_get_wol() argument
1521 struct phy_device *phydev = ndev->phydev; phy_ethtool_get_link_ksettings() local
1535 struct phy_device *phydev = ndev->phydev; phy_ethtool_set_link_ksettings() local
1550 struct phy_device *phydev = ndev->phydev; phy_ethtool_nway_reset() local
[all...]
H A Dmdio_bus.c583 struct phy_device *phydev; in __mdiobus_register() local
684 struct phy_device *phydev = ERR_PTR(-ENODEV); in mdiobus_scan() local
[all...]
H A Dmarvell10g.c114 static int mv3310_hwmon_read_temp_reg(struct phy_device *phydev) in mv3310_hwmon_read_temp_reg() argument
119 static int mv2110_hwmon_read_temp_reg(struct phy_device *phydev) in mv2110_hwmon_read_temp_reg() argument
124 static int mv10g_hwmon_read_temp_reg(struct phy_device *phydev) in mv10g_hwmon_read_temp_reg() argument
135 struct phy_device *phydev = dev_get_drvdata(dev); in mv3310_hwmon_read() local
192 mv3310_hwmon_config(struct phy_device *phydev, bool enable) mv3310_hwmon_config() argument
211 mv3310_hwmon_probe(struct phy_device *phydev) mv3310_hwmon_probe() argument
241 mv3310_hwmon_config(struct phy_device *phydev, bool enable) mv3310_hwmon_config() argument
246 mv3310_hwmon_probe(struct phy_device *phydev) mv3310_hwmon_probe() argument
252 mv3310_power_down(struct phy_device *phydev) mv3310_power_down() argument
258 mv3310_power_up(struct phy_device *phydev) mv3310_power_up() argument
281 mv3310_reset(struct phy_device *phydev, u32 unit) mv3310_reset() argument
296 mv3310_get_edpd(struct phy_device *phydev, u16 *edpd) mv3310_get_edpd() argument
318 mv3310_set_edpd(struct phy_device *phydev, u16 edpd) mv3310_set_edpd() argument
351 struct phy_device *phydev = upstream; mv3310_sfp_insert() local
371 mv3310_probe(struct phy_device *phydev) mv3310_probe() argument
425 mv3310_remove(struct phy_device *phydev) mv3310_remove() argument
430 mv3310_suspend(struct phy_device *phydev) mv3310_suspend() argument
435 mv3310_resume(struct phy_device *phydev) mv3310_resume() argument
453 mv3310_has_pma_ngbaset_quirk(struct phy_device *phydev) mv3310_has_pma_ngbaset_quirk() argument
463 mv3310_config_init(struct phy_device *phydev) mv3310_config_init() argument
494 mv3310_get_features(struct phy_device *phydev) mv3310_get_features() argument
520 mv3310_config_mdix(struct phy_device *phydev) mv3310_config_mdix() argument
547 mv3310_config_aneg(struct phy_device *phydev) mv3310_config_aneg() argument
580 mv3310_aneg_done(struct phy_device *phydev) mv3310_aneg_done() argument
594 mv3310_update_interface(struct phy_device *phydev) mv3310_update_interface() argument
636 mv3310_read_status_10gbaser(struct phy_device *phydev) mv3310_read_status_10gbaser() argument
646 mv3310_read_status_copper(struct phy_device *phydev) mv3310_read_status_copper() argument
724 mv3310_read_status(struct phy_device *phydev) mv3310_read_status() argument
753 mv3310_get_tunable(struct phy_device *phydev, struct ethtool_tunable *tuna, void *data) mv3310_get_tunable() argument
764 mv3310_set_tunable(struct phy_device *phydev, struct ethtool_tunable *tuna, const void *data) mv3310_set_tunable() argument
[all...]
H A Dnxp-tja11xx.c73 struct phy_device *phydev; member
93 static int tja11xx_check(struct phy_device *phydev, u8 reg, u16 mask, u16 set) in tja11xx_check() argument
101 static int phy_modify_check(struct phy_device *phydev, u8 reg, in phy_modify_check() argument
113 static int tja11xx_enable_reg_write(struct phy_device *phydev) in tja11xx_enable_reg_write() argument
118 static int tja11xx_enable_link_control(struct phy_device *phydev) in tja11xx_enable_link_control() argument
123 tja11xx_disable_link_control(struct phy_device *phydev) tja11xx_disable_link_control() argument
128 tja11xx_wakeup(struct phy_device *phydev) tja11xx_wakeup() argument
174 tja11xx_soft_reset(struct phy_device *phydev) tja11xx_soft_reset() argument
185 tja11xx_config_aneg_cable_test(struct phy_device *phydev) tja11xx_config_aneg_cable_test() argument
218 tja11xx_config_aneg(struct phy_device *phydev) tja11xx_config_aneg() argument
249 tja11xx_config_init(struct phy_device *phydev) tja11xx_config_init() argument
302 tja11xx_read_status(struct phy_device *phydev) tja11xx_read_status() argument
334 tja11xx_get_sqi(struct phy_device *phydev) tja11xx_get_sqi() argument
345 tja11xx_get_sqi_max(struct phy_device *phydev) tja11xx_get_sqi_max() argument
350 tja11xx_get_sset_count(struct phy_device *phydev) tja11xx_get_sset_count() argument
355 tja11xx_get_strings(struct phy_device *phydev, u8 *data) tja11xx_get_strings() argument
365 tja11xx_get_stats(struct phy_device *phydev, struct ethtool_stats *stats, u64 *data) tja11xx_get_stats() argument
385 struct phy_device *phydev = dev_get_drvdata(dev); tja11xx_hwmon_read() local
438 tja11xx_hwmon_register(struct phy_device *phydev, struct tja11xx_priv *priv) tja11xx_hwmon_register() argument
461 tja11xx_probe(struct phy_device *phydev) tja11xx_probe() argument
536 tja1102_p0_probe(struct phy_device *phydev) tja1102_p0_probe() argument
558 tja1102_match_phy_device(struct phy_device *phydev, bool port0) tja1102_match_phy_device() argument
578 tja1102_p0_match_phy_device(struct phy_device *phydev) tja1102_p0_match_phy_device() argument
583 tja1102_p1_match_phy_device(struct phy_device *phydev) tja1102_p1_match_phy_device() argument
588 tja11xx_ack_interrupt(struct phy_device *phydev) tja11xx_ack_interrupt() argument
597 tja11xx_config_intr(struct phy_device *phydev) tja11xx_config_intr() argument
607 tja11xx_cable_test_start(struct phy_device *phydev) tja11xx_cable_test_start() argument
656 tja11xx_cable_test_report(struct phy_device *phydev) tja11xx_cable_test_report() argument
670 tja11xx_cable_test_get_status(struct phy_device *phydev, bool *finished) tja11xx_cable_test_get_status() argument
[all...]
H A Ddp83822.c122 static int dp83822_ack_interrupt(struct phy_device *phydev) in dp83822_ack_interrupt() argument
137 static int dp83822_set_wol(struct phy_device *phydev, in dp83822_set_wol() argument
196 dp83822_get_wol(struct phy_device *phydev, struct ethtool_wolinfo *wol) dp83822_get_wol() argument
234 dp83822_config_intr(struct phy_device *phydev) dp83822_config_intr() argument
305 dp8382x_disable_wol(struct phy_device *phydev) dp8382x_disable_wol() argument
312 dp83822_read_status(struct phy_device *phydev) dp83822_read_status() argument
357 dp83822_config_init(struct phy_device *phydev) dp83822_config_init() argument
449 dp8382x_config_init(struct phy_device *phydev) dp8382x_config_init() argument
454 dp83822_phy_reset(struct phy_device *phydev) dp83822_phy_reset() argument
466 dp83822_of_init(struct phy_device *phydev) dp83822_of_init() argument
485 dp83822_of_init(struct phy_device *phydev) dp83822_of_init() argument
491 dp83822_read_straps(struct phy_device *phydev) dp83822_read_straps() argument
516 dp83822_probe(struct phy_device *phydev) dp83822_probe() argument
540 dp83822_suspend(struct phy_device *phydev) dp83822_suspend() argument
552 dp83822_resume(struct phy_device *phydev) dp83822_resume() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fs_enet/
H A Dfs_enet-main.c659 struct phy_device *phydev = dev->phydev; in generic_adjust_link() local
711 struct phy_device *phydev; fs_init_phy() local
[all...]
/kernel/linux/linux-5.10/net/xfrm/
H A Dxfrm_interface_core.c635 struct net_device *phydev = __dev_get_by_index(xi->net, xi->p.link); in xfrmi_dev_init() local
/kernel/linux/linux-5.10/net/8021q/
H A Dvlan_dev.c674 struct phy_device *phydev = vlan->real_dev->phydev; in vlan_ethtool_get_ts_info() local
/kernel/linux/linux-5.10/net/dsa/
H A Dport.c482 struct phy_device *phydev; in dsa_port_get_phy_device() local
561 struct phy_device *phydev = NULL; in dsa_port_phylink_mac_link_down() local
576 dsa_port_phylink_mac_link_up(struct phylink_config *config, struct phy_device *phydev, unsigned int mode, phy_interface_t interface, int speed, int duplex, bool tx_pause, bool rx_pause) dsa_port_phylink_mac_link_up() argument
608 struct phy_device *phydev; dsa_port_setup_phy_of() local
647 struct phy_device *phydev; dsa_port_fixed_link_register_of() local
761 struct phy_device *phydev; dsa_port_get_phy_strings() local
780 struct phy_device *phydev; dsa_port_get_ethtool_phy_stats() local
799 struct phy_device *phydev; dsa_port_get_phy_sset_count() local
[all...]
/kernel/linux/linux-5.10/drivers/staging/netlogic/
H A Dxlr_net.c150 struct phy_device *phydev = xlr_get_phydev(priv); in xlr_get_link_ksettings() local
164 struct phy_device *phydev = xlr_get_phydev(priv); in xlr_set_link_ksettings() local
199 struct phy_device *phydev = xlr_get_phydev(priv); in xlr_net_open() local
220 struct phy_device *phydev in xlr_net_stop() local
723 struct phy_device *phydev = xlr_get_phydev(priv); xlr_set_gmac_speed() local
768 struct phy_device *phydev = xlr_get_phydev(priv); xlr_gmac_link_adjust() local
785 struct phy_device *phydev = xlr_get_phydev(priv); xlr_mii_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/engleder/
H A Dtsnep.h165 struct phy_device *phydev; member
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
H A Dfec_mpc52xx.c169 struct phy_device *phydev = dev->phydev; in mpc52xx_fec_adjust_link() local
219 struct phy_device *phydev = NULL; mpc52xx_fec_open() local
284 struct phy_device *phydev = dev->phydev; mpc52xx_fec_close() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/fs_enet/
H A Dfs_enet-main.c657 struct phy_device *phydev = dev->phydev; in generic_adjust_link() local
709 struct phy_device *phydev; fs_init_phy() local
[all...]

Completed in 28 milliseconds

12345678910>>...15