Lines Matching refs:phy_device
10 struct phy_device;
13 struct device_node *phy_package_get_node(struct phy_device *phydev);
14 void *phy_package_get_priv(struct phy_device *phydev);
15 int __phy_package_read(struct phy_device *phydev, unsigned int addr_offset,
17 int __phy_package_write(struct phy_device *phydev, unsigned int addr_offset,
19 int __phy_package_read_mmd(struct phy_device *phydev,
22 int __phy_package_write_mmd(struct phy_device *phydev,
25 bool phy_package_init_once(struct phy_device *phydev);
26 bool phy_package_probe_once(struct phy_device *phydev);
27 int phy_package_join(struct phy_device *phydev, int base_addr, size_t priv_size);
28 int of_phy_package_join(struct phy_device *phydev, size_t priv_size);
29 void phy_package_leave(struct phy_device *phydev);
30 int devm_phy_package_join(struct device *dev, struct phy_device *phydev,
32 int devm_of_phy_package_join(struct device *dev, struct phy_device *phydev,