Lines Matching refs:phy_device
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 int phy_package_address(struct phy_device *phydev, unsigned int addr_offset) in phy_package_address()
69 int __phy_package_read(struct phy_device *phydev, unsigned int addr_offset, in __phy_package_read()
81 int __phy_package_write(struct phy_device *phydev, unsigned int addr_offset, in __phy_package_write()
93 static bool __phy_package_set_once(struct phy_device *phydev, unsigned int b) in __phy_package_set_once()
103 bool phy_package_init_once(struct phy_device *phydev) in phy_package_init_once()
109 bool phy_package_probe_once(struct phy_device *phydev) in phy_package_probe_once()
143 int phy_package_join(struct phy_device *phydev, int base_addr, size_t priv_size) in phy_package_join()
209 int of_phy_package_join(struct phy_device *phydev, size_t priv_size) in of_phy_package_join()
254 void phy_package_leave(struct phy_device *phydev) in phy_package_leave()
279 phy_package_leave(*(struct phy_device **)res); in devm_phy_package_leave()
294 int devm_phy_package_join(struct device *dev, struct phy_device *phydev, in devm_phy_package_join()
297 struct phy_device **ptr; in devm_phy_package_join()
328 int devm_of_phy_package_join(struct device *dev, struct phy_device *phydev, in devm_of_phy_package_join()
331 struct phy_device **ptr; in devm_of_phy_package_join()