Home
last modified time | relevance | path

Searched defs:phydev (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/include/linux/
Dphy.h723 static inline int phy_read(struct phy_device *phydev, u32 regnum) in phy_read()
735 static inline int __phy_read(struct phy_device *phydev, u32 regnum) in __phy_read()
750 static inline int phy_write(struct phy_device *phydev, u32 regnum, u16 val) in phy_write()
763 static inline int __phy_write(struct phy_device *phydev, u32 regnum, u16 val) in __phy_write()
780 static inline int __phy_set_bits(struct phy_device *phydev, u32 regnum, u16 val) in __phy_set_bits()
793 static inline int __phy_clear_bits(struct phy_device *phydev, u32 regnum, in __phy_clear_bits()
805 static inline int phy_set_bits(struct phy_device *phydev, u32 regnum, u16 val) in phy_set_bits()
816 static inline int phy_clear_bits(struct phy_device *phydev, u32 regnum, u16 val) in phy_clear_bits()
828 static inline bool phy_interrupt_is_valid(struct phy_device *phydev) in phy_interrupt_is_valid()
838 static inline bool phy_polling_mode(struct phy_device *phydev) in phy_polling_mode()
[all …]
Dphy_fixed.h41 static inline void fixed_phy_unregister(struct phy_device *phydev) in fixed_phy_unregister()
44 static inline int fixed_phy_set_link_update(struct phy_device *phydev, in fixed_phy_set_link_update()
Dnetdevice.h2038 struct phy_device *phydev; member
/linux-4.19.296/drivers/of/
Dof_mdio.c525 struct phy_device *phydev; in of_phy_deregister_fixed_link() local