|
@@ -548,6 +548,8 @@ struct phy_device *phy_device_create(struct mii_bus *bus, int addr, int phy_id,
|
|
struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45);
|
|
struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45);
|
|
int phy_device_register(struct phy_device *phy);
|
|
int phy_device_register(struct phy_device *phy);
|
|
int phy_init_hw(struct phy_device *phydev);
|
|
int phy_init_hw(struct phy_device *phydev);
|
|
|
|
+int phy_suspend(struct phy_device *phydev);
|
|
|
|
+int phy_resume(struct phy_device *phydev);
|
|
struct phy_device * phy_attach(struct net_device *dev,
|
|
struct phy_device * phy_attach(struct net_device *dev,
|
|
const char *bus_id, phy_interface_t interface);
|
|
const char *bus_id, phy_interface_t interface);
|
|
struct phy_device *phy_find_first(struct mii_bus *bus);
|
|
struct phy_device *phy_find_first(struct mii_bus *bus);
|