Lines Matching defs:phydev
43 struct device_node *phy_package_get_node(struct phy_device *phydev) in phy_package_get_node()
49 void *phy_package_get_priv(struct phy_device *phydev) in phy_package_get_priv()
55 static int phy_package_address(struct phy_device *phydev, in phy_package_address()
70 int __phy_package_read(struct phy_device *phydev, unsigned int addr_offset, in __phy_package_read()
82 int __phy_package_write(struct phy_device *phydev, unsigned int addr_offset, in __phy_package_write()
109 int __phy_package_read_mmd(struct phy_device *phydev, in __phy_package_read_mmd()
142 int __phy_package_write_mmd(struct phy_device *phydev, in __phy_package_write_mmd()
159 static bool __phy_package_set_once(struct phy_device *phydev, unsigned int b) in __phy_package_set_once()
169 bool phy_package_init_once(struct phy_device *phydev) in phy_package_init_once()
175 bool phy_package_probe_once(struct phy_device *phydev) in phy_package_probe_once()
209 int phy_package_join(struct phy_device *phydev, int base_addr, size_t priv_size) in phy_package_join()
275 int of_phy_package_join(struct phy_device *phydev, size_t priv_size) in of_phy_package_join()
320 void phy_package_leave(struct phy_device *phydev) in phy_package_leave()
360 int devm_phy_package_join(struct device *dev, struct phy_device *phydev, in devm_phy_package_join()
394 int devm_of_phy_package_join(struct device *dev, struct phy_device *phydev, in devm_of_phy_package_join()