Searched refs:phydev (Results 1 – 13 of 13) sorted by relevance
| /include/linux/ |
| A D | phy.h | 1356 return mdiobus_read(phydev->mdio.bus, phydev->mdio.addr, regnum); in phy_read() 1651 return phydev && phydev->mii_ts && phydev->mii_ts->hwtstamp; in phy_has_hwtstamp() 1660 return phydev && phydev->mii_ts && phydev->mii_ts->rxtstamp; in phy_has_rxtstamp() 1670 return phydev && phydev->mii_ts && phydev->mii_ts->ts_info; in phy_has_tsinfo() 1679 return phydev && phydev->mii_ts && phydev->mii_ts->txtstamp; in phy_has_txtstamp() 1686 return phydev->mii_ts->hwtstamp(phydev->mii_ts, cfg, extack); in phy_hwtstamp() 1692 return phydev->mii_ts->rxtstamp(phydev->mii_ts, skb, type); in phy_rxtstamp() 1698 return phydev->mii_ts->ts_info(phydev->mii_ts, tsinfo); in phy_ts_info() 1704 phydev->mii_ts->txtstamp(phydev->mii_ts, skb, type); in phy_txtstamp() 1719 return phy_has_hwtstamp(phydev) && phydev->default_timestamp; in phy_is_default_hwtstamp() [all …]
|
| A D | phylib_stubs.h | 20 int (*hwtstamp_get)(struct phy_device *phydev, 22 int (*hwtstamp_set)(struct phy_device *phydev, 25 void (*get_phy_stats)(struct phy_device *phydev, 28 void (*get_link_ext_stats)(struct phy_device *phydev, 32 static inline int phy_hwtstamp_get(struct phy_device *phydev, in phy_hwtstamp_get() argument 43 return phylib_stubs->hwtstamp_get(phydev, config); in phy_hwtstamp_get() 46 static inline int phy_hwtstamp_set(struct phy_device *phydev, in phy_hwtstamp_set() argument 58 return phylib_stubs->hwtstamp_set(phydev, config, extack); in phy_hwtstamp_set() 81 phylib_stubs->get_link_ext_stats(phydev, link_stats); in phy_ethtool_get_link_ext_stats() 86 static inline int phy_hwtstamp_get(struct phy_device *phydev, in phy_hwtstamp_get() argument [all …]
|
| A D | ethtool_netlink.h | 23 int ethnl_cable_test_alloc(struct phy_device *phydev, u8 cmd); 24 void ethnl_cable_test_free(struct phy_device *phydev); 25 void ethnl_cable_test_finished(struct phy_device *phydev); 26 int ethnl_cable_test_result_with_src(struct phy_device *phydev, u8 pair, 31 int ethnl_cable_test_pulse(struct phy_device *phydev, u16 mV); 32 int ethnl_cable_test_step(struct phy_device *phydev, u32 first, u32 last, 54 static inline void ethnl_cable_test_free(struct phy_device *phydev) in ethnl_cable_test_free() argument 58 static inline void ethnl_cable_test_finished(struct phy_device *phydev) in ethnl_cable_test_finished() argument 73 static inline int ethnl_cable_test_amplitude(struct phy_device *phydev, in ethnl_cable_test_amplitude() argument 135 return ethnl_cable_test_result_with_src(phydev, pair, result, in ethnl_cable_test_result() [all …]
|
| A D | smscphy.h | 31 int smsc_phy_config_intr(struct phy_device *phydev); 32 irqreturn_t smsc_phy_handle_interrupt(struct phy_device *phydev); 33 int smsc_phy_config_init(struct phy_device *phydev); 34 int lan87xx_read_status(struct phy_device *phydev); 35 int smsc_phy_get_tunable(struct phy_device *phydev, 37 int smsc_phy_set_tunable(struct phy_device *phydev, 39 int smsc_phy_probe(struct phy_device *phydev);
|
| A D | phy_fixed.h | 24 extern void fixed_phy_unregister(struct phy_device *phydev); 25 extern int fixed_phy_set_link_update(struct phy_device *phydev, 41 static inline void fixed_phy_unregister(struct phy_device *phydev) in fixed_phy_unregister() argument 44 static inline int fixed_phy_set_link_update(struct phy_device *phydev, in fixed_phy_set_link_update() argument
|
| A D | mii_timestamper.h | 59 struct phy_device *phydev);
|
| A D | phy_link_topology.h | 31 struct phy_device *phydev; member
|
| A D | net_tstamp.h | 40 struct phy_device *phydev; member
|
| A D | ethtool.h | 1320 int (*start_cable_test)(struct phy_device *phydev, 1322 int (*start_cable_test_tdr)(struct phy_device *phydev,
|
| A D | netdevice.h | 2431 struct phy_device *phydev; member
|
| /include/linux/pse-pd/ |
| A D | pse.h | 350 struct phy_device *phydev); 372 struct phy_device *phydev) in of_pse_control_get() argument
|
| /include/net/ |
| A D | macsec.h | 271 struct phy_device *phydev; member 352 int (*mdo_insert_tx_tag)(struct phy_device *phydev,
|
| /include/soc/mscc/ |
| A D | ocelot.h | 1159 struct phy_device *phydev,
|
Completed in 48 milliseconds