Searched defs:phydev (Results 1 – 3 of 3) sorted by relevance
| /include/linux/ |
| D | phy.h | 676 static inline bool phy_is_started(struct phy_device *phydev) in phy_is_started() 693 static inline int phy_read(struct phy_device *phydev, u32 regnum) in phy_read() 705 static inline int __phy_read(struct phy_device *phydev, u32 regnum) in __phy_read() 720 static inline int phy_write(struct phy_device *phydev, u32 regnum, u16 val) in phy_write() 733 static inline int __phy_write(struct phy_device *phydev, u32 regnum, u16 val) in __phy_write() 809 static inline int __phy_set_bits(struct phy_device *phydev, u32 regnum, u16 val) in __phy_set_bits() 822 static inline int __phy_clear_bits(struct phy_device *phydev, u32 regnum, in __phy_clear_bits() 834 static inline int phy_set_bits(struct phy_device *phydev, u32 regnum, u16 val) in phy_set_bits() 845 static inline int phy_clear_bits(struct phy_device *phydev, u32 regnum, u16 val) in phy_clear_bits() 860 static inline int __phy_set_bits_mmd(struct phy_device *phydev, int devad, in __phy_set_bits_mmd() [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 | 2059 struct phy_device *phydev; member
|