/linux-3.3/drivers/net/phy/ |
D | phy.c | 45 void phy_print_status(struct phy_device *phydev) in phy_print_status() 68 static int phy_clear_interrupt(struct phy_device *phydev) in phy_clear_interrupt() 85 static int phy_config_interrupt(struct phy_device *phydev, u32 interrupts) in phy_config_interrupt() 105 static inline int phy_aneg_done(struct phy_device *phydev) in phy_aneg_done() 211 static void phy_sanitize_settings(struct phy_device *phydev) in phy_sanitize_settings() 239 int phy_ethtool_sset(struct phy_device *phydev, struct ethtool_cmd *cmd) in phy_ethtool_sset() 285 int phy_ethtool_gset(struct phy_device *phydev, struct ethtool_cmd *cmd) in phy_ethtool_gset() 312 int phy_mii_ioctl(struct phy_device *phydev, in phy_mii_ioctl() 389 int phy_start_aneg(struct phy_device *phydev) in phy_start_aneg() 435 void phy_start_machine(struct phy_device *phydev, in phy_start_machine() [all …]
|
D | phy_device.c | 42 void phy_device_free(struct phy_device *phydev) in phy_device_free() 114 static int phy_needs_fixup(struct phy_device *phydev, struct phy_fixup *fixup) in phy_needs_fixup() 129 int phy_scan_fixups(struct phy_device *phydev) in phy_scan_fixups() 267 int phy_device_register(struct phy_device *phydev) in phy_device_register() 322 static void phy_prepare_link(struct phy_device *phydev, in phy_prepare_link() 336 int phy_connect_direct(struct net_device *dev, struct phy_device *phydev, in phy_connect_direct() 375 struct phy_device *phydev; in phy_connect() local 400 void phy_disconnect(struct phy_device *phydev) in phy_disconnect() 413 int phy_init_hw(struct phy_device *phydev) in phy_init_hw() 441 static int phy_attach_direct(struct net_device *dev, struct phy_device *phydev, in phy_attach_direct() [all …]
|
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() 125 static int lxt973_probe(struct phy_device *phydev) in lxt973_probe() 146 static int lxt973_config_aneg(struct phy_device *phydev) in lxt973_config_aneg()
|
D | marvell.c | 100 static int marvell_ack_interrupt(struct phy_device *phydev) in marvell_ack_interrupt() 113 static int marvell_config_intr(struct phy_device *phydev) in marvell_config_intr() 125 static int marvell_config_aneg(struct phy_device *phydev) in marvell_config_aneg() 206 static int marvell_of_reg_init(struct phy_device *phydev) in marvell_of_reg_init() 266 static int marvell_of_reg_init(struct phy_device *phydev) in marvell_of_reg_init() 272 static int m88e1121_config_aneg(struct phy_device *phydev) in m88e1121_config_aneg() 326 static int m88e1318_config_aneg(struct phy_device *phydev) in m88e1318_config_aneg() 351 static int m88e1111_config_init(struct phy_device *phydev) in m88e1111_config_init() 465 static int m88e1118_config_aneg(struct phy_device *phydev) in m88e1118_config_aneg() 482 static int m88e1118_config_init(struct phy_device *phydev) in m88e1118_config_init() [all …]
|
D | icplus.c | 44 static int ip175c_config_init(struct phy_device *phydev) in ip175c_config_init() 99 static int ip1xx_reset(struct phy_device *phydev) in ip1xx_reset() 121 static int ip1001_config_init(struct phy_device *phydev) in ip1001_config_init() 154 static int ip101a_g_config_init(struct phy_device *phydev) in ip101a_g_config_init() 168 static int ip175c_read_status(struct phy_device *phydev) in ip175c_read_status() 179 static int ip175c_config_aneg(struct phy_device *phydev) in ip175c_config_aneg()
|
D | national.c | 55 static u8 ns_exp_read(struct phy_device *phydev, u16 reg) in ns_exp_read() 61 static void ns_exp_write(struct phy_device *phydev, u16 reg, u8 data) in ns_exp_write() 67 static int ns_config_intr(struct phy_device *phydev) in ns_config_intr() 80 static int ns_ack_interrupt(struct phy_device *phydev) in ns_ack_interrupt() 93 static void ns_giga_speed_fallback(struct phy_device *phydev, int mode) in ns_giga_speed_fallback() 107 static void ns_10_base_t_hdx_loopack(struct phy_device *phydev, int disable) in ns_10_base_t_hdx_loopack() 119 static int ns_config_init(struct phy_device *phydev) in ns_config_init()
|
D | broadcom.c | 22 #define BRCM_PHY_MODEL(phydev) \ argument 25 #define BRCM_PHY_REV(phydev) \ argument 192 static int bcm54xx_shadow_read(struct phy_device *phydev, u16 shadow) in bcm54xx_shadow_read() 198 static int bcm54xx_shadow_write(struct phy_device *phydev, u16 shadow, u16 val) in bcm54xx_shadow_write() 207 static int bcm54xx_exp_read(struct phy_device *phydev, u16 regnum) in bcm54xx_exp_read() 223 static int bcm54xx_exp_write(struct phy_device *phydev, u16 regnum, u16 val) in bcm54xx_exp_write() 239 static int bcm54xx_auxctl_write(struct phy_device *phydev, u16 regnum, u16 val) in bcm54xx_auxctl_write() 245 static int bcm50610_a0_workaround(struct phy_device *phydev) in bcm50610_a0_workaround() 276 static int bcm54xx_phydsp_config(struct phy_device *phydev) in bcm54xx_phydsp_config() 324 static void bcm54xx_adjust_rxrefclk(struct phy_device *phydev) in bcm54xx_adjust_rxrefclk() [all …]
|
D | micrel.c | 45 static int kszphy_ack_interrupt(struct phy_device *phydev) in kszphy_ack_interrupt() 55 static int kszphy_set_interrupt(struct phy_device *phydev) in kszphy_set_interrupt() 63 static int kszphy_config_intr(struct phy_device *phydev) in kszphy_config_intr() 75 static int ksz9021_config_intr(struct phy_device *phydev) in ksz9021_config_intr() 87 static int ks8737_config_intr(struct phy_device *phydev) in ks8737_config_intr() 99 static int kszphy_config_init(struct phy_device *phydev) in kszphy_config_init() 104 static int ks8051_config_init(struct phy_device *phydev) in ks8051_config_init()
|
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() 59 static int lan911x_config_init(struct phy_device *phydev) in lan911x_config_init()
|
D | mdio_bus.c | 130 struct phy_device *phydev; in mdiobus_register() local 197 struct phy_device *phydev; in mdiobus_scan() local 273 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_match() local 282 static bool mdio_bus_phy_may_suspend(struct phy_device *phydev) in mdio_bus_phy_may_suspend() 316 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_suspend() local 336 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_resume() local 355 struct phy_device *phydev = to_phy_device(dev); in mdio_bus_restore() local
|
D | vitesse.c | 64 int vsc824x_add_skew(struct phy_device *phydev) in vsc824x_add_skew() 86 static int vsc824x_config_init(struct phy_device *phydev) in vsc824x_config_init() 101 static int vsc824x_ack_interrupt(struct phy_device *phydev) in vsc824x_ack_interrupt() 116 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()
|
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() 145 static int dm9161_ack_interrupt(struct phy_device *phydev) in dm9161_ack_interrupt()
|
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 | bcm63xx.c | 23 static int bcm63xx_config_init(struct phy_device *phydev) in bcm63xx_config_init() 48 static int bcm63xx_ack_interrupt(struct phy_device *phydev) in bcm63xx_ack_interrupt() 60 static int bcm63xx_config_intr(struct phy_device *phydev) in bcm63xx_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 | dp83640.c | 89 struct phy_device *phydev; member 174 static int ext_read(struct phy_device *phydev, int page, u32 regnum) in ext_read() 189 static void ext_write(int broadcast, struct phy_device *phydev, in ext_write() 255 struct phy_device *phydev = dp83640->phydev; in periodic_output() local 312 struct phy_device *phydev = clock->chosen->phydev; in ptp_dp83640_adjfreq() local 345 struct phy_device *phydev = clock->chosen->phydev; in ptp_dp83640_adjtime() local 366 struct phy_device *phydev = clock->chosen->phydev; in ptp_dp83640_gettime() local 391 struct phy_device *phydev = clock->chosen->phydev; in ptp_dp83640_settime() local 408 struct phy_device *phydev = clock->chosen->phydev; in ptp_dp83640_enable() local 443 static void enable_status_frames(struct phy_device *phydev, bool on) in enable_status_frames() [all …]
|
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 | realtek.c | 30 static int rtl821x_ack_interrupt(struct phy_device *phydev) in rtl821x_ack_interrupt() 39 static int rtl821x_config_intr(struct phy_device *phydev) in rtl821x_config_intr()
|
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 | fixed.c | 36 struct phy_device *phydev; member 152 int fixed_phy_set_link_update(struct phy_device *phydev, in fixed_phy_set_link_update()
|
/linux-3.3/drivers/net/ethernet/ |
D | dnet.c | 182 struct phy_device *phydev = bp->phy_dev; in dnet_handle_link_change() local 263 struct phy_device *phydev = NULL; in dnet_mii_probe() local 364 static int dnet_phy_marvell_fixup(struct phy_device *phydev) in dnet_phy_marvell_fixup() 772 struct phy_device *phydev = bp->phy_dev; in dnet_get_settings() local 783 struct phy_device *phydev = bp->phy_dev; in dnet_set_settings() local 794 struct phy_device *phydev = bp->phy_dev; in dnet_ioctl() local 836 struct phy_device *phydev; in dnet_probe() local
|
/linux-3.3/net/core/ |
D | timestamping.c | 42 struct phy_device *phydev; in skb_clone_tx_timestamp() local 106 struct phy_device *phydev; in skb_defer_rx_timestamp() local
|
/linux-3.3/drivers/net/ethernet/freescale/ |
D | ucc_geth_ethtool.c | 112 struct phy_device *phydev = ugeth->phydev; in uec_get_settings() local 128 struct phy_device *phydev = ugeth->phydev; in uec_set_settings() local 366 struct phy_device *phydev = ugeth->phydev; in uec_get_wol() local 379 struct phy_device *phydev = ugeth->phydev; in uec_set_wol() local
|
/linux-3.3/drivers/net/ethernet/pasemi/ |
D | pasemi_mac_ethtool.c | 72 struct phy_device *phydev = mac->phydev; in pasemi_mac_ethtool_get_settings() local 85 struct phy_device *phydev = mac->phydev; in pasemi_mac_ethtool_set_settings() local
|
/linux-3.3/drivers/net/ethernet/cadence/ |
D | macb.c | 141 struct phy_device *phydev = bp->phy_dev; in macb_handle_link_change() local 196 struct phy_device *phydev; in macb_mii_probe() local 1182 struct phy_device *phydev = bp->phy_dev; in macb_get_settings() local 1193 struct phy_device *phydev = bp->phy_dev; in macb_set_settings() local 1221 struct phy_device *phydev = bp->phy_dev; in macb_ioctl() local 1299 struct phy_device *phydev; in macb_probe() local
|