Lines Matching refs:phy_device
17 struct phy_device;
20 int ethnl_cable_test_alloc(struct phy_device *phydev, u8 cmd);
21 void ethnl_cable_test_free(struct phy_device *phydev);
22 void ethnl_cable_test_finished(struct phy_device *phydev);
23 int ethnl_cable_test_result(struct phy_device *phydev, u8 pair, u8 result);
24 int ethnl_cable_test_fault_length(struct phy_device *phydev, u8 pair, u32 cm);
25 int ethnl_cable_test_amplitude(struct phy_device *phydev, u8 pair, s16 mV);
26 int ethnl_cable_test_pulse(struct phy_device *phydev, u16 mV);
27 int ethnl_cable_test_step(struct phy_device *phydev, u32 first, u32 last,
30 static inline int ethnl_cable_test_alloc(struct phy_device *phydev, u8 cmd) in ethnl_cable_test_alloc()
35 static inline void ethnl_cable_test_free(struct phy_device *phydev) in ethnl_cable_test_free()
39 static inline void ethnl_cable_test_finished(struct phy_device *phydev) in ethnl_cable_test_finished()
42 static inline int ethnl_cable_test_result(struct phy_device *phydev, u8 pair, in ethnl_cable_test_result()
48 static inline int ethnl_cable_test_fault_length(struct phy_device *phydev, in ethnl_cable_test_fault_length()
54 static inline int ethnl_cable_test_amplitude(struct phy_device *phydev, in ethnl_cable_test_amplitude()
60 static inline int ethnl_cable_test_pulse(struct phy_device *phydev, u16 mV) in ethnl_cable_test_pulse()
65 static inline int ethnl_cable_test_step(struct phy_device *phydev, u32 first, in ethnl_cable_test_step()