/linux-4.4.14/include/linux/ |
D | phy.h | 181 struct phy_device *phy_map[PHY_MAX_ADDR]; 214 struct phy_device *mdiobus_scan(struct mii_bus *bus, int addr); 363 struct phy_device { struct 438 #define to_phy_device(d) container_of(d, struct phy_device, dev) argument 472 int (*soft_reset)(struct phy_device *phydev); 478 int (*config_init)(struct phy_device *phydev); 484 int (*probe)(struct phy_device *phydev); 487 int (*suspend)(struct phy_device *phydev); 488 int (*resume)(struct phy_device *phydev); 496 int (*config_aneg)(struct phy_device *phydev); [all …]
|
D | phy_fixed.h | 18 extern struct phy_device *fixed_phy_register(unsigned int irq, 23 extern int fixed_phy_set_link_update(struct phy_device *phydev, 26 extern int fixed_phy_update_state(struct phy_device *phydev, 36 static inline struct phy_device *fixed_phy_register(unsigned int irq, in fixed_phy_register() 47 static inline int fixed_phy_set_link_update(struct phy_device *phydev, in fixed_phy_set_link_update() 53 static inline int fixed_phy_update_state(struct phy_device *phydev, in fixed_phy_update_state()
|
D | of_mdio.h | 17 extern struct phy_device *of_phy_find_device(struct device_node *phy_np); 18 extern struct phy_device *of_phy_connect(struct net_device *dev, 22 struct phy_device *of_phy_attach(struct net_device *dev, 40 static inline struct phy_device *of_phy_find_device(struct device_node *phy_np) in of_phy_find_device() 45 static inline struct phy_device *of_phy_connect(struct net_device *dev, in of_phy_connect() 53 static inline struct phy_device *of_phy_attach(struct net_device *dev, in of_phy_attach()
|
D | netdevice.h | 57 struct phy_device; 1799 struct phy_device *phydev;
|
/linux-4.4.14/drivers/net/phy/ |
D | bcm-phy-lib.h | 19 int bcm_phy_write_exp(struct phy_device *phydev, u16 reg, u16 val); 20 int bcm_phy_read_exp(struct phy_device *phydev, u16 reg); 22 int bcm_phy_write_misc(struct phy_device *phydev, 24 int bcm_phy_read_misc(struct phy_device *phydev, 27 int bcm_phy_write_shadow(struct phy_device *phydev, u16 shadow, 29 int bcm_phy_read_shadow(struct phy_device *phydev, u16 shadow); 31 int bcm_phy_ack_intr(struct phy_device *phydev); 32 int bcm_phy_config_intr(struct phy_device *phydev); 34 int bcm_phy_enable_apd(struct phy_device *phydev, bool dll_pwr_down); 36 int bcm_phy_enable_eee(struct phy_device *phydev);
|
D | phy_device.c | 44 void phy_device_free(struct phy_device *phydev) in phy_device_free() 76 int (*run)(struct phy_device *)) in phy_register_fixup() argument 98 int (*run)(struct phy_device *)) in phy_register_fixup_for_uid() argument 106 int (*run)(struct phy_device *)) in phy_register_fixup_for_id() argument 115 static int phy_needs_fixup(struct phy_device *phydev, struct phy_fixup *fixup) in phy_needs_fixup() 130 static int phy_scan_fixups(struct phy_device *phydev) in phy_scan_fixups() 151 struct phy_device *phy_device_create(struct mii_bus *bus, int addr, int phy_id, in phy_device_create() 155 struct phy_device *dev; in phy_device_create() 358 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45) in get_phy_device() 380 int phy_device_register(struct phy_device *phydev) in phy_device_register() [all …]
|
D | bcm87xx.c | 37 static int bcm87xx_of_reg_init(struct phy_device *phydev) in bcm87xx_of_reg_init() 81 static int bcm87xx_of_reg_init(struct phy_device *phydev) in bcm87xx_of_reg_init() 87 static int bcm87xx_config_init(struct phy_device *phydev) in bcm87xx_config_init() 99 static int bcm87xx_config_aneg(struct phy_device *phydev) in bcm87xx_config_aneg() 104 static int bcm87xx_read_status(struct phy_device *phydev) in bcm87xx_read_status() 141 static int bcm87xx_config_intr(struct phy_device *phydev) in bcm87xx_config_intr() 159 static int bcm87xx_did_interrupt(struct phy_device *phydev) in bcm87xx_did_interrupt() 173 static int bcm87xx_ack_interrupt(struct phy_device *phydev) in bcm87xx_ack_interrupt() 180 static int bcm8706_match_phy_device(struct phy_device *phydev) in bcm8706_match_phy_device() 185 static int bcm8727_match_phy_device(struct phy_device *phydev) in bcm8727_match_phy_device()
|
D | bcm-phy-lib.c | 24 int bcm_phy_write_exp(struct phy_device *phydev, u16 reg, u16 val) in bcm_phy_write_exp() 36 int bcm_phy_read_exp(struct phy_device *phydev, u16 reg) in bcm_phy_read_exp() 53 int bcm_phy_write_misc(struct phy_device *phydev, in bcm_phy_write_misc() 77 int bcm_phy_read_misc(struct phy_device *phydev, in bcm_phy_read_misc() 101 int bcm_phy_ack_intr(struct phy_device *phydev) in bcm_phy_ack_intr() 114 int bcm_phy_config_intr(struct phy_device *phydev) in bcm_phy_config_intr() 131 int bcm_phy_read_shadow(struct phy_device *phydev, u16 shadow) in bcm_phy_read_shadow() 138 int bcm_phy_write_shadow(struct phy_device *phydev, u16 shadow, in bcm_phy_write_shadow() 148 int bcm_phy_enable_apd(struct phy_device *phydev, bool dll_pwr_down) in bcm_phy_enable_apd() 181 int bcm_phy_enable_eee(struct phy_device *phydev) in bcm_phy_enable_eee()
|
D | phy.c | 90 void phy_print_status(struct phy_device *phydev) in phy_print_status() 113 static int phy_clear_interrupt(struct phy_device *phydev) in phy_clear_interrupt() 128 static int phy_config_interrupt(struct phy_device *phydev, u32 interrupts) in phy_config_interrupt() 146 static inline int phy_aneg_done(struct phy_device *phydev) in phy_aneg_done() 290 static void phy_sanitize_settings(struct phy_device *phydev) in phy_sanitize_settings() 318 int phy_ethtool_sset(struct phy_device *phydev, struct ethtool_cmd *cmd) in phy_ethtool_sset() 365 int phy_ethtool_gset(struct phy_device *phydev, struct ethtool_cmd *cmd) in phy_ethtool_gset() 398 int phy_mii_ioctl(struct phy_device *phydev, struct ifreq *ifr, int cmd) in phy_mii_ioctl() 481 int phy_start_aneg(struct phy_device *phydev) in phy_start_aneg() 523 void phy_start_machine(struct phy_device *phydev) in phy_start_machine() [all …]
|
D | teranetics.c | 37 static int teranetics_config_init(struct phy_device *phydev) in teranetics_config_init() 45 static int teranetics_soft_reset(struct phy_device *phydev) in teranetics_soft_reset() 50 static int teranetics_aneg_done(struct phy_device *phydev) in teranetics_aneg_done() 65 static int teranetics_config_aneg(struct phy_device *phydev) in teranetics_config_aneg() 70 static int teranetics_read_status(struct phy_device *phydev) in teranetics_read_status() 95 static int teranetics_match_phy_device(struct phy_device *phydev) in teranetics_match_phy_device()
|
D | national.c | 59 static u8 ns_exp_read(struct phy_device *phydev, u16 reg) in ns_exp_read() 65 static void ns_exp_write(struct phy_device *phydev, u16 reg, u8 data) in ns_exp_write() 71 static int ns_config_intr(struct phy_device *phydev) in ns_config_intr() 84 static int ns_ack_interrupt(struct phy_device *phydev) in ns_ack_interrupt() 97 static void ns_giga_speed_fallback(struct phy_device *phydev, int mode) in ns_giga_speed_fallback() 111 static void ns_10_base_t_hdx_loopack(struct phy_device *phydev, int disable) in ns_10_base_t_hdx_loopack() 123 static int ns_config_init(struct phy_device *phydev) in ns_config_init()
|
D | lxt.c | 64 static int lxt970_ack_interrupt(struct phy_device *phydev) in lxt970_ack_interrupt() 81 static int lxt970_config_intr(struct phy_device *phydev) in lxt970_config_intr() 93 static int lxt970_config_init(struct phy_device *phydev) in lxt970_config_init() 103 static int lxt971_ack_interrupt(struct phy_device *phydev) in lxt971_ack_interrupt() 113 static int lxt971_config_intr(struct phy_device *phydev) in lxt971_config_intr() 130 static int lxt973a2_update_link(struct phy_device *phydev) in lxt973a2_update_link() 162 static int lxt973a2_read_status(struct phy_device *phydev) in lxt973a2_read_status() 242 static int lxt973_probe(struct phy_device *phydev) in lxt973_probe() 263 static int lxt973_config_aneg(struct phy_device *phydev) in lxt973_config_aneg()
|
D | microchip.c | 33 static int lan88xx_phy_config_intr(struct phy_device *phydev) in lan88xx_phy_config_intr() 51 static int lan88xx_phy_ack_interrupt(struct phy_device *phydev) in lan88xx_phy_ack_interrupt() 58 int lan88xx_suspend(struct phy_device *phydev) in lan88xx_suspend() 69 static int lan88xx_probe(struct phy_device *phydev) in lan88xx_probe() 91 static void lan88xx_remove(struct phy_device *phydev) in lan88xx_remove() 100 static int lan88xx_set_wol(struct phy_device *phydev, in lan88xx_set_wol()
|
D | mdio_bus.c | 199 struct phy_device *phydev) in of_mdiobus_link_phydev() 233 struct phy_device *phydev) in of_mdiobus_link_phydev() 281 struct phy_device *phydev; in __mdiobus_register() 297 struct phy_device *phydev = bus->phy_map[i]; in __mdiobus_register() 316 struct phy_device *phydev = bus->phy_map[i]; in mdiobus_unregister() 349 struct phy_device *mdiobus_scan(struct mii_bus *bus, int addr) in mdiobus_scan() 351 struct phy_device *phydev; in mdiobus_scan() 488 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_match() 518 static bool mdio_bus_phy_may_suspend(struct phy_device *phydev) in mdio_bus_phy_may_suspend() 553 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_suspend() [all …]
|
D | micrel.c | 122 static int kszphy_extended_write(struct phy_device *phydev, in kszphy_extended_write() 129 static int kszphy_extended_read(struct phy_device *phydev, in kszphy_extended_read() 136 static int kszphy_ack_interrupt(struct phy_device *phydev) in kszphy_ack_interrupt() 146 static int kszphy_config_intr(struct phy_device *phydev) in kszphy_config_intr() 173 static int kszphy_rmii_clk_sel(struct phy_device *phydev, bool val) in kszphy_rmii_clk_sel() 189 static int kszphy_setup_led(struct phy_device *phydev, u32 reg, int val) in kszphy_setup_led() 223 static int kszphy_broadcast_disable(struct phy_device *phydev) in kszphy_broadcast_disable() 239 static int kszphy_nand_tree_disable(struct phy_device *phydev) in kszphy_nand_tree_disable() 259 static int kszphy_config_init(struct phy_device *phydev) in kszphy_config_init() 290 static int ksz9021_load_values_from_of(struct phy_device *phydev, in ksz9021_load_values_from_of() [all …]
|
D | bcm7xxx.c | 48 static void r_rc_cal_reset(struct phy_device *phydev) in r_rc_cal_reset() 57 static int bcm7xxx_28nm_b0_afe_config_init(struct phy_device *phydev) in bcm7xxx_28nm_b0_afe_config_init() 98 static int bcm7xxx_28nm_d0_afe_config_init(struct phy_device *phydev) in bcm7xxx_28nm_d0_afe_config_init() 138 static int bcm7xxx_28nm_e0_plus_afe_config_init(struct phy_device *phydev) in bcm7xxx_28nm_e0_plus_afe_config_init() 166 static int bcm7xxx_28nm_config_init(struct phy_device *phydev) in bcm7xxx_28nm_config_init() 209 static int bcm7xxx_28nm_resume(struct phy_device *phydev) in bcm7xxx_28nm_resume() 226 static int phy_set_clr_bits(struct phy_device *dev, int location, in phy_set_clr_bits() 245 static int bcm7xxx_config_init(struct phy_device *phydev) in bcm7xxx_config_init() 283 static int bcm7xxx_suspend(struct phy_device *phydev) in bcm7xxx_suspend() 310 static int bcm7xxx_dummy_config_init(struct phy_device *phydev) in bcm7xxx_dummy_config_init()
|
D | at803x.c | 65 static void at803x_context_save(struct phy_device *phydev, in at803x_context_save() 77 static void at803x_context_restore(struct phy_device *phydev, in at803x_context_restore() 88 static int at803x_set_wol(struct phy_device *phydev, in at803x_set_wol() 139 static void at803x_get_wol(struct phy_device *phydev, in at803x_get_wol() 152 static int at803x_suspend(struct phy_device *phydev) in at803x_suspend() 176 static int at803x_resume(struct phy_device *phydev) in at803x_resume() 191 static int at803x_probe(struct phy_device *phydev) in at803x_probe() 212 static int at803x_config_init(struct phy_device *phydev) in at803x_config_init() 234 static int at803x_ack_interrupt(struct phy_device *phydev) in at803x_ack_interrupt() 243 static int at803x_config_intr(struct phy_device *phydev) in at803x_config_intr() [all …]
|
D | icplus.c | 48 static int ip175c_config_init(struct phy_device *phydev) in ip175c_config_init() 103 static int ip1xx_reset(struct phy_device *phydev) in ip1xx_reset() 125 static int ip1001_config_init(struct phy_device *phydev) in ip1001_config_init() 165 static int ip101a_g_config_init(struct phy_device *phydev) in ip101a_g_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_ack_interrupt(struct phy_device *phydev) in ip101a_g_ack_interrupt()
|
D | realtek.c | 36 static int rtl821x_ack_interrupt(struct phy_device *phydev) in rtl821x_ack_interrupt() 45 static int rtl8211f_ack_interrupt(struct phy_device *phydev) in rtl8211f_ack_interrupt() 57 static int rtl8211b_config_intr(struct phy_device *phydev) in rtl8211b_config_intr() 70 static int rtl8211e_config_intr(struct phy_device *phydev) in rtl8211e_config_intr() 83 static int rtl8211f_config_intr(struct phy_device *phydev) in rtl8211f_config_intr() 96 static int rtl8211f_config_init(struct phy_device *phydev) in rtl8211f_config_init()
|
D | dp83867.c | 70 static int dp83867_ack_interrupt(struct phy_device *phydev) in dp83867_ack_interrupt() 80 static int dp83867_config_intr(struct phy_device *phydev) in dp83867_config_intr() 103 static int dp83867_of_init(struct phy_device *phydev) in dp83867_of_init() 130 static int dp83867_of_init(struct phy_device *phydev) in dp83867_of_init() 136 static int dp83867_config_init(struct phy_device *phydev) in dp83867_config_init() 190 static int dp83867_phy_reset(struct phy_device *phydev) in dp83867_phy_reset()
|
D | smsc.c | 27 static int smsc_phy_config_intr(struct phy_device *phydev) in smsc_phy_config_intr() 37 static int smsc_phy_ack_interrupt(struct phy_device *phydev) in smsc_phy_ack_interrupt() 44 static int smsc_phy_config_init(struct phy_device *phydev) in smsc_phy_config_init() 69 static int smsc_phy_reset(struct phy_device *phydev) in smsc_phy_reset() 97 static int lan911x_config_init(struct phy_device *phydev) in lan911x_config_init() 111 static int lan87xx_read_status(struct phy_device *phydev) in lan87xx_read_status()
|
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() 114 static int vsc824x_ack_interrupt(struct phy_device *phydev) in vsc824x_ack_interrupt() 128 static int vsc82xx_config_intr(struct phy_device *phydev) in vsc82xx_config_intr() 156 static int vsc8221_config_init(struct phy_device *phydev) in vsc8221_config_init() 175 static int vsc82x4_config_autocross_enable(struct phy_device *phydev) in vsc82x4_config_autocross_enable() 207 static int vsc82x4_config_aneg(struct phy_device *phydev) in vsc82x4_config_aneg()
|
D | broadcom.c | 33 static int bcm54xx_auxctl_write(struct phy_device *phydev, u16 regnum, u16 val) in bcm54xx_auxctl_write() 39 static int bcm50610_a0_workaround(struct phy_device *phydev) in bcm50610_a0_workaround() 70 static int bcm54xx_phydsp_config(struct phy_device *phydev) in bcm54xx_phydsp_config() 118 static void bcm54xx_adjust_rxrefclk(struct phy_device *phydev) in bcm54xx_adjust_rxrefclk() 178 static int bcm54xx_config_init(struct phy_device *phydev) in bcm54xx_config_init() 215 static int bcm5482_config_init(struct phy_device *phydev) in bcm5482_config_init() 285 static int bcm5482_read_status(struct phy_device *phydev) in bcm5482_read_status() 305 static int bcm5481_config_aneg(struct phy_device *phydev) in bcm5481_config_aneg() 340 static int brcm_phy_setbits(struct phy_device *phydev, int reg, int set) in brcm_phy_setbits() 351 static int brcm_fet_config_init(struct phy_device *phydev) in brcm_fet_config_init() [all …]
|
D | aquantia.c | 31 static int aquantia_config_aneg(struct phy_device *phydev) in aquantia_config_aneg() 39 static int aquantia_aneg_done(struct phy_device *phydev) in aquantia_aneg_done() 47 static int aquantia_config_intr(struct phy_device *phydev) in aquantia_config_intr() 76 static int aquantia_ack_interrupt(struct phy_device *phydev) in aquantia_ack_interrupt() 84 static int aquantia_read_status(struct phy_device *phydev) in aquantia_read_status()
|
D | marvell.c | 140 static int marvell_ack_interrupt(struct phy_device *phydev) in marvell_ack_interrupt() 153 static int marvell_config_intr(struct phy_device *phydev) in marvell_config_intr() 165 static int marvell_set_polarity(struct phy_device *phydev, int polarity) in marvell_set_polarity() 202 static int marvell_config_aneg(struct phy_device *phydev) in marvell_config_aneg() 282 static int marvell_of_reg_init(struct phy_device *phydev) in marvell_of_reg_init() 342 static int marvell_of_reg_init(struct phy_device *phydev) in marvell_of_reg_init() 348 static int m88e1121_config_aneg(struct phy_device *phydev) in m88e1121_config_aneg() 399 static int m88e1318_config_aneg(struct phy_device *phydev) in m88e1318_config_aneg() 424 static int m88e1510_config_aneg(struct phy_device *phydev) in m88e1510_config_aneg() 435 static int m88e1116r_config_init(struct phy_device *phydev) in m88e1116r_config_init() [all …]
|
D | amd.c | 32 static int am79c_ack_interrupt(struct phy_device *phydev) in am79c_ack_interrupt() 47 static int am79c_config_init(struct phy_device *phydev) in am79c_config_init() 52 static int am79c_config_intr(struct phy_device *phydev) in am79c_config_intr()
|
D | qsemi.c | 63 static int qs6612_config_init(struct phy_device *phydev) in qs6612_config_init() 79 static int qs6612_ack_interrupt(struct phy_device *phydev) in qs6612_ack_interrupt() 101 static int qs6612_config_intr(struct phy_device *phydev) in qs6612_config_intr()
|
D | davicom.c | 66 static int dm9161_config_intr(struct phy_device *phydev) in dm9161_config_intr() 85 static int dm9161_config_aneg(struct phy_device *phydev) in dm9161_config_aneg() 104 static int dm9161_config_init(struct phy_device *phydev) in dm9161_config_init() 140 static int dm9161_ack_interrupt(struct phy_device *phydev) in dm9161_ack_interrupt()
|
D | cicada.c | 68 static int cis820x_config_init(struct phy_device *phydev) in cis820x_config_init() 84 static int cis820x_ack_interrupt(struct phy_device *phydev) in cis820x_ack_interrupt() 91 static int cis820x_config_intr(struct phy_device *phydev) in cis820x_config_intr()
|
D | ste10Xp.c | 35 static int ste10Xp_config_init(struct phy_device *phydev) in ste10Xp_config_init() 56 static int ste10Xp_config_intr(struct phy_device *phydev) in ste10Xp_config_intr() 75 static int ste10Xp_ack_interrupt(struct phy_device *phydev) in ste10Xp_ack_interrupt()
|
D | bcm-cygnus.c | 24 static int bcm_cygnus_afe_config(struct phy_device *phydev) in bcm_cygnus_afe_config() 79 static int bcm_cygnus_config_init(struct phy_device *phydev) in bcm_cygnus_config_init() 115 static int bcm_cygnus_resume(struct phy_device *phydev) in bcm_cygnus_resume()
|
D | dp83640.c | 113 struct phy_device *phydev; 229 static int ext_read(struct phy_device *phydev, int page, u32 regnum) in ext_read() 244 static void ext_write(int broadcast, struct phy_device *phydev, in ext_write() 260 static int tdr_write(int bc, struct phy_device *dev, in tdr_write() 311 struct phy_device *phydev = dp83640->phydev; in periodic_output() 381 struct phy_device *phydev = clock->chosen->phydev; in ptp_dp83640_adjfreq() 414 struct phy_device *phydev = clock->chosen->phydev; in ptp_dp83640_adjtime() 436 struct phy_device *phydev = clock->chosen->phydev; in ptp_dp83640_gettime() 461 struct phy_device *phydev = clock->chosen->phydev; in ptp_dp83640_settime() 478 struct phy_device *phydev = clock->chosen->phydev; in ptp_dp83640_enable() [all …]
|
D | fixed_phy.c | 38 struct phy_device *phydev; 194 int fixed_phy_set_link_update(struct phy_device *phydev, in fixed_phy_set_link_update() 216 int fixed_phy_update_state(struct phy_device *phydev, in fixed_phy_update_state() 309 struct phy_device *fixed_phy_register(unsigned int irq, in fixed_phy_register() 315 struct phy_device *phy; in fixed_phy_register()
|
D | et1011c.c | 52 static int et1011c_config_aneg(struct phy_device *phydev) in et1011c_config_aneg() 66 static int et1011c_read_status(struct phy_device *phydev) in et1011c_read_status()
|
D | dp83848.c | 39 static int dp83848_ack_interrupt(struct phy_device *phydev) in dp83848_ack_interrupt() 46 static int dp83848_config_intr(struct phy_device *phydev) in dp83848_config_intr()
|
D | bcm63xx.c | 24 static int bcm63xx_config_init(struct phy_device *phydev) in bcm63xx_config_init()
|
D | Makefile | 3 libphy-objs := phy.o phy_device.o mdio_bus.o
|
/linux-4.4.14/drivers/of/ |
D | of_mdio.c | 47 struct phy_device *phy; in of_mdiobus_register_phy() 203 struct phy_device *of_phy_find_device(struct device_node *phy_np) in of_phy_find_device() 225 struct phy_device *of_phy_connect(struct net_device *dev, in of_phy_connect() 230 struct phy_device *phy = of_phy_find_device(phy_np); in of_phy_connect() 258 struct phy_device *of_phy_attach(struct net_device *dev, in of_phy_attach() 262 struct phy_device *phy = of_phy_find_device(phy_np); in of_phy_attach() 319 struct phy_device *phy; in of_phy_register_fixed_link()
|
/linux-4.4.14/arch/arm/mach-imx/ |
D | mach-imx6q.c | 43 static int ksz9021rn_phy_fixup(struct phy_device *phydev) in ksz9021rn_phy_fixup() 62 static void mmd_write_reg(struct phy_device *dev, int device, int reg, int val) in mmd_write_reg() 70 static int ksz9031rn_phy_fixup(struct phy_device *dev) in ksz9031rn_phy_fixup() 111 static int ar8031_phy_fixup(struct phy_device *dev) in ar8031_phy_fixup() 136 static int ar8035_phy_fixup(struct phy_device *dev) in ar8035_phy_fixup()
|
D | mach-imx7d.c | 20 static int ar8031_phy_fixup(struct phy_device *dev) in ar8031_phy_fixup() 45 static int bcm54220_phy_fixup(struct phy_device *dev) in bcm54220_phy_fixup()
|
D | mach-imx6ul.c | 33 static int ksz8081_phy_fixup(struct phy_device *dev) in ksz8081_phy_fixup()
|
D | mach-imx6sx.c | 21 static int ar8031_phy_fixup(struct phy_device *dev) in ar8031_phy_fixup()
|
/linux-4.4.14/include/net/ |
D | dsa.h | 235 struct phy_device *phydev); 265 struct phy_device *phy); 267 struct phy_device *phy); 273 struct phy_device *phydev,
|
/linux-4.4.14/net/core/ |
D | timestamping.c | 37 struct phy_device *phydev; in skb_clone_tx_timestamp() 60 struct phy_device *phydev; in skb_defer_rx_timestamp()
|
D | ethtool.c | 1587 struct phy_device *phydev = dev->phydev; in ethtool_get_ts_info() 1616 struct phy_device *phydev = dev->phydev; in __ethtool_get_module_info() 1650 struct phy_device *phydev = dev->phydev; in __ethtool_get_module_eeprom()
|
/linux-4.4.14/Documentation/networking/ |
D | phy.txt | 108 phydev is a pointer to the phy_device structure which represents the PHY. If 173 int phy_read(struct phy_device *phydev, u16 regnum); 174 int phy_write(struct phy_device *phydev, u16 regnum, u16 val); 179 void phy_print_status(struct phy_device *phydev); 183 int phy_start_interrupts(struct phy_device *phydev); 184 int phy_stop_interrupts(struct phy_device *phydev); 189 struct phy_device * phy_attach(struct net_device *dev, const char *phy_id, 195 int phy_start_aneg(struct phy_device *phydev); 201 static inline int phy_read_status(struct phy_device *phydev); 206 int phy_ethtool_sset(struct phy_device *phydev, struct ethtool_cmd *cmd); [all …]
|
/linux-4.4.14/drivers/net/ethernet/pasemi/ |
D | pasemi_mac_ethtool.c | 71 struct phy_device *phydev = mac->phydev; in pasemi_mac_ethtool_get_settings() 84 struct phy_device *phydev = mac->phydev; in pasemi_mac_ethtool_set_settings()
|
D | pasemi_mac.h | 74 struct phy_device *phydev;
|
D | pasemi_mac.c | 1090 struct phy_device *phydev; in pasemi_mac_phy_init()
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | ucc_geth_ethtool.c | 111 struct phy_device *phydev = ugeth->phydev; in uec_get_settings() 127 struct phy_device *phydev = ugeth->phydev; in uec_set_settings() 361 struct phy_device *phydev = ugeth->phydev; in uec_get_wol() 374 struct phy_device *phydev = ugeth->phydev; in uec_set_wol()
|
D | fec.h | 508 struct phy_device *phy_dev;
|
D | gianfar.h | 1156 struct phy_device *phydev; 1340 void gfar_phy_test(struct mii_bus *bus, struct phy_device *phydev, int enable,
|
D | gianfar_ethtool.c | 191 struct phy_device *phydev = priv->phydev; in gfar_ssettings() 204 struct phy_device *phydev = priv->phydev; in gfar_gsettings() 532 struct phy_device *phydev = priv->phydev; in gfar_spauseparam()
|
D | fec_mpc52xx.c | 69 struct phy_device *phydev; 168 struct phy_device *phydev = priv->phydev; in mpc52xx_fec_adjust_link()
|
D | fec_main.c | 1724 struct phy_device *phy_dev = fep->phy_dev; in fec_enet_adjust_link() 1918 struct phy_device *phy_dev = NULL; in fec_enet_mii_probe() 2125 struct phy_device *phydev = fep->phy_dev; in fec_enet_get_settings() 2137 struct phy_device *phydev = fep->phy_dev; in fec_enet_set_settings() 2421 struct phy_device *phydev = fep->phy_dev; in fec_enet_nway_reset() 2652 struct phy_device *phydev = fep->phy_dev; in fec_enet_ioctl()
|
D | ucc_geth.h | 1218 struct phy_device *phydev;
|
D | ucc_geth.c | 1375 struct phy_device *tbiphy; in adjust_enet_interface() 1586 struct phy_device *phydev = ugeth->phydev; in adjust_link() 1687 struct phy_device *tbiphy; in uec_configure_serdes() 1729 struct phy_device *phydev; in init_phy() 2052 struct phy_device *phydev = ugeth->phydev; in ucc_geth_stop()
|
D | gianfar.c | 1820 struct phy_device *tbiphy; in gfar_configure_serdes() 3387 struct phy_device *phydev = priv->phydev; in adjust_link() 3628 struct phy_device *phydev = priv->phydev; in gfar_get_flowctrl_cfg() 3668 struct phy_device *phydev = priv->phydev; in gfar_update_link_state()
|
/linux-4.4.14/Documentation/DocBook/ |
D | .networking.xml.cmd | 2 …vers/net/phy/phy.c drivers/net/phy/phy.c drivers/net/phy/phy_device.c drivers/net/phy/phy_device.c…
|
/linux-4.4.14/drivers/net/ethernet/broadcom/genet/ |
D | bcmmii.c | 89 struct phy_device *phydev = priv->phydev; in bcmgenet_mii_setup() 254 struct phy_device *phydev = priv->phydev; in bcmgenet_mii_config() 353 struct phy_device *phydev; in bcmgenet_mii_probe() 494 struct phy_device *phydev = NULL; in bcmgenet_mii_of_init() 565 struct phy_device *phydev; in bcmgenet_mii_pd_init()
|
D | bcmgenet.h | 594 struct phy_device *phydev;
|
/linux-4.4.14/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_ethtool.c | 60 struct phy_device *phydev = pdata->phy_dev; in xgene_get_settings() 92 struct phy_device *phydev = pdata->phy_dev; in xgene_set_settings()
|
D | xgene_enet_main.h | 151 struct phy_device *phy_dev;
|
D | xgene_enet_hw.c | 713 struct phy_device *phydev = pdata->phy_dev; in xgene_enet_adjust_link() 735 struct phy_device *phy_dev; in xgene_enet_phy_connect() 778 struct phy_device *phy; in xgene_mdiobus_register()
|
/linux-4.4.14/drivers/net/ethernet/ |
D | dnet.c | 176 struct phy_device *phydev = bp->phy_dev; in dnet_handle_link_change() 257 struct phy_device *phydev = NULL; in dnet_mii_probe() 356 static int dnet_phy_marvell_fixup(struct phy_device *phydev) in dnet_phy_marvell_fixup() 753 struct phy_device *phydev = bp->phy_dev; in dnet_get_settings() 764 struct phy_device *phydev = bp->phy_dev; in dnet_set_settings() 775 struct phy_device *phydev = bp->phy_dev; in dnet_ioctl() 818 struct phy_device *phydev; in dnet_probe()
|
D | dnet.h | 219 struct phy_device *phy_dev;
|
D | ethoc.c | 222 struct phy_device *phy; 677 struct phy_device *phy; in ethoc_mdio_probe() 760 struct phy_device *phy = NULL; in ethoc_ioctl() 903 struct phy_device *phydev = priv->phy; in ethoc_get_settings() 914 struct phy_device *phydev = priv->phy; in ethoc_set_settings()
|
D | lantiq_etop.c | 105 struct phy_device *phydev; 378 struct phy_device *phydev = NULL; in ltq_etop_mdio_probe()
|
/linux-4.4.14/drivers/staging/netlogic/ |
D | xlr_net.c | 174 struct phy_device *phydev = priv->mii_bus->phy_map[priv->phy_addr]; in xlr_get_settings() 184 struct phy_device *phydev = priv->mii_bus->phy_map[priv->phy_addr]; in xlr_set_settings() 221 struct phy_device *phydev = priv->mii_bus->phy_map[priv->phy_addr]; in xlr_net_open() 242 struct phy_device *phydev = priv->mii_bus->phy_map[priv->phy_addr]; in xlr_net_stop() 271 struct phy_device *phydev = priv->mii_bus->phy_map[priv->phy_addr]; in xlr_wakeup_queue() 774 struct phy_device *phydev = priv->mii_bus->phy_map[priv->phy_addr]; in xlr_set_gmac_speed() 816 struct phy_device *phydev = priv->mii_bus->phy_map[priv->phy_addr]; in xlr_gmac_link_adjust() 833 struct phy_device *phydev = priv->mii_bus->phy_map[priv->phy_addr]; in xlr_mii_probe()
|
/linux-4.4.14/net/dsa/ |
D | dsa_priv.h | 44 struct phy_device *phy;
|
D | dsa.c | 184 struct phy_device *phydev; in dsa_cpu_dsa_setup() 422 struct phy_device *phydev; in dsa_switch_destroy()
|
/linux-4.4.14/drivers/net/ethernet/adi/ |
D | bfin_mac.h | 95 struct phy_device *phydev;
|
D | bfin_mac.c | 313 struct phy_device *phydev = lp->phydev; in bfin_mac_adjust_link() 383 struct phy_device *phydev = NULL; in mii_probe() 401 struct phy_device *const tmp_phydev = lp->mii_bus->phy_map[i]; in mii_probe() 1367 static int bfin_mac_enable(struct phy_device *phydev) in bfin_mac_enable()
|
/linux-4.4.14/drivers/staging/octeon/ |
D | octeon-ethernet.h | 43 struct phy_device *phydev;
|
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/ |
D | hns_enet.h | 49 struct phy_device *phy;
|
D | hns_ethtool.c | 73 struct phy_device *phy_dev = priv->phy; in hns_get_mdix_mode() 246 static int hns_nic_config_phy_loopback(struct phy_device *phy_dev, u8 en) in hns_nic_config_phy_loopback() 313 struct phy_device *phy_dev = priv->phy; in __lb_setup() 1019 struct phy_device *phy_dev = priv->phy; in hns_phy_led_set() 1049 struct phy_device *phy_dev = priv->phy; in hns_set_phys_id() 1180 struct phy_device *phy = priv->phy; in hns_nic_nway_reset()
|
D | hns_enet.c | 756 struct phy_device *phy_dev = NULL; in hns_nic_init_phy() 1062 struct phy_device *phy_dev = priv->phy; in hns_nic_do_ioctl()
|
/linux-4.4.14/drivers/net/ethernet/altera/ |
D | altera_tse_ethtool.c | 239 struct phy_device *phydev = priv->phydev; in tse_get_settings() 250 struct phy_device *phydev = priv->phydev; in tse_set_settings()
|
D | altera_tse_main.c | 640 struct phy_device *phydev = priv->phydev; in altera_tse_adjust_link() 705 static struct phy_device *connect_local_phy(struct net_device *dev) in connect_local_phy() 708 struct phy_device *phydev = NULL; in connect_local_phy() 783 struct phy_device *phydev; in init_phy()
|
D | altera_tse.h | 476 struct phy_device *phydev;
|
/linux-4.4.14/drivers/net/ethernet/8390/ |
D | ax88796.c | 87 struct phy_device *phy_dev; 323 struct phy_device *phy_dev = ax->phy_dev; in ax_handle_link_change() 351 struct phy_device *phy_dev = NULL; in ax_mii_probe() 454 struct phy_device *phy_dev = ax->phy_dev; in ax_ioctl() 480 struct phy_device *phy_dev = ax->phy_dev; in ax_get_settings() 491 struct phy_device *phy_dev = ax->phy_dev; in ax_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
D | au1000_eth.h | 109 struct phy_device *phy_dev;
|
D | au1000_eth.c | 418 struct phy_device *phydev = aup->phy_dev; in au1000_adjust_link() 498 struct phy_device *phydev = NULL; in au1000_mii_probe() 533 struct phy_device *const tmp_phydev = in au1000_mii_probe()
|
/linux-4.4.14/arch/powerpc/platforms/85xx/ |
D | mpc85xx_mds.c | 68 static int mpc8568_fixup_125_clock(struct phy_device *phydev) in mpc8568_fixup_125_clock() 99 static int mpc8568_mds_phy_fixups(struct phy_device *phydev) in mpc8568_mds_phy_fixups()
|
/linux-4.4.14/drivers/net/ethernet/allwinner/ |
D | sun4i-emac.c | 80 struct phy_device *phy_dev; 118 struct phy_device *phydev = db->phy_dev; in emac_handle_link_change() 212 struct phy_device *phydev = dm->phy_dev; in emac_ioctl() 235 struct phy_device *phydev = dm->phy_dev; in emac_get_settings() 246 struct phy_device *phydev = dm->phy_dev; in emac_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/arc/ |
D | emac.h | 132 struct phy_device *phy_dev;
|
D | emac_main.c | 51 struct phy_device *phy_dev = priv->phy_dev; in arc_emac_adjust_link() 406 struct phy_device *phy_dev = priv->phy_dev; in arc_emac_open()
|
/linux-4.4.14/drivers/net/ethernet/aeroflex/ |
D | greth.h | 126 struct phy_device *phy;
|
D | greth.c | 1111 struct phy_device *phy = greth->phy; in greth_get_settings() 1122 struct phy_device *phy = greth->phy; in greth_set_settings() 1227 struct phy_device *phydev = greth->phy; in greth_link_change() 1280 struct phy_device *phy = NULL; in greth_mdio_probe() 1315 static inline int phy_aneg_done(struct phy_device *phydev) in phy_aneg_done()
|
/linux-4.4.14/drivers/net/ethernet/nxp/ |
D | lpc_eth.c | 428 struct phy_device *phy_dev; 753 struct phy_device *phydev = pldat->phy_dev; in lpc_handle_link_change() 788 struct phy_device *phydev = phy_find_first(pldat->mii_bus); in lpc_mii_probe() 1202 struct phy_device *phydev = pldat->phy_dev; in lpc_eth_ioctl() 1267 struct phy_device *phydev = pldat->phy_dev; in lpc_eth_ethtool_getsettings() 1279 struct phy_device *phydev = pldat->phy_dev; in lpc_eth_ethtool_setsettings() 1312 struct phy_device *phydev; in lpc_eth_drv_probe()
|
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac.h | 89 struct phy_device *phydev ____cacheline_aligned_in_smp;
|
D | stmmac_ethtool.c | 248 struct phy_device *phy = priv->phydev; in stmmac_ethtool_getsettings() 333 struct phy_device *phy = priv->phydev; in stmmac_ethtool_setsettings() 446 struct phy_device *phy = priv->phydev; in stmmac_set_pauseparam()
|
D | stmmac_mdio.c | 242 struct phy_device *phydev = new_bus->phy_map[addr]; in stmmac_mdio_register()
|
D | stmmac_main.c | 215 struct phy_device *phydev = priv->phydev; in stmmac_hw_fix_mac_speed() 693 struct phy_device *phydev = priv->phydev; in stmmac_adjust_link() 813 struct phy_device *phydev; in stmmac_init_phy()
|
/linux-4.4.14/drivers/net/usb/ |
D | ax88172a.c | 32 struct phy_device *phydev; 68 struct phy_device *phydev = netdev->phydev; in ax88172a_adjust_link()
|
D | lan78xx.c | 835 struct phy_device *phydev = dev->net->phydev; in lan78xx_link_reset() 1077 struct phy_device *phydev = net->phydev; in lan78xx_get_eee() 1180 struct phy_device *phydev = net->phydev; in lan78xx_get_mdix_status() 1193 struct phy_device *phydev = net->phydev; in lan78xx_set_mdix_status() 1230 struct phy_device *phydev = net->phydev; in lan78xx_get_settings() 1262 struct phy_device *phydev = net->phydev; in lan78xx_set_settings() 1509 struct phy_device *phydev = dev->net->phydev; in lan78xx_phy_init()
|
/linux-4.4.14/drivers/net/dsa/ |
D | bcm_sf2.c | 315 struct phy_device *phy) in bcm_sf2_port_setup() 371 struct phy_device *phy) in bcm_sf2_port_disable() 403 struct phy_device *phy) in bcm_sf2_eee_init() 435 struct phy_device *phydev, in bcm_sf2_sw_set_eee() 1137 struct phy_device *phydev) in bcm_sf2_sw_adjust_link()
|
D | mv88e6xxx.h | 455 struct phy_device *phydev); 470 struct phy_device *phydev, struct ethtool_eee *e);
|
D | mv88e6xxx.c | 489 struct phy_device *phydev) in mv88e6xxx_adjust_link() 916 struct phy_device *phydev, struct ethtool_eee *e) in mv88e6xxx_set_eee()
|
/linux-4.4.14/drivers/net/ethernet/xilinx/ |
D | ll_temac.h | 335 struct phy_device *phy_dev; /* Pointer to PHY device */
|
D | xilinx_emaclite.c | 134 struct phy_device *phy_dev; 826 struct phy_device *phydev; in xemaclite_mdio_setup() 882 struct phy_device *phy = lp->phy_dev; in xemaclite_adjust_link()
|
D | xilinx_axienet.h | 424 struct phy_device *phy_dev; /* Pointer to PHY device */
|
D | xilinx_axienet_main.c | 528 struct phy_device *phy = lp->phy_dev; in axienet_adjust_link() 1096 struct phy_device *phydev = lp->phy_dev; in axienet_ethtools_get_settings() 1119 struct phy_device *phydev = lp->phy_dev; in axienet_ethtools_set_settings()
|
D | ll_temac_main.c | 593 struct phy_device *phy = lp->phy_dev; in temac_adjust_link()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | bcm63xx_enet.h | 293 struct phy_device *phydev;
|
D | b44.h | 407 struct phy_device *phydev;
|
D | bgmac.h | 444 struct phy_device *phy_dev;
|
D | bcmsysport.h | 673 struct phy_device *phydev;
|
D | sb1250-mac.c | 239 struct phy_device *phy_dev; /* the associated PHY device */ 2360 struct phy_device *phy_dev; in sbmac_mii_probe() 2406 struct phy_device *phy_dev = sc->phy_dev; in sbmac_mii_poll()
|
D | bgmac.c | 1419 struct phy_device *phy_dev = bgmac->phy_dev; in bgmac_adjust_link() 1447 struct phy_device *phy_dev; in bgmac_fixed_phy_register() 1472 struct phy_device *phy_dev; in bgmac_mii_register()
|
D | b44.c | 2209 struct phy_device *phydev = bp->phydev; in b44_adjust_link() 2247 struct phy_device *phydev; in b44_register_phy_one()
|
D | bcm63xx_enet.c | 790 struct phy_device *phydev; in bcm_enet_adjust_phy_link() 873 struct phy_device *phydev; in bcm_enet_open()
|
D | tg3.c | 1407 struct phy_device *phydev; in tg3_mdio_config_5785() 1500 struct phy_device *phydev; in tg3_mdio_init() 2007 struct phy_device *phydev = tp->mdio_bus->phy_map[tp->phy_addr]; in tg3_adjust_link() 2088 struct phy_device *phydev; in tg3_phy_init() 2136 struct phy_device *phydev; in tg3_phy_start() 4048 struct phy_device *phydev; in tg3_power_down_prepare() 12089 struct phy_device *phydev; in tg3_get_settings() 12156 struct phy_device *phydev; in tg3_set_settings() 12430 struct phy_device *phydev; in tg3_set_pauseparam() 13939 struct phy_device *phydev; in tg3_ioctl() [all …]
|
D | bcmsysport.c | 1130 struct phy_device *phydev = priv->phydev; in bcm_sysport_adj_link()
|
/linux-4.4.14/drivers/net/ethernet/agere/ |
D | et131x.c | 443 struct phy_device *phydev; 867 struct phy_device *phydev = adapter->phydev; in et1310_config_mac_regs2() 1038 struct phy_device *phydev = adapter->phydev; in et1310_config_rxmac_regs() 1233 struct phy_device *phydev = adapter->phydev; in et131x_mii_read() 1314 struct phy_device *phydev = adapter->phydev; in et1310_config_flow_control() 1459 struct phy_device *phydev = adapter->phydev; in et1310_phy_power_switch() 1472 struct phy_device *phydev = adapter->phydev; in et131x_xcvr_init() 2114 struct phy_device *phydev = adapter->phydev; in et131x_set_rx_dma_timer() 2429 struct phy_device *phydev = adapter->phydev; in nic_send_packet() 3101 struct phy_device *phydev = adapter->phydev; in et131x_error_timer_handler() [all …]
|
/linux-4.4.14/drivers/net/ethernet/faraday/ |
D | ftgmac100.c | 75 struct phy_device *phydev; 811 struct phy_device *phydev = priv->phydev; in ftgmac100_adjust_link() 838 struct phy_device *phydev = NULL; in ftgmac100_mii_probe() 843 struct phy_device *tmp = priv->mii_bus->phy_map[i]; in ftgmac100_mii_probe()
|
/linux-4.4.14/drivers/net/ethernet/aurora/ |
D | nb8800.h | 287 struct phy_device *phydev;
|
D | nb8800.c | 634 struct phy_device *phydev = priv->phydev; in nb8800_pause_config() 667 struct phy_device *phydev = priv->phydev; in nb8800_link_reconfigure()
|
/linux-4.4.14/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_mdio.c | 183 struct phy_device *phy = mdio_bus->phy_map[phy_addr]; in sxgbe_mdio_register()
|
D | sxgbe_common.h | 478 struct phy_device *phydev;
|
D | sxgbe_main.c | 206 struct phy_device *phydev = priv->phydev; in sxgbe_adjust_link() 269 struct phy_device *phydev; in sxgbe_init_phy()
|
/linux-4.4.14/drivers/net/ethernet/freescale/fs_enet/ |
D | fs_enet.h | 152 struct phy_device *phydev;
|
D | fs_enet-main.c | 675 struct phy_device *phydev = fep->phydev; in generic_adjust_link() 727 struct phy_device *phydev; in fs_init_phy()
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | micrel-ksz90x1.txt | 8 phy_fixup_list (see phy_init_hw() from drivers/net/phy/phy_device.c),
|
/linux-4.4.14/drivers/net/ethernet/smsc/ |
D | smsc9420.c | 79 struct phy_device *phy_dev; 306 struct phy_device *phy_dev = pd->phy_dev; in smsc9420_ethtool_getregs() 1096 struct phy_device *phy_dev = pd->phy_dev; in smsc9420_phy_update_flowcontrol() 1125 struct phy_device *phy_dev = pd->phy_dev; in smsc9420_phy_adjust_link() 1156 struct phy_device *phydev = NULL; in smsc9420_mii_probe()
|
D | smsc911x.c | 117 struct phy_device *phy_dev; 837 struct phy_device *phy_dev = pdata->phy_dev; in smsc911x_phy_loopbacktest() 907 struct phy_device *phy_dev = pdata->phy_dev; in smsc911x_phy_update_flowcontrol() 948 struct phy_device *phy_dev = pdata->phy_dev; in smsc911x_phy_adjust_link() 1013 struct phy_device *phydev = NULL; in smsc911x_mii_probe() 1978 struct phy_device *phy_dev = pdata->phy_dev; in smsc911x_ethtool_getregs()
|
/linux-4.4.14/drivers/net/ethernet/cadence/ |
D | macb.c | 304 struct phy_device *phydev = bp->phy_dev; in macb_handle_link_change() 372 struct phy_device *phydev; in macb_mii_probe() 459 struct phy_device *phydev; in macb_mii_init() 2074 struct phy_device *phydev = bp->phy_dev; in macb_get_settings() 2085 struct phy_device *phydev = bp->phy_dev; in macb_set_settings() 2155 struct phy_device *phydev = bp->phy_dev; in macb_ioctl() 2825 struct phy_device *phydev; in macb_probe()
|
D | macb.h | 823 struct phy_device *phy_dev;
|
/linux-4.4.14/arch/arm/mach-orion5x/ |
D | dns323-setup.c | 465 static int dns323c_phy_fixup(struct phy_device *phy) in dns323c_phy_fixup()
|
/linux-4.4.14/drivers/net/ethernet/rdc/ |
D | r6040.c | 203 struct phy_device *phydev; 1001 struct phy_device *phydev = lp->phydev; in r6040_adjust_link() 1034 struct phy_device *phydev = NULL; in r6040_mii_probe()
|
/linux-4.4.14/arch/arm/mach-mxs/ |
D | mach-mxs.c | 256 static int apx4devkit_phy_fixup(struct phy_device *phy) in apx4devkit_phy_fixup()
|
/linux-4.4.14/drivers/net/ethernet/renesas/ |
D | sh_eth.h | 522 struct phy_device *phydev; /* PHY device control */
|
D | ravb.h | 808 struct phy_device *phydev; /* PHY device control */
|
D | ravb_main.c | 835 struct phy_device *phydev = priv->phydev; in ravb_adjust_link() 876 struct phy_device *phydev; in ravb_phy_init() 1582 struct phy_device *phydev = priv->phydev; in ravb_do_ioctl()
|
D | sh_eth.c | 1806 struct phy_device *phydev = mdp->phydev; in sh_eth_adjust_link() 1850 struct phy_device *phydev = NULL; in sh_eth_phy_init() 2515 struct phy_device *phydev = mdp->phydev; in sh_eth_do_ioctl()
|
/linux-4.4.14/drivers/net/ethernet/synopsys/ |
D | dwc_eth_qos.c | 601 struct phy_device *phy_dev; 814 struct phy_device *phydev = lp->phy_dev; in dwceqos_ioctl() 874 struct phy_device *phydev = lp->phy_dev; in dwceqos_set_speed() 901 struct phy_device *phydev = lp->phy_dev; in dwceqos_adjust_link() 956 struct phy_device *phydev = NULL; in dwceqos_mii_probe() 2533 struct phy_device *phydev = lp->phy_dev; in dwceqos_get_settings() 2545 struct phy_device *phydev = lp->phy_dev; in dwceqos_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | davinci_mdio.c | 329 struct phy_device *phy; in davinci_mdio_probe()
|
D | netcp_ethss.c | 628 struct phy_device *phy; 1847 struct phy_device *phy = ndev->phydev; in keystone_get_settings() 1872 struct phy_device *phy = ndev->phydev; in keystone_set_settings() 1945 struct phy_device *phy = slave->phy; in netcp_ethss_link_state_action() 2363 struct phy_device *phy = gbe_intf->slave->phy; in gbe_ioctl()
|
D | davinci_emac.c | 351 struct phy_device *phydev; 1457 struct phy_device *phydev = priv->phydev; in emac_adjust_link()
|
D | cpsw.c | 350 struct phy_device *phy; 857 struct phy_device *phy = slave->phy; in _cpsw_adjust_link() 2040 struct phy_device *phy_dev; in cpsw_probe_dt()
|
D | cpmac.c | 208 struct phy_device *phy;
|
/linux-4.4.14/drivers/net/ethernet/hisilicon/ |
D | hip04_eth.c | 178 struct phy_device *phy; 619 struct phy_device *phy = priv->phy; in hip04_adjust_link()
|
D | hix5hd2_gmac.c | 221 struct phy_device *phy; 405 struct phy_device *phy = priv->phy; in hix5hd2_adjust_link()
|
/linux-4.4.14/arch/arm/mach-davinci/ |
D | board-dm644x-evm.c | 734 static int davinci_phy_fixup(struct phy_device *phydev) in davinci_phy_fixup()
|
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/ |
D | thunder_bgx.c | 35 struct phy_device *phydev; 277 struct phy_device *phydev = lmac->phydev; in bgx_lmac_handler()
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | mvneta.c | 367 struct phy_device *phy_dev; 2125 struct phy_device *phy) in mvneta_fixed_link_update() 2627 struct phy_device *phydev = pp->phy_dev; in mvneta_adjust_link() 2693 struct phy_device *phy_dev; in mvneta_mdio_probe() 3422 struct phy_device *phy = of_phy_find_device(dn); in mvneta_probe()
|
D | pxa168_eth.c | 250 struct phy_device *phy; 946 struct phy_device *phy = pep->phy; in pxa168_eth_adjust_link()
|
D | mv643xx_eth.c | 387 struct phy_device *phy; 2971 static struct phy_device *phy_scan(struct mv643xx_eth_private *mp, in phy_scan() 2974 struct phy_device *phydev; in phy_scan() 3009 struct phy_device *phy = mp->phy; in phy_init()
|
D | mvpp2.c | 703 struct phy_device *phy_dev; 4865 struct phy_device *phydev = port->phy_dev; in mvpp2_link_event() 5539 struct phy_device *phy_dev; in mvpp2_phy_connect()
|
/linux-4.4.14/Documentation/ |
D | phy.txt | 133 So pm_runtime_get_sync of the phy_device created by this subsystem will invoke
|
/linux-4.4.14/drivers/net/ethernet/toshiba/ |
D | tc35815.c | 408 struct phy_device *phy_dev; 542 struct phy_device *phydev = lp->phy_dev; in tc_handle_link_change() 611 struct phy_device *phydev = NULL; in tc_mii_probe()
|
/linux-4.4.14/drivers/net/ethernet/xscale/ |
D | ixp4xx_eth.c | 174 struct phy_device *phydev; 565 struct phy_device *phydev = port->phydev; in ixp4xx_adjust_link()
|
/linux-4.4.14/Documentation/networking/dsa/ |
D | dsa.txt | 303 devices (struct phy_device as defined in include/linux/phy.h), but the DSA 427 what the phy_device is providing.
|
/linux-4.4.14/drivers/net/ethernet/octeon/ |
D | octeon_mgmt.c | 149 struct phy_device *phydev;
|