Lines Matching refs:phy_device

105 struct phy_device;
117 struct phy_device *phymap[PHY_MAX_ADDR];
141 int (*probe)(struct phy_device *phydev);
145 int (*config)(struct phy_device *phydev);
148 int (*startup)(struct phy_device *phydev);
151 int (*shutdown)(struct phy_device *phydev);
153 int (*readext)(struct phy_device *phydev, int addr, int devad, int reg);
154 int (*writeext)(struct phy_device *phydev, int addr, int devad, int reg,
159 struct phy_device { struct
203 static inline int phy_read(struct phy_device *phydev, int devad, int regnum) in phy_read() argument
210 static inline int phy_write(struct phy_device *phydev, int devad, int regnum, in phy_write()
230 int phy_reset(struct phy_device *phydev);
231 struct phy_device *phy_find_by_mask(struct mii_dev *bus, unsigned phy_mask,
234 void phy_connect_dev(struct phy_device *phydev, struct udevice *dev);
235 struct phy_device *phy_connect(struct mii_dev *bus, int addr,
239 void phy_connect_dev(struct phy_device *phydev, struct eth_device *dev);
240 struct phy_device *phy_connect(struct mii_dev *bus, int addr,
244 int phy_startup(struct phy_device *phydev);
245 int phy_config(struct phy_device *phydev);
246 int phy_shutdown(struct phy_device *phydev);
248 int phy_set_supported(struct phy_device *phydev, u32 max_speed);
249 int genphy_config_aneg(struct phy_device *phydev);
250 int genphy_restart_aneg(struct phy_device *phydev);
251 int genphy_update_link(struct phy_device *phydev);
252 int genphy_parse_link(struct phy_device *phydev);
253 int genphy_config(struct phy_device *phydev);
254 int genphy_startup(struct phy_device *phydev);
255 int genphy_shutdown(struct phy_device *phydev);
256 int gen10g_config(struct phy_device *phydev);
257 int gen10g_startup(struct phy_device *phydev);
258 int gen10g_shutdown(struct phy_device *phydev);
259 int gen10g_discover_mmds(struct phy_device *phydev);
284 int board_phy_config(struct phy_device *phydev);
300 static inline bool phy_interface_is_rgmii(struct phy_device *phydev) in phy_interface_is_rgmii()
311 static inline bool phy_interface_is_sgmii(struct phy_device *phydev) in phy_interface_is_sgmii()