phy_device        112 include/linux/phy.h 	struct phy_device *phy_map[PHY_MAX_ADDR];
phy_device        129 include/linux/phy.h struct phy_device *mdiobus_scan(struct mii_bus *bus, int addr);
phy_device        330 include/linux/phy.h #define to_phy_device(d) container_of(d, struct phy_device, dev)
phy_device        363 include/linux/phy.h 	int (*config_init)(struct phy_device *phydev);
phy_device        369 include/linux/phy.h 	int (*probe)(struct phy_device *phydev);
phy_device        372 include/linux/phy.h 	int (*suspend)(struct phy_device *phydev);
phy_device        373 include/linux/phy.h 	int (*resume)(struct phy_device *phydev);
phy_device        381 include/linux/phy.h 	int (*config_aneg)(struct phy_device *phydev);
phy_device        384 include/linux/phy.h 	int (*read_status)(struct phy_device *phydev);
phy_device        387 include/linux/phy.h 	int (*ack_interrupt)(struct phy_device *phydev);
phy_device        390 include/linux/phy.h 	int (*config_intr)(struct phy_device *phydev);
phy_device        393 include/linux/phy.h 	void (*remove)(struct phy_device *phydev);
phy_device        408 include/linux/phy.h 	int (*run)(struct phy_device *phydev);
phy_device        441 include/linux/phy.h struct phy_device* get_phy_device(struct mii_bus *bus, int addr);
phy_device        444 include/linux/phy.h struct phy_device * phy_attach(struct net_device *dev,
phy_device        446 include/linux/phy.h struct phy_device * phy_connect(struct net_device *dev, const char *bus_id,
phy_device        483 include/linux/phy.h struct phy_device* phy_device_create(struct mii_bus *bus, int addr, int phy_id);
phy_device         58 net/dsa/dsa_priv.h 	struct phy_device	*phy;