Searched defs:phydev (Results 1 – 5 of 5) sorted by relevance
/include/linux/ |
D | ethtool_netlink.h | 33 static inline int ethnl_cable_test_alloc(struct phy_device *phydev, u8 cmd) in ethnl_cable_test_alloc() 38 static inline void ethnl_cable_test_free(struct phy_device *phydev) in ethnl_cable_test_free() 42 static inline void ethnl_cable_test_finished(struct phy_device *phydev) in ethnl_cable_test_finished() 45 static inline int ethnl_cable_test_result(struct phy_device *phydev, u8 pair, in ethnl_cable_test_result() 51 static inline int ethnl_cable_test_fault_length(struct phy_device *phydev, in ethnl_cable_test_fault_length() 57 static inline int ethnl_cable_test_amplitude(struct phy_device *phydev, in ethnl_cable_test_amplitude() 63 static inline int ethnl_cable_test_pulse(struct phy_device *phydev, u16 mV) in ethnl_cable_test_pulse() 68 static inline int ethnl_cable_test_step(struct phy_device *phydev, u32 first, in ethnl_cable_test_step()
|
D | phy.h | 954 static inline bool phy_is_started(struct phy_device *phydev) in phy_is_started() 972 static inline int phy_read(struct phy_device *phydev, u32 regnum) in phy_read() 977 #define phy_read_poll_timeout(phydev, regnum, val, cond, sleep_us, \ argument 997 static inline int __phy_read(struct phy_device *phydev, u32 regnum) in __phy_read() 1012 static inline int phy_write(struct phy_device *phydev, u32 regnum, u16 val) in phy_write() 1025 static inline int __phy_write(struct phy_device *phydev, u32 regnum, u16 val) in __phy_write() 1043 static inline int __phy_modify_changed(struct phy_device *phydev, u32 regnum, in __phy_modify_changed() 1074 #define phy_read_mmd_poll_timeout(phydev, devaddr, regnum, val, cond, \ argument 1129 static inline int __phy_set_bits(struct phy_device *phydev, u32 regnum, u16 val) in __phy_set_bits() 1142 static inline int __phy_clear_bits(struct phy_device *phydev, u32 regnum, in __phy_clear_bits() [all …]
|
D | phy_fixed.h | 54 static inline void fixed_phy_unregister(struct phy_device *phydev) in fixed_phy_unregister() 57 static inline int fixed_phy_set_link_update(struct phy_device *phydev, in fixed_phy_set_link_update()
|
D | netdevice.h | 2298 struct phy_device *phydev; member
|
/include/net/ |
D | macsec.h | 236 struct phy_device *phydev; member
|